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

  /frameworks/base/core/java/android/os/
FileObserver.java 72 public static final int ALL_EVENTS = ACCESS | MODIFY | ATTRIB | CLOSE_WRITE
151 * Equivalent to FileObserver(path, FileObserver.ALL_EVENTS).
154 this(path, ALL_EVENTS);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 324 for handler in h.get("all_events", []) + h.get(event.eventtype(), []):
1560 all_events = generated_events + protocol_events + numeric_events.values() variable
    [all...]
ircbot.py 31 from irclib import nm_to_n, irc_lower, all_events namespace
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
AppCallbackNotifier.cpp 434 case CameraHalEvent::ALL_EVENTS:
    [all...]
BaseCameraAdapter.cpp 157 else if ( CameraHalEvent::ALL_EVENTS == msgs)
206 else if ( CameraHalEvent::ALL_EVENTS == msgs)
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 331 ALL_EVENTS = 0xFFFF ///Maximum of 16 event types supported
    [all...]

Completed in 145 milliseconds