Searched refs:proplist (Results 1 – 1 of 1) sorted by relevance
203 static ca_proplist *proplist = NULL; in sound_play_common() local205 ca_proplist_create(&proplist); in sound_play_common()206 if (proplist != NULL) in sound_play_common()209 ca_proplist_sets(proplist, CA_PROP_MEDIA_FILENAME, in sound_play_common()212 ca_proplist_sets(proplist, CA_PROP_EVENT_ID, in sound_play_common()214 ca_proplist_sets(proplist, CA_PROP_CANBERRA_CACHE_CONTROL, in sound_play_common()216 res = ca_context_play_full(context, sound_id, proplist, in sound_play_common()221 ca_proplist_destroy(proplist); in sound_play_common()