Home
last modified time | relevance | path

Searched defs:toToken (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/input/
DIInputFlinger.cpp48 virtual void transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
110 sp<IBinder> toToken = data.readStrongBinder(); in onTransact() local
/frameworks/native/services/inputflinger/
DInputManager.cpp120 void InputManager::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
DInputDispatcher.cpp3469 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java100 public SurfaceControl.Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp505 sp<IBinder> toToken = toSurface->mServerChannel->getToken(); in TEST_F() local
/frameworks/native/libs/gui/include/gui/
DLayerState.h264 sp<IBinder> toToken; member
/frameworks/base/core/java/android/view/
DSurfaceControl.java195 IBinder toToken); in nativeTransferTouchFocus()
2275 public Transaction transferTouchFocus(IBinder fromToken, IBinder toToken) { in transferTouchFocus()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1122 const sp<IBinder>& fromToken, const sp<IBinder>& toToken) { in transferTouchFocus()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp477 sp<IBinder> toToken(ibinderForJavaObject(env, toTokenObj)); in nativeTransferTouchFocus() local