Searched refs:getOutputFrameCount (Results 1 – 5 of 5) sorted by relevance
114 static status_t getOutputFrameCount(size_t* frameCount,
732 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in play()
290 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) in getOutputFrameCount() function in android::AudioSystem
139 status = AudioSystem::getOutputFrameCount(&afFrameCount, streamType); in getMinFrameCount()
1679 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()