Home
last modified time | relevance | path

Searched defs:targetDisplay (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/input/
DCarInputHandlingService.java131 protected abstract void onKeyEvent(KeyEvent keyEvent, int targetDisplay); in onKeyEvent()
148 public void onKeyEvent(KeyEvent keyEvent, int targetDisplay) throws RemoteException { in onKeyEvent()
175 void doKeyEvent(KeyEvent event, int targetDisplay) { in doKeyEvent()
189 public InputFilter(int keyCode, int targetDisplay) { in InputFilter()
DICarInputListener.aidl27 void onKeyEvent(in KeyEvent keyEvent, int targetDisplay) = 1; in onKeyEvent()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java100 void onKeyEvent(KeyEvent event, int targetDisplay); in onKeyEvent()
103 void onKeyEvent(KeyEvent event, int targetDisplay, int seat); in onKeyEvent()
106 void onMotionEvent(MotionEvent event, int targetDisplay, int seat); in onMotionEvent()
109 void onRotaryEvent(RotaryEvent event, int targetDisplay); in onRotaryEvent()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java522 private void notifyKeyEventListener(KeyEvent event, int targetDisplay, int seat) { in notifyKeyEventListener()
581 public void onRotaryEvent(RotaryEvent event, @DisplayTypeEnum int targetDisplay) { in onRotaryEvent()