Home
last modified time | relevance | path

Searched refs:fromChannelTokenObj (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1819 jobject fromChannelTokenObj, jobject toChannelTokenObj, in nativeTransferTouchFocus() argument
1821 if (fromChannelTokenObj == nullptr || toChannelTokenObj == nullptr) { in nativeTransferTouchFocus()
1825 sp<IBinder> fromChannelToken = ibinderForJavaObject(env, fromChannelTokenObj); in nativeTransferTouchFocus()