HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceNode (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 99 mHost(host), mDeviceNode(node), mDeviceDefinition(mHost->createDeviceDefinition()) {
125 if (mDeviceNode->hasKey(BTN_MOUSE)
126 && mDeviceNode->hasRelativeAxis(REL_X)
127 && mDeviceNode->hasRelativeAxis(REL_Y)) {
133 bool haveGamepadButtons = mDeviceNode->hasKeyInRange(BTN_MISC, BTN_MOUSE) ||
134 mDeviceNode->hasKeyInRange(BTN_JOYSTICK, BTN_DIGI);
138 if (mDeviceNode->hasAbsoluteAxis(ABS_MT_POSITION_X)
139 && mDeviceNode->hasAbsoluteAxis(ABS_MT_POSITION_Y)) {
143 if (mDeviceNode->hasKey(BTN_TOUCH) || !haveGamepadButtons) {
148 } else if (mDeviceNode->hasKey(BTN_TOUCH
    [all...]
InputDevice.h 69 std::shared_ptr<InputDeviceNode> mDeviceNode;
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/tree/
UsbDescriptorsTree.java 55 private UsbDescriptorsDeviceNode mDeviceNode;
63 mDeviceNode = new UsbDescriptorsDeviceNode(deviceDescriptor);
71 mDeviceNode.addConfigDescriptorNode(mConfigNode);
143 mDeviceNode.report(canvas);

Completed in 305 milliseconds