Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:frameCountHAL

957 size_t AudioFlinger::frameCountHAL(audio_io_handle_t ioHandle) const
962 ALOGW("frameCountHAL() unknown thread %d", ioHandle);
965 return thread->frameCountHAL();
2095 return thread != NULL ? thread->frameCountHAL() : 0;
3109 size_t frameCount = thread->frameCountHAL();