Searched refs:sink_codec_index (Results 1 – 8 of 8) sorted by relevance
58 struct sink_codec_index sink_codec_index; variable83 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::provider174 return test::mock::audio_hal_interface_a2dp_encoding::sink_codec_index(p_codec_info); in sink_codec_index()
249 struct sink_codec_index { struct257 extern struct sink_codec_index sink_codec_index; argument
154 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* p_codec_info) { in sink_codec_index() function156 ? aidl::a2dp::provider::sink_codec_index(p_codec_info) in sink_codec_index()
105 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* p_codec_info);
311 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* /*p_codec_info*/) { in sink_codec_index() function
95 std::optional<btav_a2dp_codec_index_t> sink_codec_index(const uint8_t* p_codec_info);
628 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
1542 auto ext_codec_index = bluetooth::audio::a2dp::provider::sink_codec_index(p_codec_info); in A2DP_SinkCodecIndex()