Lines Matching refs:mMCOutput
87 , mMCOutput(NULL) in AudioHardwareOutput()
98 closeOutputStream(mMCOutput); in ~AudioHardwareOutput()
123 pp_out = &mMCOutput; in openOutputStream()
157 } else if (mMCOutput && out == mMCOutput) { in closeOutputStream()
158 delete mMCOutput; in closeOutputStream()
159 mMCOutput = NULL; in closeOutputStream()
496 if (NULL != mMCOutput) in updateTgtDevices_l()
506 if (NULL != mMCOutput) in updateTgtDevices_l()
507 mMCOutput->setTgtDevices(mcMask); in updateTgtDevices_l()
538 if (NULL != mMCOutput) in standbyStatusUpdate()
539 mMCOutput->setTgtDevices(mcMask); in standbyStatusUpdate()
582 if (mMCOutput) in dump()
583 mMCOutput->dump(fd); in dump()