Searched refs:frameCountHAL (Results 1 – 6 of 6) sorted by relevance
529 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const = 0;
1047 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::AudioFlinger1055 return thread->frameCountHAL(); in frameCountHAL()2254 return thread != NULL ? thread->frameCountHAL() : 0; in getPrimaryOutputFrameCount()3288 size_t frameCount = thread->frameCountHAL(); in fastPlaybackThread_l()
147 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const;
279 size_t frameCountHAL() const { return mFrameCount; } in frameCountHAL() function
891 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::BpAudioFlinger1566 reply->writeInt64( frameCountHAL((audio_io_handle_t) data.readInt32()) ); in onTransact()
481 *frameCount = af->frameCountHAL(ioHandle); in getFrameCountHAL()