Home
last modified time | relevance | path

Searched refs:uinput (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/frameworks/base/cmds/uinput/jni/
H A Dcom_android_commands_uinput_Device.cpp47 namespace uinput { namespace
49 using src::com::android::commands::uinput::InputAbsInfo;
249 std::unique_ptr<uinput::DeviceCallback> cb = in openUinputDevice()
250 std::make_unique<uinput::DeviceCallback>(env, callback); in openUinputDevice()
252 std::unique_ptr<uinput::UinputDevice> d = in openUinputDevice()
259 uinput::UinputDevice* d = reinterpret_cast<uinput::UinputDevice*>(ptr); in closeUinputDevice()
267 uinput::UinputDevice* d = reinterpret_cast<uinput::UinputDevice*>(ptr); in injectEvent()
288 uinput::InputAbsInfo info; in setAbsInfo()
322 uinput::gDeviceCallbackClassInfo.onDeviceConfigure = in register_com_android_commands_uinput_Device()
324 uinput::gDeviceCallbackClassInfo.onDeviceVibrating = in register_com_android_commands_uinput_Device()
[all …]
H A Dcom_android_commands_uinput_Device.h27 namespace uinput {
/aosp12/frameworks/base/cmds/uinput/
H A DREADME.md2 ## Two options to use the uinput command:
4 type `uinput -` into the terminal, then type/paste commands to send to the binary.
7 This mode can be also used from an app to send uinput events.
10 When using another program to control uinput in interactive mode, registering a
18 type `uinput <filename>`, and the file will be used an an input to the binary.
21 with the uinput binary.
32 Register a new uinput device
42 | configuration | int array | uinput device configuration|
49 Device bus is used to determine how the uinput device is connected to the host.
52 Device configuration is used to configure uinput device. "type" field provides the UI_SET_*
[all …]
H A DAndroid.bp22 name: "uinput",
23 wrapper: "uinput",
33 "src/com/android/commands/uinput/InputAbsInfo.aidl",
H A Duinput8 export CLASSPATH=/system/framework/uinput.jar
9 exec app_process /system/bin com.android.commands.uinput.Uinput "$@"
/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.h113 inline void SetUInputForTesting(UInput* uinput) { uinput_ = uinput; } in SetUInputForTesting() argument
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DInputAbsInfo.aidl17 package src.com.android.commands.uinput;
H A DDevice.java17 package com.android.commands.uinput;
36 import src.com.android.commands.uinput.InputAbsInfo;
H A DEvent.java17 package com.android.commands.uinput;
29 import src.com.android.commands.uinput.InputAbsInfo;
H A DUinput.java17 package com.android.commands.uinput;
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/system/sepolicy/public/
H A Dvirtual_touchpad.te11 # Requires access to /dev/uinput to create and feed the virtual device.
/aosp12/frameworks/base/
H A DPREUPLOAD.cfg10 cmds/uinput/
/aosp12/system/core/rootdir/
H A Dueventd.rc55 /dev/uinput 0660 uhid uhid
/aosp12/build/make/target/product/
H A Dbase_system.mk270 uinput \
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dfile_contexts163 /dev/uinput u:object_r:uhid_device:s0
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dfile_contexts170 /dev/uinput u:object_r:uhid_device:s0
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dfile_contexts161 /dev/uinput u:object_r:uhid_device:s0
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dfile_contexts166 /dev/uinput u:object_r:uhid_device:s0

12