Lines Matching refs:mOutput
48 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false) in A2dpAudioInterface()
54 closeOutputStream((AudioStreamOut *)mOutput); in ~A2dpAudioInterface()
75 if (mOutput) { in openOutputStream()
84 mOutput = out; in openOutputStream()
85 mOutput->setBluetoothEnabled(mBluetoothEnabled); in openOutputStream()
86 mOutput->setSuspended(mSuspended); in openOutputStream()
93 return mOutput; in openOutputStream()
97 if (mOutput == 0 || mOutput != out) { in closeOutputStream()
101 delete mOutput; in closeOutputStream()
102 mOutput = 0; in closeOutputStream()
146 if (mOutput) { in setParameters()
147 mOutput->setBluetoothEnabled(mBluetoothEnabled); in setParameters()
154 if (mOutput) { in setParameters()
155 mOutput->setSuspended(mSuspended); in setParameters()