Searched refs:mBluetoothEnabled (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware_legacy/audio/ |
D | A2dpAudioInterface.cpp | 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() [all …]
|
D | A2dpAudioInterface.h | 117 bool mBluetoothEnabled; variable 130 bool mBluetoothEnabled; variable
|