Searched refs:frameCountHAL (Results 1 – 7 of 7) sorted by relevance
249 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const = 0;
834 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::AudioFlinger842 return thread->frameCountHAL(); in frameCountHAL()1818 return thread != NULL ? thread->frameCountHAL() : 0; in getPrimaryOutputFrameCount()2763 size_t frameCount = thread->frameCountHAL(); in fastPlaybackThread_l()
152 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const;
256 size_t frameCountHAL() const { return mFrameCount; } in frameCountHAL() function
927 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::BpAudioFlinger1481 reply->writeInt64( frameCountHAL((audio_io_handle_t) data.readInt32()) ); in onTransact()
444 *frameCount = af->frameCountHAL(ioHandle); in getFrameCountHAL()