Searched refs:getOutputFrameCount (Results 1 – 5 of 5) sorted by relevance
207 static status_t getOutputFrameCount(size_t* frameCount,
516 AudioSystem::getOutputFrameCount(&frameCount, stream); in invokeAudioSystem()
2113 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()
139 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType); in getMinFrameCount()
460 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) { in getOutputFrameCount() function in android::AudioSystem