Lines Matching refs:mMainOutput
86 : mMainOutput(NULL) in AudioHardwareOutput()
97 closeOutputStream(mMainOutput); in ~AudioHardwareOutput()
120 pp_out = &mMainOutput; in openOutputStream()
154 if (mMainOutput && out == mMainOutput) { in closeOutputStream()
155 delete mMainOutput; in closeOutputStream()
156 mMainOutput = NULL; in closeOutputStream()
503 if (NULL != mMainOutput) in updateTgtDevices_l()
504 mMainOutput->setTgtDevices(mainMask); in updateTgtDevices_l()
535 if (NULL != mMainOutput) in standbyStatusUpdate()
536 mMainOutput->setTgtDevices(mainMask); in standbyStatusUpdate()
579 if (mMainOutput) in dump()
580 mMainOutput->dump(fd); in dump()