Searched refs:isSupportedCodec (Results 1 – 8 of 8) sorted by relevance
134 static bool isSupportedCodec(const char* mime);
255 if (isSupportedCodec(mime)) { in onPrepare()797 bool AudioSfDecoder::isSupportedCodec(const char* mime) { in isSupportedCodec() function in android::AudioSfDecoder
114 codecs->isSupportedCodec(getArbitraryBtavCodecIndex(fdp));
172 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec() function in A2dpCodecs
306 bool isSupportedCodec(btav_a2dp_codec_index_t codec_index);
693 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec() function in A2dpCodecs
783 return codecs->isSupportedCodec(codec_index); in IsSupportedCodec()