Searched refs:checkExact (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp31 status_t AudioProfile::checkExact(uint32_t samplingRate, audio_channel_mask_t channelMask, function in class:android::AudioProfile
238 if (profile->checkExact(samplingRate, channelMask, format) == NO_ERROR) {
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h97 status_t checkExact(uint32_t rate, audio_channel_mask_t channels, audio_format_t format) const;

Completed in 238 milliseconds