Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Da2dp_vendor.h209 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index);
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc908 ASSERT_STREQ(A2DP_VendorCodecIndexStr(BTAV_A2DP_CODEC_INDEX_SOURCE_OPUS), in TEST_F()
910 ASSERT_STREQ(A2DP_VendorCodecIndexStr(BTAV_A2DP_CODEC_INDEX_SINK_OPUS), in TEST_F()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor.cc699 const char* A2DP_VendorCodecIndexStr(btav_a2dp_codec_index_t codec_index) { in A2DP_VendorCodecIndexStr() function
Da2dp_codec_config.cc1528 return A2DP_VendorCodecIndexStr(codec_index); in A2DP_CodecIndexStr()