Searched defs:frameCountHAL (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp927 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const function in class:android::BpAudioFlinger
1481 reply->writeInt64( frameCountHAL((audio_io_handle_t) data.readInt32()) );
/frameworks/av/services/audioflinger/
H A DThreads.h256 size_t frameCountHAL() const { return mFrameCount; } function in class:ThreadBase
H A DAudioFlinger.cpp834 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const function in class:android::AudioFlinger
839 ALOGW("frameCountHAL() unknown thread %d", ioHandle);
842 return thread->frameCountHAL();
1818 return thread != NULL ? thread->frameCountHAL() : 0;
2763 size_t frameCount = thread->frameCountHAL();

Completed in 73 milliseconds