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

  /external/chromium_org/ui/events/ozone/evdev/
event_device_info.cc 49 EventDeviceInfo::EventDeviceInfo() {
61 EventDeviceInfo::~EventDeviceInfo() {}
63 bool EventDeviceInfo::Initialize(int fd) {
96 bool EventDeviceInfo::HasEventType(unsigned int type) const {
102 bool EventDeviceInfo::HasKeyEvent(unsigned int code) const {
108 bool EventDeviceInfo::HasRelEvent(unsigned int code) const {
114 bool EventDeviceInfo::HasAbsEvent(unsigned int code) const {
120 bool EventDeviceInfo::HasMscEvent(unsigned int code) const
    [all...]
event_device_info.h 23 class EVENTS_OZONE_EVDEV_EXPORT EventDeviceInfo {
25 EventDeviceInfo();
26 ~EventDeviceInfo();
69 DISALLOW_COPY_AND_ASSIGN(EventDeviceInfo);
touch_event_converter_evdev.h 30 const EventDeviceInfo& info,
38 void Init(const EventDeviceInfo& info);
event_factory_evdev.cc 36 bool UseGesturesLibraryForDevice(const EventDeviceInfo& devinfo) {
50 const EventDeviceInfo& devinfo,
108 EventDeviceInfo devinfo;
touch_event_converter_evdev.cc 78 const EventDeviceInfo& info,
93 void TouchEventConverterEvdev::Init(const EventDeviceInfo& info) {
137 EventDeviceInfo info;
touch_event_converter_evdev_unittest.cc 78 EventDeviceInfo(),
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.h 20 class EventDeviceInfo;

Completed in 131 milliseconds