Home
last modified time | relevance | path

Searched refs:supports_codec (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc59 struct supports_codec supports_codec; variable
87 bool supports_codec::return_value = false;
193 bool bluetooth::audio::a2dp::provider::supports_codec( in supports_codec() function in bluetooth::audio::a2dp::provider
196 return test::mock::audio_hal_interface_a2dp_encoding::supports_codec( in supports_codec()
Dmock_audio_hal_interface_a2dp_encoding.h298 struct supports_codec { struct
306 extern struct supports_codec supports_codec; argument
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc198 bool supports_codec(btav_a2dp_codec_index_t codec_index) { in supports_codec() function
201 ? aidl::a2dp::provider::supports_codec(codec_index) in supports_codec()
Da2dp_encoding.h91 bool supports_codec(btav_a2dp_codec_index_t codec_index);
Da2dp_encoding_host.cc321 bool supports_codec(btav_a2dp_codec_index_t codec_index) { return false; } in supports_codec() function
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.h122 bool supports_codec(btav_a2dp_codec_index_t codec_index);
Da2dp_encoding_aidl.cc531 if (provider::supports_codec(a2dp_config->codecIndex())) { in setup_codec()
748 bool provider::supports_codec(btav_a2dp_codec_index_t codec_index) { in supports_codec() function in bluetooth::audio::aidl::a2dp::provider
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc121 if (::bluetooth::audio::a2dp::provider::supports_codec(codec_index)) { in createCodec()
973 if (!::bluetooth::audio::a2dp::provider::supports_codec( in setPeerSinkCodecCapabilities()
1384 if (::bluetooth::audio::a2dp::provider::supports_codec( in A2DP_GetEncoderInterface()
1542 if (::bluetooth::audio::a2dp::provider::supports_codec(codec_index)) { in A2DP_InitCodecConfig()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc234 ::bluetooth::audio::a2dp::provider::supports_codec(codec_index); in ProcessSourceGetConfig()
1185 if (::bluetooth::audio::a2dp::provider::supports_codec( in SelectSourceCodec()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3262 } else if (::bluetooth::audio::a2dp::provider::supports_codec( in bta_av_offload_req()