Lines Matching refs:codec_index
230 btav_a2dp_codec_index_t codec_index = in StackA2dpTest() local
234 switch (codec_index) { in StackA2dpTest()
274 supported_codecs_.insert(codec_index); in StackA2dpTest()
279 bool has_codec_support(btav_a2dp_codec_index_t codec_index) { in has_codec_support() argument
280 return supported_codecs_.find(codec_index) != supported_codecs_.end(); in has_codec_support()
793 btav_a2dp_codec_index_t codec_index = in TEST_F() local
795 EXPECT_STRNE(A2DP_CodecIndexStr(codec_index), "UNKNOWN CODEC INDEX"); in TEST_F()
861 btav_a2dp_codec_index_t codec_index = in TEST_F() local
865 if (!has_codec_support(codec_index)) { in TEST_F()
869 A2dpCodecConfig* codec_config = A2dpCodecConfig::createCodec(codec_index); in TEST_F()
871 EXPECT_EQ(codec_config->codecIndex(), codec_index); in TEST_F()