Home
last modified time | relevance | path

Searched refs:mBluetoothEnabled (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.cpp48 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 …]
DA2dpAudioInterface.h117 bool mBluetoothEnabled; variable
130 bool mBluetoothEnabled; variable