Searched refs:frameCountHAL (Results 1 – 6 of 6) sorted by relevance
257 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const = 0;
136 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const;
766 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::AudioFlinger774 return thread->frameCountHAL(); in frameCountHAL()1705 return thread != NULL ? thread->frameCountHAL() : 0; in getPrimaryOutputFrameCount()
252 size_t frameCountHAL() const { return mFrameCount; } in frameCountHAL() function
921 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const in frameCountHAL() function in android::BpAudioFlinger1449 reply->writeInt64( frameCountHAL((audio_io_handle_t) data.readInt32()) ); in onTransact()
441 *frameCount = af->frameCountHAL(ioHandle); in getFrameCountHAL()