Home | History | Annotate | Download | only in audio

Lines Matching full:moutput

46     : mOutput(0), mInput(0),  mFd(-1), mMicMute(false)
54 closeOutputStream((AudioStreamOut *)mOutput);
73 if (mOutput) {
87 mOutput = out;
91 return mOutput;
95 if (mOutput && out == mOutput) {
96 delete mOutput;
97 mOutput = 0;
184 if (mOutput) {
185 mOutput->dump(fd, args);