HomeSort by relevance Sort by last modified time
    Searched refs:mBluetoothEnabled (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 47 mOutput(0), mHardwareInterface(hw), mBluetoothEnabled(true), mSuspended(false)
84 mOutput->setBluetoothEnabled(mBluetoothEnabled);
144 mBluetoothEnabled = (value == "true");
146 mOutput->setBluetoothEnabled(mBluetoothEnabled);
178 value = mBluetoothEnabled ? "true" : "false";
228 mBluetoothEnabled(true), mDevice(0), mClosing(false), mSuspended(false)
283 if (!mBluetoothEnabled || mClosing || mSuspended) {
285 mBluetoothEnabled %d, mClosing %d, mSuspended %d",
286 mBluetoothEnabled, mClosing, mSuspended);
362 ALOGV_IF(mClosing || !mBluetoothEnabled, "Standby skip stop: closing %d enabled %d"
    [all...]
A2dpAudioInterface.h 117 bool mBluetoothEnabled;
130 bool mBluetoothEnabled;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 85 private boolean mBluetoothEnabled = false;
169 mBluetoothEnabled = (adapter.getState() == BluetoothAdapter.STATE_ON);
175 mService.setIconVisibility("bluetooth", mBluetoothEnabled);
262 mBluetoothEnabled = state == BluetoothAdapter.STATE_ON;
278 mService.setIconVisibility("bluetooth", mBluetoothEnabled);

Completed in 58 milliseconds