Home
last modified time | relevance | path

Searched refs:A2DP_VendorSourceCodecIndex (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor.h200 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndex(
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc869 ASSERT_EQ(A2DP_VendorSourceCodecIndex(codec_info_opus), in TEST_F()
871 ASSERT_EQ(A2DP_VendorSourceCodecIndex(codec_info_opus_capability), in TEST_F()
873 ASSERT_EQ(A2DP_VendorSourceCodecIndex(codec_info_opus_sink_capability), in TEST_F()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor.cc647 btav_a2dp_codec_index_t A2DP_VendorSourceCodecIndex( in A2DP_VendorSourceCodecIndex() function
Da2dp_codec_config.cc1463 return A2DP_VendorSourceCodecIndex(p_codec_info); in A2DP_SourceCodecIndex()