Home
last modified time | relevance | path

Searched refs:codecConfigIsValid (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc130 bool A2dpCodecConfig::codecConfigIsValid( in codecConfigIsValid() function in A2dpCodecConfig
Dmock_a2dp_codec_config.cc121 bool A2dpCodecConfig::codecConfigIsValid( in codecConfigIsValid() function in A2dpCodecConfig
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h217 static bool codecConfigIsValid(const btav_a2dp_codec_config_t& codec_config);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc411 bool A2dpCodecConfig::codecConfigIsValid( in codecConfigIsValid() function in A2dpCodecConfig
424 if (!codecConfigIsValid(codec_config)) return "Invalid"; in codecConfig2Str()