HomeSort by relevance Sort by last modified time
    Searched defs:DeviceEvent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/events/ozone/device/
device_event.cc 9 DeviceEvent::DeviceEvent(DeviceType type,
device_event.h 14 class EVENTS_OZONE_EXPORT DeviceEvent {
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
38 DISALLOW_COPY_AND_ASSIGN(DeviceEvent);
  /development/samples/ControllerSample/src/com/example/inputmanagercompat/
InputManagerV9.java 139 DeviceEvent odc = DeviceEvent.getDeviceEvent(why, deviceId, listener);
145 private static class DeviceEvent implements Runnable {
149 private static Queue<DeviceEvent> sEventQueue = new ArrayDeque<DeviceEvent>();
151 private DeviceEvent() {
154 static DeviceEvent getDeviceEvent(int messageType, int id,
156 DeviceEvent curChanged = sEventQueue.poll();
158 curChanged = new DeviceEvent();
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 35 enum DeviceEvent {
209 virtual void OnDeviceEvent(DeviceEvent event,

Completed in 72 milliseconds