Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dsource.c122 static void avdtp_state_callback(struct audio_device *dev, in avdtp_state_callback() function
714 avdtp_callback_id = avdtp_add_state_cb(avdtp_state_callback, in source_init()
Dsink.c121 static void avdtp_state_callback(struct audio_device *dev, in avdtp_state_callback() function
860 avdtp_callback_id = avdtp_add_state_cb(avdtp_state_callback, in sink_init()
Davdtp.c354 struct avdtp_state_callback { struct
764 struct avdtp_state_callback *cb = l->data; in avdtp_set_state()
3795 struct avdtp_state_callback *state_cb; in avdtp_add_state_cb()
3798 state_cb = g_new(struct avdtp_state_callback, 1); in avdtp_add_state_cb()
3813 struct avdtp_state_callback *cb = l->data; in avdtp_remove_state_cb()