Lines Matching refs:mBluetoothEnabled
48 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false) in A2dpAudioInterface()
85 mOutput->setBluetoothEnabled(mBluetoothEnabled); in openOutputStream()
145 mBluetoothEnabled = (value == "true"); in setParameters()
147 mOutput->setBluetoothEnabled(mBluetoothEnabled); in setParameters()
179 value = mBluetoothEnabled ? "true" : "false"; in getParameters()
229 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false) in A2dpAudioStreamOut()
284 if (!mBluetoothEnabled || mClosing || mSuspended) { in write()
287 mBluetoothEnabled, mClosing, mSuspended); in write()
363 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d", in standby_l()
364 mClosing, mBluetoothEnabled); in standby_l()
365 if (!mClosing && mBluetoothEnabled) { in standby_l()
456 mBluetoothEnabled = enabled; in setBluetoothEnabled()