Searched refs:frameCountHAL (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/
H A DIAudioFlinger.h257 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const = 0;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h136 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const;
H A DThreads.h252 size_t frameCountHAL() const { return mFrameCount; } function in class:ThreadBase
H A DAudioFlinger.cpp766 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const function in class:android::AudioFlinger
771 ALOGW("frameCountHAL() unknown thread %d", ioHandle);
774 return thread->frameCountHAL();
1705 return thread != NULL ? thread->frameCountHAL() : 0;
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp921 virtual size_t frameCountHAL(audio_io_handle_t ioHandle) const function in class:android::BpAudioFlinger
1449 reply->writeInt64( frameCountHAL((audio_io_handle_t) data.readInt32()) );
H A DAudioSystem.cpp441 *frameCount = af->frameCountHAL(ioHandle);
554 "channel mask %#x frameCount %zu frameCountHAL %zu deviceId %d",

Completed in 2076 milliseconds