Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java92 mDevicesForAttributesCallbacks = new RemoteCallbackList<>(); field in AudioSystemAdapter
126 final int nbCallbacks = mDevicesForAttributesCallbacks.beginBroadcast(); in onRoutingUpdated()
130 mDevicesForAttributesCallbacks.getBroadcastItem(i); in onRoutingUpdated()
150 mDevicesForAttributesCallbacks.finishBroadcast(); in onRoutingUpdated()
187 mDevicesForAttributesCallbacks.register(listener); in addOnDevicesForAttributesChangedListener()
211 mDevicesForAttributesCallbacks.unregister(listener); in removeOnDevicesForAttributesChangedListener()