OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A2DP_IsSinkCodecSupported
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/test/
stack_a2dp_test.cc
322
EXPECT_TRUE(
A2DP_IsSinkCodecSupported
(codec_info_sbc));
323
EXPECT_FALSE(
A2DP_IsSinkCodecSupported
(codec_info_sbc_sink_capability));
325
EXPECT_FALSE(
A2DP_IsSinkCodecSupported
(codec_info_aac));
326
EXPECT_FALSE(
A2DP_IsSinkCodecSupported
(codec_info_aac_capability));
327
EXPECT_FALSE(
A2DP_IsSinkCodecSupported
(codec_info_aac_sink_capability));
329
EXPECT_FALSE(
A2DP_IsSinkCodecSupported
(codec_info_non_a2dp));
[
all
...]
/system/bt/stack/include/
a2dp_codec_api.h
525
bool
A2DP_IsSinkCodecSupported
(const uint8_t* p_codec_info);
/system/bt/btif/co/
bta_av_co.cc
551
codec_config_supported =
A2DP_IsSinkCodecSupported
(p_codec_info);
[
all
...]
/system/bt/stack/a2dp/
a2dp_codec_config.cc
893
bool
A2DP_IsSinkCodecSupported
(const uint8_t* p_codec_info) {
[
all
...]
Completed in 291 milliseconds