Home
last modified time | relevance | path

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

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