Home
last modified time | relevance | path

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

/system/bt/stack/include/
Da2dp_codec_api.h224 static bool codecConfigIsValid(const btav_a2dp_codec_config_t& codec_config);
/system/bt/stack/a2dp/
Da2dp_codec_config.cc399 bool A2dpCodecConfig::codecConfigIsValid( in codecConfigIsValid() function in A2dpCodecConfig
412 if (!codecConfigIsValid(codec_config)) return "Invalid"; in codecConfig2Str()