Home | History | Annotate | Download | only in libaudio

Lines Matching refs:audioOutput

390         sp<AudioOutput> audioOutput = mPhysOutputs.itemAt(0);
391 if (audioOutput->getHardwareTimestamp(&avail, timestamp) == OK) {
393 int64_t framesInDriverBuffer = (int64_t)audioOutput->getKernelBufferSize() - (int64_t)avail;
517 sp<AudioOutput> newOutput;
556 if ((*I)->getState() == AudioOutput::DMA_START) {
613 // fill mode. Failure to do this will cause the AudioOutput state machine
634 if (AudioOutput::PRIMED == (*I)->getState())
637 if ((*I)->getState() == AudioOutput::ACTIVE)
717 if ((*I)->getState() == AudioOutput::DMA_START) {