Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/audio/
H A 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()
364 mClosing, mBluetoothEnabled); in standby_l()
365 if (!mClosing && mBluetoothEnabled) { in standby_l()
[all …]
H A DA2dpAudioInterface.h117 bool mBluetoothEnabled; variable
130 bool mBluetoothEnabled; variable
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
H A DBluetoothStatusIconController.java40 private boolean mBluetoothEnabled; field in BluetoothStatusIconController
66 if (!mBluetoothEnabled) { in updateStatus()
78 mBluetoothEnabled = enabled; in onBluetoothStateChange()