Home
last modified time | relevance | path

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

/frameworks/base/cmds/uinput/jni/
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()
253 uinput::UinputDevice::open(id, name.c_str(), vid, pid, bus, ffEffectsMax, 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()
[all …]
Dcom_android_commands_uinput_Device.h27 namespace uinput {
/frameworks/base/cmds/uinput/
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 …]
DAndroid.bp22 name: "uinput",
23 wrapper: "uinput",
33 "src/com/android/commands/uinput/InputAbsInfo.aidl",
Duinput8 export CLASSPATH=/system/framework/uinput.jar
9 exec app_process /system/bin com.android.commands.uinput.Uinput "$@"
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.h113 inline void SetUInputForTesting(UInput* uinput) { uinput_ = uinput; } in SetUInputForTesting() argument
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DInputAbsInfo.aidl17 package src.com.android.commands.uinput;
DDevice.java17 package com.android.commands.uinput;
36 import src.com.android.commands.uinput.InputAbsInfo;
DEvent.java17 package com.android.commands.uinput;
29 import src.com.android.commands.uinput.InputAbsInfo;
DUinput.java17 package com.android.commands.uinput;
/frameworks/base/
DPREUPLOAD.cfg10 cmds/uinput/