Searched defs:EventType (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dsocket_mock.h84 enum class EventType { kSend, kReceive, kAccept }; class in class:SocketMock
87 Event(EventType _type, std::string _message, ssize_t _status,
90 EventType type;
/system/extras/simpleperf/
H A Devent_type.h25 // 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 { struct
31 EventType(const std::string& name, uint32_t type, uint64_t config) function in struct:EventType
35 EventType() : type(0), config(0) { function in struct:EventType
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;

Completed in 124 milliseconds