Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java50 final IBinder watcherBinder = watcher.asBinder(); in registerDisplayRotationWatcher() local
52 if (watcherBinder == mDisplayRotationWatchers.get(i).mWatcher.asBinder()) { in registerDisplayRotationWatcher()
56 register(watcherBinder, new DisplayRotationWatcher(mService, watcher, displayId), in registerDisplayRotationWatcher()
75 private static <T extends RotationWatcher> void register(IBinder watcherBinder, T watcher, in register() argument
78 watcherBinder.linkToDeath(watcher, 0); in register()
87 final IBinder watcherBinder = watcher.asBinder(); in unregister() local
90 if (watcherBinder != rotationWatcher.mWatcher.asBinder()) { in unregister()