Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc175 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t /* codec_index */) { in isSupportedCodec() function in A2dpCodecs
Dmock_a2dp_codec_config.cc164 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec() function in A2dpCodecs
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecFuzzFunctions.h114 codecs->isSupportedCodec(getArbitraryBtavCodecIndex(fdp));
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h304 bool isSupportedCodec(btav_a2dp_codec_index_t codec_index);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc716 bool A2dpCodecs::isSupportedCodec(btav_a2dp_codec_index_t codec_index) { in isSupportedCodec() function in A2dpCodecs
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc130 return codecs->isSupportedCodec(codec_index); in IsSupportedCodec()