Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_companion_virtual_InputController.cpp271 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()