Searched refs:mMainOutput (Results 1 – 2 of 2) sorted by relevance
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()[all …]
131 AudioStreamOut *mMainOutput; variable