Home
last modified time | relevance | path

Searched refs:mBluetooth (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DPowerProfile.java91 private final BluetoothProfile mBluetooth = new BluetoothProfile(); field in PowerProfile.Parser
147 mResult.mComponents.put(Component.BLUETOOTH, mBluetooth); in parse()
171 mBluetooth.idleMa = value; in onItem()
173 mBluetooth.rxMa = value; in onItem()
175 mBluetooth.txMa = value; in onItem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java170 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy
204 mBluetooth = bluetoothController; in PhoneStatusBarPolicy()
353 mBluetooth.addCallback(this); in init()
481 if (mBluetooth != null) { in updateBluetooth()
482 if (mBluetooth.isBluetoothConnected() in updateBluetooth()
483 && (mBluetooth.isBluetoothAudioActive() in updateBluetooth()
484 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()
487 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()
/frameworks/av/media/libaudiohal/impl/
DDeviceHalAidl.h240 const std::shared_ptr<::aidl::android::hardware::audio::core::IBluetooth> mBluetooth; variable
DDeviceHalAidl.cpp109 mBluetooth(retrieveSubInterface<IBluetooth>(module, &IModule::getBluetooth)), in DeviceHalAidl()
1146 if (mBluetooth != nullptr && hfpConfig != IBluetooth::HfpConfig{}) { in filterAndUpdateBtHfpParameters()
1148 return statusTFromBinderStatus(mBluetooth->setHfpConfig(hfpConfig, &newHfpConfig)); in filterAndUpdateBtHfpParameters()
1244 if (mBluetooth != nullptr && scoConfig != IBluetooth::ScoConfig{}) { in filterAndUpdateBtScoParameters()
1246 return statusTFromBinderStatus(mBluetooth->setScoConfig(scoConfig, &newScoConfig)); in filterAndUpdateBtScoParameters()