Searched defs:fromToken (Results 1 – 11 of 11) sorted by relevance
48 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()109 sp<IBinder> fromToken = data.readStrongBinder(); in onTransact() local
120 void InputManager::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
3469 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
100 public SurfaceControl.Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus()
535 int fromToken = extractByteValue(pduDataStream); in parseHeaders() local
504 sp<IBinder> fromToken = fromSurface->mServerChannel->getToken(); in TEST_F() local
263 sp<IBinder> fromToken; member
1494 final AppWindowToken fromToken = task.mChildren.get(i); in transferStartingWindowFromHiddenAboveTokenIfNeeded() local1505 final AppWindowToken fromToken = getDisplayContent().getAppWindowToken(transferFrom); in transferStartingWindow() local
194 private static native void nativeTransferTouchFocus(long transactionObj, IBinder fromToken, in nativeTransferTouchFocus()2275 public Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus()
1122 const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
476 sp<IBinder> fromToken(ibinderForJavaObject(env, fromTokenObj)); in nativeTransferTouchFocus() local