Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:getInputFramesLost

7330 uint32_t AudioFlinger::RecordThread::getInputFramesLost()
7334 if (initCheck() == NO_ERROR && mInput->stream->getInputFramesLost(&result) == OK) {