Searched defs:codec_index_str (Results 1 – 6 of 6) sorted by relevance
78 struct codec_index_str { struct86 extern struct codec_index_str codec_index_str; argument
48 struct codec_index_str codec_index_str; variable110 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
173 std::optional<const char*> codec_index_str(btav_a2dp_codec_index_t codec_index) { in codec_index_str() function
326 std::optional<const char*> codec_index_str(btav_a2dp_codec_index_t /*codec_index*/) { in codec_index_str() function
650 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
1586 auto codec_index_str = bluetooth::audio::a2dp::provider::codec_index_str(codec_index); in A2DP_CodecIndexStr() local