OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBC_ALLOCATION_SNR
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
a2dp.h
48
#define
SBC_ALLOCATION_SNR
(1 << 1)
source.c
409
else if (supported->allocation_method &
SBC_ALLOCATION_SNR
)
410
cap->allocation_method =
SBC_ALLOCATION_SNR
;
sink.c
442
else if (supported->allocation_method &
SBC_ALLOCATION_SNR
)
443
cap->allocation_method =
SBC_ALLOCATION_SNR
;
a2dp.c
386
SBC_ALLOCATION_SNR
);
[
all
...]
/external/bluetooth/bluez/tools/
avinfo.c
98
#define
SBC_ALLOCATION_SNR
(1 << 1)
Completed in 21 milliseconds