Home
last modified time | relevance | path

Searched refs:source_codec_index (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc57 struct source_codec_index source_codec_index; variable
85 std::optional<btav_a2dp_codec_index_t> source_codec_index::return_value =
183 bluetooth::audio::a2dp::provider::source_codec_index( in source_codec_index() function in bluetooth::audio::a2dp::provider
186 return test::mock::audio_hal_interface_a2dp_encoding::source_codec_index( in source_codec_index()
Dmock_audio_hal_interface_a2dp_encoding.h274 struct source_codec_index { struct
284 extern struct source_codec_index source_codec_index; argument
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc174 std::optional<btav_a2dp_codec_index_t> source_codec_index( in source_codec_index() function
178 ? aidl::a2dp::provider::source_codec_index(p_codec_info) in source_codec_index()
Da2dp_encoding.h78 std::optional<btav_a2dp_codec_index_t> source_codec_index(
Da2dp_encoding_host.cc303 std::optional<btav_a2dp_codec_index_t> source_codec_index( in source_codec_index() function
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.h104 std::optional<btav_a2dp_codec_index_t> source_codec_index(
Da2dp_encoding_aidl.cc724 std::optional<btav_a2dp_codec_index_t> provider::source_codec_index( in source_codec_index() function in bluetooth::audio::aidl::a2dp::provider
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc1451 bluetooth::audio::a2dp::provider::source_codec_index(p_codec_info); in A2DP_SourceCodecIndex()