Searched refs:openUinputJni (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_companion_virtual_InputController.cpp | 271 static unique_fd openUinputJni(JNIEnv* env, jstring name, jint vendorId, jint productId, in openUinputJni() function 282 auto fd = openUinputJni(env, name, vendorId, productId, phys, DeviceType::DPAD, in nativeOpenUinputDpad() 289 auto fd = openUinputJni(env, name, vendorId, productId, phys, DeviceType::KEYBOARD, in nativeOpenUinputKeyboard() 296 auto fd = openUinputJni(env, name, vendorId, productId, phys, DeviceType::MOUSE, in nativeOpenUinputMouse() 303 auto fd = openUinputJni(env, name, vendorId, productId, phys, DeviceType::TOUCHSCREEN, height, in nativeOpenUinputTouchscreen() 311 openUinputJni(env, name, vendorId, productId, phys, DeviceType::STYLUS, height, width); in nativeOpenUinputStylus()
|