Home
last modified time | relevance | path

Searched refs:source_callbacks (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/audio/
Dsource.c80 static GSList *source_callbacks = NULL; variable
116 for (l = source_callbacks; l != NULL; l = l->next) { in source_set_state()
614 source_callbacks = g_slist_append(source_callbacks, state_cb); in source_add_state_cb()
623 for (l = source_callbacks; l != NULL; l = l->next) { in source_remove_state_cb()
626 source_callbacks = g_slist_remove(source_callbacks, cb); in source_remove_state_cb()