Searched refs:getOutputFrameCount (Results 1 – 7 of 7) sorted by relevance
95 static status_t getOutputFrameCount(size_t* frameCount,
413 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != in open()
572 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in play()
259 status_t AudioSystem::getOutputFrameCount(size_t* frameCount, audio_stream_type_t streamType) in getOutputFrameCount() function in android::AudioSystem
61 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in getMinFrameCount()
207 …if (AudioSystem::getOutputFrameCount(&afFrameCount, (audio_stream_type_t) streamType) != NO_ERROR)… in android_media_AudioTrack_native_setup()
1468 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open()