Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java95 mDevicesForAttributesCallbacks = new RemoteCallbackList<>(); field in AudioSystemAdapter
129 final int nbCallbacks = mDevicesForAttributesCallbacks.beginBroadcast(); in onRoutingUpdated()
133 mDevicesForAttributesCallbacks.getBroadcastItem(i); in onRoutingUpdated()
153 mDevicesForAttributesCallbacks.finishBroadcast(); in onRoutingUpdated()
190 mDevicesForAttributesCallbacks.register(listener); in addOnDevicesForAttributesChangedListener()
214 mDevicesForAttributesCallbacks.unregister(listener); in removeOnDevicesForAttributesChangedListener()