Searched refs:checkExactFormat (Results 1 – 3 of 3) sorted by relevance
68 status_t checkExactFormat(audio_format_t format) const;
79 if (isPlaybackThread && checkExactFormat(format) != NO_ERROR) { in isCompatibleProfile()
528 status_t AudioPort::checkExactFormat(audio_format_t format) const in checkExactFormat() function in android::AudioPort863 status = audioport->checkExactFormat(config->format); in applyAudioPortConfig()