Searched refs:fromChannelToken (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/hardware/input/ |
H A D | InputManagerInternal.java | 79 public abstract boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 315 IBinder fromChannelToken, IBinder toChannelToken, boolean isDragDrop); in nativeTransferTouchFocus() argument 1814 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() argument 1816 Objects.nonNull(fromChannelToken); in transferTouchFocus() 1818 return nativeTransferTouchFocus(mPtr, fromChannelToken, toChannelToken, in transferTouchFocus() 3494 public boolean transferTouchFocus(@NonNull IBinder fromChannelToken, in transferTouchFocus() argument 3496 return InputManagerService.this.transferTouchFocus(fromChannelToken, toChannelToken); in transferTouchFocus()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 1825 sp<IBinder> fromChannelToken = ibinderForJavaObject(env, fromChannelTokenObj); in nativeTransferTouchFocus() local 1829 if (im->getInputManager()->getDispatcher()->transferTouchFocus(fromChannelToken, toChannelToken, in nativeTransferTouchFocus()
|