Searched refs:checkExact (Results 1 – 2 of 2) sorted by relevance
31 status_t AudioProfile::checkExact(uint32_t samplingRate, audio_channel_mask_t channelMask, in checkExact() function in android::AudioProfile237 if (profile->checkExact(samplingRate, channelMask, format) == NO_ERROR) { in checkExactProfile()
97 status_t checkExact(uint32_t rate, audio_channel_mask_t channels, audio_format_t format) const;