Searched defs:phys (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | InputController.java | 146 final String phys = createPhys(PHYS_TYPE_DPAD); in createDpad() local 155 final String phys = createPhys(PHYS_TYPE_KEYBOARD); in createKeyboard() local 170 final String phys = createPhys(PHYS_TYPE_MOUSE); in createMouse() local 179 final String phys = createPhys(PHYS_TYPE_TOUCHSCREEN); in createTouchscreen() local 189 final String phys = createPhys(PHYS_TYPE_NAVIGATION_TOUCHPAD); in createNavigationTouchpad() local 205 final String phys = createPhys(PHYS_TYPE_STYLUS); in createStylus() local 214 final String phys = createPhys(PHYS_TYPE_ROTARY_ENCODER); in createRotaryEncoder() local 238 String phys = inputDeviceDescriptor.getPhys(); in closeInputDeviceDescriptorLocked() local 300 private void setUniqueIdAssociation(int displayId, String phys) { in setUniqueIdAssociation() 451 void addDeviceForTesting(IBinder deviceToken, long ptr, int type, int displayId, String phys, in addDeviceForTesting() [all …]
|
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 36 jstring phys, DeviceType deviceType, jint screenHeight, in openUinputJni() 45 jint productId, jstring phys) { in nativeOpenUinputDpad() 52 jint productId, jstring phys) { in nativeOpenUinputKeyboard() 59 jint productId, jstring phys) { in nativeOpenUinputMouse() 66 jint productId, jstring phys, jint height, jint width) { in nativeOpenUinputTouchscreen() 73 jint productId, jstring phys, jint height, jint width) { in nativeOpenUinputStylus() 80 jint productId, jstring phys, jint height, jint width) { in nativeOpenUinputRotaryEncoder()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
D | InputManagerMockHelper.java | 107 final String phys = inv.getArgument(3); in handleNativeOpenInputDevice() local
|
/frameworks/native/libs/input/ |
D | VirtualInputDevice.cpp | 54 const char* phys, DeviceType deviceType, int32_t screenHeight, in openUinput()
|