Home
last modified time | relevance | path

Searched refs:postCheckCommunicationDeviceRemoval (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceInventory.java1429 mDeviceBroker.postCheckCommunicationDeviceRemoval(attributes);
1981 mDeviceBroker.postCheckCommunicationDeviceRemoval(ada);
2023 mDeviceBroker.postCheckCommunicationDeviceRemoval(ada);
2071 mDeviceBroker.postCheckCommunicationDeviceRemoval(ada);
2199 mDeviceBroker.postCheckCommunicationDeviceRemoval(ada);
H A DAudioDeviceBroker.java513 void postCheckCommunicationDeviceRemoval(@NonNull AudioDeviceAttributes device) { in postCheckCommunicationDeviceRemoval() method in AudioDeviceBroker