/aosp12/system/libhidl/transport/token/1.0/utils/ |
H A D | HybridInterface.cpp | 98 transaction = gTokenManager->createToken(interface, [&](const HalToken &newToken) { in createHalToken() argument 99 *token = newToken; in createHalToken()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputManagerCallback.java | 226 public void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument 228 mService::reportFocusChanged, oldToken, newToken)); in notifyFocusChanged()
|
H A D | WindowManagerService.java | 5056 void reportFocusChanged(IBinder oldToken, IBinder newToken) { in reportFocusChanged() argument 5061 newTarget = getInputTargetFromToken(newToken); in reportFocusChanged() 5073 if (newFocusedWindow != null && newFocusedWindow.mInputChannelToken == newToken) { in reportFocusChanged()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/ |
H A D | InputDispatcherPolicyInterface.h | 81 virtual void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) = 0;
|
/aosp12/frameworks/base/services/core/java/com/android/server/dreams/ |
H A D | DreamManagerService.java | 410 final Binder newToken = new Binder(); in startDreamLocked() local 411 mCurrentDreamToken = newToken; in startDreamLocked() 424 mController.startDream(newToken, name, isTest, canDoze, userId, wakeLock); in startDreamLocked()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | Entry.h | 287 sp<IBinder> newToken; member
|
H A D | InputDispatcher.cpp | 3114 commandEntry->newToken = token; in dispatchPointerDownOutsideFocus() 5530 const sp<IBinder>& newToken) { in notifyFocusChangedLocked() argument 5534 commandEntry->newToken = newToken; in notifyFocusChangedLocked() 5541 commandEntry->newToken = token; in notifyDropWindowLocked() 5650 sp<IBinder> newToken = commandEntry->newToken; in doNotifyFocusChangedLockedInterruptible() local 5652 mPolicy->notifyFocusChanged(oldToken, newToken); in doNotifyFocusChangedLockedInterruptible() 5657 sp<IBinder> newToken = commandEntry->newToken; in doNotifyDropWindowLockedInterruptible() local 5659 mPolicy->notifyDropWindow(newToken, commandEntry->x, commandEntry->y); in doNotifyDropWindowLockedInterruptible() 5740 mPolicy->onPointerDownOutsideFocus(commandEntry->newToken); in doOnPointerDownOutsideFocusLockedInterruptible()
|
H A D | InputDispatcher.h | 573 const sp<IBinder>& newToken) REQUIRES(mLock);
|
/aosp12/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 117 void onPointerDownOutsideFocus(const sp<IBinder>& newToken) override {} in onPointerDownOutsideFocus() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2720 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged() argument 2721 mWindowManagerCallbacks.notifyFocusChanged(oldToken, newToken); in notifyFocusChanged() 3186 void notifyFocusChanged(IBinder oldToken, IBinder newToken); in notifyFocusChanged() argument
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 320 void notifyFocusChanged(const sp<IBinder>& oldToken, const sp<IBinder>& newToken) override; 912 const sp<IBinder>& newToken) { in notifyFocusChanged() argument 922 jobject newTokenObj = javaObjectForIBinder(env, newToken); in notifyFocusChanged()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 404 void onPointerDownOutsideFocus(const sp<IBinder>& newToken) override { in onPointerDownOutsideFocus() argument 406 mOnPointerDownToken = newToken; in onPointerDownOutsideFocus()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 5226 ImportanceToken newToken = new ImportanceToken(pid, token, reason) { in setProcessImportant() local 5233 token.linkToDeath(newToken, 0); in setProcessImportant() 5234 mImportantProcesses.put(pid, newToken); in setProcessImportant() 5235 pr.mState.setForcingToImportant(newToken); in setProcessImportant()
|