Home | History | Annotate | Download | only in audiopolicy

Lines Matching refs:checkFormat

6900 status_t AudioPolicyManager::AudioPort::checkFormat(audio_format_t format) const
7289 status = audioport->checkFormat(config->format);
7399 if (!audio_is_valid_format(format) || checkFormat(format) != NO_ERROR) {