Home
last modified time | relevance | path

Searched defs:activeDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java232 void dispatchActiveDeviceChanged( in dispatchActiveDeviceChanged()
260 private void dispatchAclStateChanged(@NonNull CachedBluetoothDevice activeDevice, int state) { in dispatchAclStateChanged()
478 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
515 final CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
DBluetoothCallback.java123 default void onActiveDeviceChanged( in onActiveDeviceChanged()
/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.cpp207 for (auto activeDevice = mActiveDevices.begin(); activeDevice != mActiveDevices.end();) { in clearMapDeviceIdEntries() local
467 for (const auto &activeDevice: mActiveDevices) { in setAudioDeviceCategory() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java407 public void onActiveDeviceChanged( in onActiveDeviceChanged()