Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h55 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
/frameworks/native/services/inputflinger/dispatcher/
DEntry.h217 sp<IBinder> oldToken; member
DInputDispatcher.cpp4053 sp<IBinder> oldToken = oldFocus != nullptr ? oldFocus->getToken() : nullptr; in onFocusChangedLocked() local
4057 commandEntry->oldToken = oldToken; in onFocusChangedLocked()
4118 sp<IBinder> oldToken = commandEntry->oldToken; in doNotifyFocusChangedLockedInterruptible() local
4121 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java1777 final long oldToken = Binder.clearCallingIdentity(); in cancelBackups() local
1797 Binder.restoreCallingIdentity(oldToken); in cancelBackups()
3495 long oldToken = Binder.clearCallingIdentity(); in isAppEligibleForBackup() local
3508 Binder.restoreCallingIdentity(oldToken); in isAppEligibleForBackup()
3517 long oldToken = Binder.clearCallingIdentity(); in filterAppsEligibleForBackup() local
3535 Binder.restoreCallingIdentity(oldToken); in filterAppsEligibleForBackup()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp254 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken);
735 void NativeInputManager::notifyFocusChanged(const sp<IBinder>& oldToken, in notifyFocusChanged() argument
745 jobject oldTokenObj = javaObjectForIBinder(env, oldToken); in notifyFocusChanged()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1867 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5698 ImportanceToken oldToken = mImportantProcesses.get(pid); in setProcessImportant() local
5699 if (oldToken != null) { in setProcessImportant()
5700 oldToken.token.unlinkToDeath(oldToken, 0); in setProcessImportant()