Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DInputCaptureClientController.java523 callback = getClientForInputTypeLocked(displayType, inputType); in onKeyEvent()
555 callback = getClientForInputTypeLocked(displayType, inputType); in onRotaryEvent()
588 callback = getClientForInputTypeLocked(displayType, in onCustomInputEvent()
600 ICarInputCallback getClientForInputTypeLocked(int targetDisplayType, int inputType) { in getClientForInputTypeLocked() method in InputCaptureClientController