Searched defs:phys (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | InputController.java | 144 final String phys = createPhys(PHYS_TYPE_DPAD); in createDpad() local 158 final String phys = createPhys(PHYS_TYPE_KEYBOARD); in createKeyboard() local 177 final String phys = createPhys(PHYS_TYPE_MOUSE); in createMouse() local 196 final String phys = createPhys(PHYS_TYPE_TOUCHSCREEN); in createTouchscreen() local 216 final String phys = createPhys(PHYS_TYPE_NAVIGATION_TOUCHPAD); in createNavigationTouchpad() local 247 String phys = inputDeviceDescriptor.getPhys(); in closeInputDeviceDescriptorLocked() local 510 String phys); in nativeOpenUinputDpad() 512 int productId, String phys); in nativeOpenUinputKeyboard() 514 String phys); in nativeOpenUinputMouse() 516 int productId, String phys, int height, int width); in nativeOpenUinputTouchscreen() [all …]
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_companion_virtual_InputController.cpp | 55 const char* phys, DeviceType deviceType, jint screenHeight, in openUinput() 193 jstring phys, DeviceType deviceType, int screenHeight, in openUinputJni() 202 jint productId, jstring phys) { in nativeOpenUinputDpad() 209 jint productId, jstring phys) { in nativeOpenUinputKeyboard() 216 jint productId, jstring phys) { in nativeOpenUinputMouse() 223 jint productId, jstring phys, jint height, jint width) { in nativeOpenUinputTouchscreen()
|