Searched refs:watcherBinder (Results 1 – 1 of 1) sorted by relevance
50 final IBinder watcherBinder = watcher.asBinder(); in registerDisplayRotationWatcher() local52 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() argument78 watcherBinder.linkToDeath(watcher, 0); in register()87 final IBinder watcherBinder = watcher.asBinder(); in unregister() local90 if (watcherBinder != rotationWatcher.mWatcher.asBinder()) { in unregister()