Searched refs:checkExactAudioProfile (Results 1 – 3 of 3) sorted by relevance
60 virtual status_t checkExactAudioProfile(const struct audio_port_config *config) const;116 return policyAudioPort ? policyAudioPort->checkExactAudioProfile(config) : NO_INIT; in validationBeforeApplyConfig()
68 if (checkExactAudioProfile(&config) != NO_ERROR) { in isCompatibleProfile()76 if (checkExactAudioProfile(&config) != NO_ERROR) { in isCompatibleProfile()
64 status_t PolicyAudioPort::checkExactAudioProfile(const struct audio_port_config *config) const in checkExactAudioProfile() function in android::PolicyAudioPort