Searched defs:outInputChannel (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IWindowSession.aidl | 51 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplay() 56 out InputChannel outInputChannel, out InsetsState insetsState, in addToDisplayAsUser() 299 out InputChannel outInputChannel); in grantInputChannel()
|
H A D | WindowlessWindowManager.java | 182 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 262 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 594 InputChannel outInputChannel) { in grantInputChannel()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Session.java | 205 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 216 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 866 InputChannel outInputChannel) { in grantInputChannel()
|
H A D | EmbeddedWindowController.java | 208 void openInputChannel(@NonNull InputChannel outInputChannel) { in openInputChannel()
|
H A D | WindowState.java | 2642 void openInputChannel(@NonNull InputChannel outInputChannel) { in openInputChannel()
|
H A D | WindowManagerService.java | 1409 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow() 8768 IBinder focusGrantToken, String inputHandleName, InputChannel outInputChannel) { in grantInputChannel()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 729 final InputChannel outInputChannel = new InputChannel(); in createSpyWindowGestureMonitor() local
|