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

  /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 37 milliseconds