Searched refs:A2DP_SourceCodecIndex (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_a2dp_test.cc | 857 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc), in TEST_F() 859 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc_capability), in TEST_F() 861 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc_sink_capability), in TEST_F() 863 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac), in TEST_F() 865 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac_capability), in TEST_F() 867 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac_sink_capability), in TEST_F() 875 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_non_a2dp), in TEST_F() 1007 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc_sink_capability); in TEST_F() 1024 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc); in TEST_F() 1040 peer_codec_index = A2DP_SourceCodecIndex(codec_info_aac); in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/ |
D | a2dpCodecInfoFuzzFunctions.h | 192 A2DP_SourceCodecIndex(codec_info);
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_codec_config.cc | 689 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_codec_info); in findSourceCodecConfig() 915 codec_type = A2DP_SourceCodecIndex(p_ota_codec_config); in setCodecOtaConfig() 1385 A2DP_SourceCodecIndex(p_codec_info))) { in A2DP_GetEncoderInterface() 1447 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() function
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_a2dp_codec_config.cc | 263 btav_a2dp_codec_index_t A2DP_SourceCodecIndex( in A2DP_SourceCodecIndex() function
|
D | mock_a2dp_codec_config.cc | 250 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() function
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co_peer.cc | 169 A2DP_SourceCodecIndex(p_sink->codec_caps); in FindPeerSink()
|
D | bta_av_co.cc | 232 auto codec_index = A2DP_SourceCodecIndex(p_codec_info); in ProcessSourceGetConfig() 274 p_peer, A2DP_SourceCodecIndex(p_peer->codec_config), in ProcessSourceGetConfig() 1433 p_peer, A2DP_SourceCodecIndex(p_ota_codec_config), ContentProtectFlag()); in SetCodecOtaConfig()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | a2dp_codec_api.h | 724 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info);
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_aact.cc | 3342 A2DP_SourceCodecIndex(p_scb->cfg.codec_info); in bta_av_offload_codec_builder()
|