Searched defs:toToken (Results 1 – 9 of 9) sorted by relevance
48 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()110 sp<IBinder> toToken = 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()
505 sp<IBinder> toToken = toSurface->mServerChannel->getToken(); in TEST_F() local
264 sp<IBinder> toToken; member
195 IBinder toToken); in nativeTransferTouchFocus()2275 public Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus()
1122 const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
477 sp<IBinder> toToken(ibinderForJavaObject(env, toTokenObj)); in nativeTransferTouchFocus() local