HomeSort by relevance Sort by last modified time
    Searched refs:mMainOutput (Results 1 - 2 of 2) sorted by null

  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 86 : mMainOutput(NULL)
97 closeOutputStream(mMainOutput);
120 pp_out = &mMainOutput;
154 if (mMainOutput && out == mMainOutput) {
155 delete mMainOutput;
156 mMainOutput = NULL;
503 if (NULL != mMainOutput)
504 mMainOutput->setTgtDevices(mainMask);
535 if (NULL != mMainOutput)
    [all...]
AudioHardwareOutput.h 131 AudioStreamOut *mMainOutput;

Completed in 98 milliseconds