Searched refs:frameCountHAL (Results 1 – 6 of 6) sorted by relevance
511 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const = 0;
1037 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::AudioFlinger1045 return thread->frameCountHAL(); in frameCountHAL()2208 return thread != NULL ? thread->frameCountHAL() : 0; in getPrimaryOutputFrameCount()3241 size_t frameCount = thread->frameCountHAL(); in fastPlaybackThread_l()
143 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const;
278 size_t frameCountHAL() const { return mFrameCount; } in frameCountHAL() function
888 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::BpAudioFlinger1563 reply->writeInt64( frameCountHAL((audio_io_handle_t) data.readInt32()) ); in onTransact()
474 *frameCount = af->frameCountHAL(ioHandle); in getFrameCountHAL()