Home | History | Annotate | Download | only in libaudioclient

Lines Matching defs:getInputBufferSize

392 status_t AudioSystem::getInputBufferSize(uint32_t sampleRate, audio_format_t format,
399 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize);
639 status_t AudioSystem::AudioFlingerClient::getInputBufferSize(
651 size_t inBuffSize = af->getInputBufferSize(sampleRate, format, channelMask);
653 ALOGE("AudioSystem::getInputBufferSize failed sampleRate %d format %#x channelMask %#x",