Searched defs:checkExact (Results 1 - 1 of 1) 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) {

Completed in 85 milliseconds