Searched refs:mBluetooth (Results 1 – 4 of 4) sorted by relevance
91 private final BluetoothProfile mBluetooth = new BluetoothProfile(); field in PowerProfile.Parser147 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()
170 private BluetoothController mBluetooth; field in PhoneStatusBarPolicy204 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()
240 const std::shared_ptr<::aidl::android::hardware::audio::core::IBluetooth> mBluetooth; variable
109 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()