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

1 2 3 4 5

  /system/core/fastboot/
socket_mock.h 84 enum class EventType { kSend, kReceive, kAccept };
87 Event(EventType _type, std::string _message, ssize_t _status,
90 EventType type;
  /system/extras/simpleperf/
event_type.h 25 // EventType represents one type of event, like cpu_cycle_event, cache_misses_event.
27 // (type, config) pair. EventType connects the two representations, and tells the user if
30 struct EventType {
31 EventType(const std::string& name, uint32_t type, uint64_t config)
35 EventType() : type(0), config(0) {
43 const std::vector<EventType>& GetAllEventTypes();
44 const EventType* FindEventTypeByConfig(uint32_t type, uint64_t config);
45 const EventType* FindEventTypeByName(const std::string& name);
49 EventType event_type;
  /external/xmlrpcpp/src/
XmlRpcDispatch.h 29 enum EventType {
38 //! @param eventMask Which event types to watch for. \see EventType
  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 29 enum EventType {
40 // u64 typ : 3; // EventType.
  /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/v8/src/heap/
memory-reducer.h 99 enum EventType { kTimer, kMarkCompact, kContextDisposed };
102 EventType type;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
MockVrListenerService.java 41 public enum EventType{
52 public final EventType type;
55 private Event(VrListenerService i, EventType t, Object o) {
61 public static Event build(VrListenerService instance, EventType type, Object argument1) {
65 public static Event build(VrListenerService instance, EventType type) {
75 sEventQueue.put(Event.build(this, EventType.ONBIND, intent));
86 sEventQueue.put(Event.build(this, EventType.ONREBIND, intent));
98 sEventQueue.put(Event.build(this, EventType.ONUNBIND, intent));
109 sEventQueue.put(Event.build(this, EventType.ONCREATE));
120 sEventQueue.put(Event.build(this, EventType.ONDESTROY))
    [all...]
  /device/google/contexthub/util/nanotool/
nanomessage.h 32 enum class EventType {
100 virtual EventType GetEventType() const = 0;
174 EventType GetEventType() const override;
  /external/drm_hwcomposer/
separate_rects.cpp 28 enum EventType { START, END };
45 EventType type;
  /external/webrtc/webrtc/base/
httpbase_unittest.cc 49 enum EventType { E_HEADER_COMPLETE, E_COMPLETE, E_CLOSED };
51 EventType event;
  /frameworks/native/include/media/drm/
DrmAPI.h 79 enum EventType {
347 void sendEvent(EventType eventType, int extra,
368 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
380 inline void DrmPlugin::sendEvent(EventType eventType, int extra,
388 listener->sendEvent(eventType, extra, sessionId, data);
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.h 188 JS_EVENT_T EventType() { return m_eEventType; }
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 100 public interface EventType {
155 public long eventType; // one of the EventType
174 * For EventType.VIEW_EVENT:
181 * For EventType.CREATE_EVENT:
184 * For EventType.GO_TO:
190 * For EventType.UPDATE_TITLE:
196 if (eventType != EventType.VIEW_EVENT) {
197 Log.wtf(TAG, "illegal call to isAllDay , wrong event type " + eventType);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 128 LONG EventType;
805 _Request->EventType = (InEventType); \
    [all...]
mce.h 962 ULONGLONG EventType:1;
975 ERROR_SMBIOS_EVENT_TYPE EventType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 89 WORD EventType;
wsdtypes.h 106 DWORD EventType;
tdi.h 114 LONG EventType;
  /external/v8/include/
v8.h     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 

Completed in 1691 milliseconds

1 2 3 4 5