OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_audio_strtype
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/bluez/audio/
ipc.c
119
const char *
bt_audio_strtype
(uint8_t type)
function
ctl_bluetooth.c
178
type =
bt_audio_strtype
(rsp->h.type);
276
type =
bt_audio_strtype
(ind->h.type);
ipc.h
351
const char *
bt_audio_strtype
(uint8_t type);
liba2dp.c
740
VDBG("sending %s",
bt_audio_strtype
(msg->type));
792
type =
bt_audio_strtype
(inmsg->type);
gstavdtpsink.c
[
all
...]
pcm_bluetooth.c
[
all
...]
unix.c
168
const char *type =
bt_audio_strtype
(msg->type);
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
134
DBG("sending %s:%s",
bt_audio_strtype
(msg->type),
160
type =
bt_audio_strtype
(rsp->type);
Completed in 238 milliseconds