Searched defs:newToken (Results 1 – 11 of 11) sorted by relevance
98 transaction = gTokenManager->createToken(interface, [&](const HalToken &newToken) { in createHalToken()
226 public void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged()
5056 void reportFocusChanged(IBinder oldToken, IBinder newToken) { in reportFocusChanged()
117 void onPointerDownOutsideFocus(const sp<IBinder>& newToken) override {} in onPointerDownOutsideFocus()
410 final Binder newToken = new Binder(); in startDreamLocked() local
287 sp<IBinder> newToken; member
5530 const sp<IBinder>& newToken) { in notifyFocusChangedLocked()5650 sp<IBinder> newToken = commandEntry->newToken; in doNotifyFocusChangedLockedInterruptible() local5657 sp<IBinder> newToken = commandEntry->newToken; in doNotifyDropWindowLockedInterruptible() local
2720 private void notifyFocusChanged(IBinder oldToken, IBinder newToken) { in notifyFocusChanged()3186 void notifyFocusChanged(IBinder oldToken, IBinder newToken); in notifyFocusChanged()
912 const sp<IBinder>& newToken) { in notifyFocusChanged()
404 void onPointerDownOutsideFocus(const sp<IBinder>& newToken) override { in onPointerDownOutsideFocus()
5226 ImportanceToken newToken = new ImportanceToken(pid, token, reason) { in setProcessImportant() local