Home
last modified time | relevance | path

Searched refs:isSupportedCodec (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Da2dp_codec_api.h306 bool isSupportedCodec(btav_a2dp_codec_index_t codec_index);
/system/bt/stack/a2dp/
Da2dp_codec_config.cc681 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec() function in A2dpCodecs
/system/bt/btif/co/
Dbta_av_co.cc785 return codecs->isSupportedCodec(codec_index); in IsSupportedCodec()