Searched refs:oldToken (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputManagerCallback.java | 225 public void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument 227 mService::reportFocusChanged, oldToken, newToken)); in notifyFocusChanged()
|
D | WindowManagerService.java | 4921 void reportFocusChanged(IBinder oldToken, IBinder newToken) { in reportFocusChanged() argument 4925 lastFocus = mInputToWindowMap.get(oldToken); in reportFocusChanged()
|
/frameworks/native/services/inputflinger/dispatcher/include/ |
D | InputDispatcherPolicyInterface.h | 81 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.h | 284 sp<IBinder> oldToken; member
|
D | InputDispatcher.cpp | 5497 void InputDispatcher::notifyFocusChangedLocked(const sp<IBinder>& oldToken, in notifyFocusChangedLocked() argument 5501 commandEntry->oldToken = oldToken; in notifyFocusChangedLocked() 5617 sp<IBinder> oldToken = commandEntry->oldToken; in doNotifyFocusChangedLockedInterruptible() local 5620 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | UserBackupManagerService.java | 1988 final long oldToken = Binder.clearCallingIdentity(); in cancelBackups() local 2008 Binder.restoreCallingIdentity(oldToken); in cancelBackups() 4177 final long oldToken = Binder.clearCallingIdentity(); in isAppEligibleForBackup() local 4190 Binder.restoreCallingIdentity(oldToken); in isAppEligibleForBackup() 4199 final long oldToken = Binder.clearCallingIdentity(); in filterAppsEligibleForBackup() local 4216 Binder.restoreCallingIdentity(oldToken); in filterAppsEligibleForBackup()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2704 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument 2705 mWindowManagerCallbacks.notifyFocusChanged(oldToken, newToken); in notifyFocusChanged() 3151 void notifyFocusChanged(IBinder oldToken, IBinder newToken); in notifyFocusChanged() argument
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 320 void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) override; 910 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() argument 920 jobject oldTokenObj = javaObjectForIBinder(env, oldToken); in notifyFocusChanged()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 5188 ImportanceToken oldToken = mImportantProcesses.get(pid); in setProcessImportant() local 5189 if (oldToken != null) { in setProcessImportant() 5190 oldToken.token.unlinkToDeath(oldToken, 0); in setProcessImportant()
|