Searched refs:kDecoderNotFound (Results 1 – 6 of 6) sorted by relevance
173 return kDecoderNotFound; in Remove()206 return kDecoderNotFound; in SetActiveDecoder()238 return kDecoderNotFound; in SetActiveCngDecoder()298 return kDecoderNotFound; in CheckPayloadTypes()
164 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()231 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, in TEST()233 EXPECT_EQ(DecoderDatabase::kDecoderNotFound, db.SetActiveCngDecoder(17)); in TEST()
35 kDecoderNotFound = -5, enumerator
77 kDecoderNotFound, enumerator
324 if (ret == DecoderDatabase::kOK || ret == DecoderDatabase::kDecoderNotFound) { in RemovePayloadType()627 DecoderDatabase::kDecoderNotFound) { in InsertPacketInternal()1372 return kDecoderNotFound; in Decode()1385 return kDecoderNotFound; in Decode()
274 .WillOnce(Return(DecoderDatabase::kDecoderNotFound)); in TEST_F()