OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_A2DP_CHANNEL_MODE_STEREO
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
liba2dp.c
328
case
BT_A2DP_CHANNEL_MODE_STEREO
:
340
case
BT_A2DP_CHANNEL_MODE_STEREO
:
380
else if (cap->channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
)
381
cap->channel_mode =
BT_A2DP_CHANNEL_MODE_STEREO
;
456
if (active_capabilities.channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
)
546
case
BT_A2DP_CHANNEL_MODE_STEREO
:
ipc.h
151
#define
BT_A2DP_CHANNEL_MODE_STEREO
(1 << 1)
gstavdtpsink.c
309
cfg->channel_mode =
BT_A2DP_CHANNEL_MODE_STEREO
;
460
if (sbc->channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
) {
580
if ((sbc->channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
) ||
705
if ((mpeg->channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
) ||
808
return
BT_A2DP_CHANNEL_MODE_STEREO
;
[
all
...]
pcm_bluetooth.c
499
case
BT_A2DP_CHANNEL_MODE_STEREO
:
511
case
BT_A2DP_CHANNEL_MODE_STEREO
:
558
else if (cap->channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
)
559
cap->channel_mode =
BT_A2DP_CHANNEL_MODE_STEREO
;
648
if (active_capabilities.channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
)
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
342
case
BT_A2DP_CHANNEL_MODE_STEREO
:
358
case
BT_A2DP_CHANNEL_MODE_STEREO
:
431
else if (cap->channel_mode &
BT_A2DP_CHANNEL_MODE_STEREO
)
432
cap->channel_mode =
BT_A2DP_CHANNEL_MODE_STEREO
;
517
case
BT_A2DP_CHANNEL_MODE_STEREO
:
Completed in 30 milliseconds