Home
last modified time | relevance | path

Searched refs:frameCountHAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h606 size_t frameCountHAL() const { return mFrameCount; } in frameCountHAL() function
DAudioFlinger.cpp1651 return thread != NULL ? thread->frameCountHAL() : 0; in getPrimaryOutputFrameCount()