Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java235 private static native void nativeSetFocusedWindow(long transactionObj, IBinder toToken, in nativeSetFocusedWindow()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1707 sp<IBinder> toToken(ibinderForJavaObject(env, toTokenObj)); in nativeSetFocusedWindow() local
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp4832 bool InputDispatcher::transferTouchFocus(const sp<IBinder>& fromToken, const sp<IBinder>& toToken, in transferTouchFocus()