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
547 avdtp_callback_id = avdtp_add_state_cb(avdtp_state_callback, in source_init()
Dsink.c131 static void avdtp_state_callback(struct audio_device *dev, in avdtp_state_callback() function
704 avdtp_callback_id = avdtp_add_state_cb(avdtp_state_callback, in sink_init()
Davdtp.c352 struct avdtp_state_callback { struct
772 struct avdtp_state_callback *cb = l->data; in avdtp_set_state()
3916 struct avdtp_state_callback *state_cb; in avdtp_add_state_cb()
3919 state_cb = g_new(struct avdtp_state_callback, 1); in avdtp_add_state_cb()
3934 struct avdtp_state_callback *cb = l->data; in avdtp_remove_state_cb()