Searched defs:targetDisplay (Results 1 – 4 of 4) sorted by relevance
| /packages/services/Car/car-lib/src/android/car/input/ |
| D | CarInputHandlingService.java | 131 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()
|
| D | ICarInputListener.aidl | 27 void onKeyEvent(in KeyEvent keyEvent, int targetDisplay) = 1; in onKeyEvent()
|
| /packages/services/Car/service/src/com/android/car/hal/ |
| D | InputHalService.java | 100 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/ |
| D | CarInputService.java | 522 private void notifyKeyEventListener(KeyEvent event, int targetDisplay, int seat) { in notifyKeyEventListener() 581 public void onRotaryEvent(RotaryEvent event, @DisplayTypeEnum int targetDisplay) { in onRotaryEvent()
|