Searched refs:uinput (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/cmds/uinput/jni/ |
D | com_android_commands_uinput_Device.cpp | 47 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 …]
|
D | com_android_commands_uinput_Device.h | 27 namespace uinput {
|
/frameworks/base/cmds/uinput/ |
D | README.md | 2 ## 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 …]
|
D | Android.bp | 22 name: "uinput", 23 wrapper: "uinput", 33 "src/com/android/commands/uinput/InputAbsInfo.aidl",
|
D | uinput | 8 export CLASSPATH=/system/framework/uinput.jar 9 exec app_process /system/bin com.android.commands.uinput.Uinput "$@"
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | EvdevInjector.h | 113 inline void SetUInputForTesting(UInput* uinput) { uinput_ = uinput; } in SetUInputForTesting() argument
|
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
D | InputAbsInfo.aidl | 17 package src.com.android.commands.uinput;
|
D | Device.java | 17 package com.android.commands.uinput; 36 import src.com.android.commands.uinput.InputAbsInfo;
|
D | Event.java | 17 package com.android.commands.uinput; 29 import src.com.android.commands.uinput.InputAbsInfo;
|
D | Uinput.java | 17 package com.android.commands.uinput;
|
/frameworks/base/ |
D | PREUPLOAD.cfg | 10 cmds/uinput/
|