Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_audio_hal_interface_a2dp_encoding.cc58 struct sink_codec_index sink_codec_index; variable
83 std::optional<btav_a2dp_codec_index_t> sink_codec_index::return_value = std::nullopt;
172 std::optional<btav_a2dp_codec_index_t> provider::sink_codec_index(const uint8_t* p_codec_info) { in sink_codec_index() function in bluetooth::audio::a2dp::provider
174 return test::mock::audio_hal_interface_a2dp_encoding::sink_codec_index(p_codec_info); in sink_codec_index()
Dmock_audio_hal_interface_a2dp_encoding.h249 struct sink_codec_index { struct
257 extern struct sink_codec_index sink_codec_index; argument
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.cc154 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* p_codec_info) { in sink_codec_index() function
156 ? aidl::a2dp::provider::sink_codec_index(p_codec_info) in sink_codec_index()
Da2dp_encoding.h105 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* p_codec_info);
Da2dp_encoding_host.cc311 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* /*p_codec_info*/) { in sink_codec_index() function
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.h95 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* p_codec_info);
Da2dp_encoding_aidl.cc628 std::optional<btav_a2dp_codec_index_t> provider::sink_codec_index(const uint8_t* p_codec_info) { in sink_codec_index() function in bluetooth::audio::aidl::a2dp::provider
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc1542 auto ext_codec_index = bluetooth::audio::a2dp::provider::sink_codec_index(p_codec_info); in A2DP_SinkCodecIndex()