Home
last modified time | relevance | path

Searched defs:codec_index_str (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.h78 struct codec_index_str { struct
86 extern struct codec_index_str codec_index_str; argument
Dmock_audio_hal_interface_a2dp_encoding.cc48 struct codec_index_str codec_index_str; variable
110 std::optional<const char*> provider::codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str() function in bluetooth::audio::a2dp::provider
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc173 std::optional<const char*> codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str() function
Da2dp_encoding_host.cc326 std::optional<const char*> codec_index_str(btav_a2dp_codec_index_t /*codec_index*/) { in codec_index_str() function
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc650 std::optional<const char*> provider::codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str() function in bluetooth::audio::aidl::a2dp::provider
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc1586 auto codec_index_str = bluetooth::audio::a2dp::provider::codec_index_str(codec_index); in A2DP_CodecIndexStr() local