OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_audio_service_get_data_fd
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/audio/
ipc.c
82
int
bt_audio_service_get_data_fd
(int sk)
function
ipc.h
348
int
bt_audio_service_get_data_fd
(int sk);
liba2dp.c
248
data->stream.fd =
bt_audio_service_get_data_fd
(data->server.fd);
250
ERR("
bt_audio_service_get_data_fd
failed, errno: %d", errno);
gstavdtpsink.c
278
ret =
bt_audio_service_get_data_fd
(
[
all
...]
pcm_bluetooth.c
392
data->stream.fd =
bt_audio_service_get_data_fd
(data->server.fd);
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
866
if ((u->stream_fd =
bt_audio_service_get_data_fd
(u->service_fd)) < 0) {
Completed in 268 milliseconds