Lines Matching full:moutput
47 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false)
53 closeOutputStream((AudioStreamOut *)mOutput);
74 if (mOutput) {
83 mOutput = out;
84 mOutput->setBluetoothEnabled(mBluetoothEnabled);
85 mOutput->setSuspended(mSuspended);
92 return mOutput;
96 if (mOutput == 0 || mOutput != out) {
100 delete mOutput;
101 mOutput = 0;
145 if (mOutput) {
146 mOutput->setBluetoothEnabled(mBluetoothEnabled);
153 if (mOutput) {
154 mOutput->setSuspended(mSuspended);