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

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 118 enum EventType {
123 static EventType eventType(Event*);
124 bool treatLinkAsLiveForEventType(EventType) const;
  /external/chromium/base/debug/
trace_event.h 93 enum EventType {
110 EventType type,
116 EventType type,
trace_event_win.h 47 enum EventType {
66 EventType type,
73 EventType type,
82 EventType type,
104 EventType type,
  /external/qemu/android/
hw-events.h 38 } EventType;
  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 29 enum EventType {
40 // u64 typ : 3; // EventType.
  /frameworks/native/include/media/drm/
DrmAPI.h 74 enum EventType {
296 void sendEvent(EventType eventType, int extra,
310 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
315 inline void DrmPlugin::sendEvent(EventType eventType, int extra,
324 listener->sendEvent(eventType, extra, sessionId, data);
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 39 typedef DirectoryManagerEvent EventType;
40 static inline bool IsChannelShutdownEvent(const EventType& event) {
syncable.h 831 typedef DirectoryEvent EventType;
    [all...]
  /external/chromium/net/base/
net_log.h 40 enum EventType {
80 // particular EventType uses, in order to get at the individual components.
122 virtual void AddEntry(EventType type,
140 static const char* EventTypeToString(EventType event_type);
143 static std::vector<EventType> GetAllEventTypes();
153 static Value* EntryToDictionaryValue(NetLog::EventType type,
176 void AddEntry(NetLog::EventType type,
181 NetLog::EventType type,
189 void AddEvent(NetLog::EventType event_type,
191 void BeginEvent(NetLog::EventType event_type
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_SWP.c 613 uint8_t EventType = 0;
618 EventType = (uint8_t) GET_BITS8( message->msg_header,
624 if (NXP_EVT_SWP_PROTECTED == EventType)
626 EventInfo.eventType = NFC_EVT_PROTECTED;
phHciNfc_WI.c 676 uint8_t EventType = 0;
683 EventType = (uint8_t) GET_BITS8( message->msg_header,
689 switch(EventType)
693 EventInfo.eventType = NFC_EVT_START_OF_TRANSACTION;
698 EventInfo.eventType = NFC_EVT_END_OF_TRANSACTION;
703 EventInfo.eventType = NFC_EVT_TRANSACTION;
716 EventInfo.eventType = NFC_EVT_APDU_RECEIVED;
722 EventInfo.eventType = NFC_EVT_EMV_CARD_REMOVAL;
726 EventInfo.eventType = NFC_EVT_MIFARE_ACCESS;
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 23 // 1. Choose an EventType. This could be an Enum or something more complicated.
24 // 2. Create an EventTraits class for your EventType. It must have
27 // typedef x EventType;
28 // static bool IsChannelShutdownEvent(const EventType& event);
100 typedef typename EventTraits::EventType EventType;
101 typedef EventListener<EventType> Listener;
108 explicit EventChannel(const EventType& shutdown_event)
170 void NotifyListeners(const EventType& event) {
213 const EventType shutdown_event_
    [all...]
event_sys_unittest.cc 31 typedef TestEvent EventType;
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 75 typedef GaiaAuthEvent EventType;
  /external/chromium/net/websockets/
websocket_unittest.cc 21 enum EventType {
25 WebSocketEvent(EventType type, net::WebSocket* websocket,
30 EventType event_type;
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 114 typedef ServerConnectionEvent EventType;
120 static inline bool IsChannelShutdownEvent(const EventType& event) {
  /external/chromium/net/socket_stream/
socket_stream_unittest.cc 22 enum EventType {
27 SocketStreamEvent(EventType type, net::SocketStream* socket_stream,
33 EventType event_type;
  /external/webkit/Source/WebCore/dom/
Event.h 45 enum EventType {
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 99 public interface EventType {
154 public long eventType; // one of the EventType
173 * For EventType.VIEW_EVENT:
180 * For EventType.CREATE_EVENT:
183 * For EventType.GO_TO:
189 * For EventType.UPDATE_TITLE:
195 if (eventType != EventType.VIEW_EVENT) {
196 Log.wtf(TAG, "illegal call to isAllDay , wrong event type " + eventType);
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 2353 milliseconds