Searched refs:frameCountHAL (Results 1 – 7 of 7) sorted by relevance
249 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const = 0;
840 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::AudioFlinger848 return thread->frameCountHAL(); in frameCountHAL()1809 return thread != NULL ? thread->frameCountHAL() : 0; in getPrimaryOutputFrameCount()2754 size_t frameCount = thread->frameCountHAL(); in fastPlaybackThread_l()
153 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const;
255 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()