Home
last modified time | relevance | path

Searched refs:A2DP_CodecIndexStr (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc905 EXPECT_STREQ(A2DP_CodecIndexStr(BTAV_A2DP_CODEC_INDEX_SOURCE_SBC), "SBC"); in TEST_F()
906 EXPECT_STREQ(A2DP_CodecIndexStr(BTAV_A2DP_CODEC_INDEX_SINK_SBC), "SBC SINK"); in TEST_F()
907 EXPECT_STREQ(A2DP_CodecIndexStr(BTAV_A2DP_CODEC_INDEX_SOURCE_AAC), "AAC"); in TEST_F()
914 EXPECT_STREQ(A2DP_CodecIndexStr(BTAV_A2DP_CODEC_INDEX_MAX), in TEST_F()
927 EXPECT_STRNE(A2DP_CodecIndexStr(codec_index), "UNKNOWN CODEC INDEX"); in TEST_F()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc1527 A2DP_CodecIndexStr(hardware_offload_index)); in bta_av_co_should_select_hardware_codec()
1535 A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()
1541 A2DP_CodecIndexStr(hardware_offload_index)); in bta_av_co_should_select_hardware_codec()
1547 A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()
1553 A2DP_CodecIndexStr(hardware_offload_index)); in bta_av_co_should_select_hardware_codec()
1559 A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()
1563 A2DP_CodecIndexStr(software_codec_index)); in bta_av_co_should_select_hardware_codec()
Dbta_av_co_peer.cc149 A2DP_CodecIndexStr(codec_index)); in FindPeerSource()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecInfoFuzzFunctions.h202 A2DP_CodecIndexStr(getArbitraryBtavCodecIndex(fdp));
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc268 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t /* codec_index */) { in A2DP_CodecIndexStr() function
Dmock_a2dp_codec_config.cc254 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_CodecIndexStr() function
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc116 log::info("{}", A2DP_CodecIndexStr(codec_index)); in createCodec()
1499 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_CodecIndexStr() function
1536 log::verbose("codec {}", A2DP_CodecIndexStr(codec_index)); in A2DP_InitCodecConfig()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h732 const char* A2DP_CodecIndexStr(btav_a2dp_codec_index_t codec_index);