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.h33 // EventType represents one type of event, like cpu_cycle_event, cache_misses_event.
35 // (type, config) pair. EventType connects the two representations, and tells the user if
38 struct EventType { struct
39 EventType(const std::string& name, uint32_t type, uint64_t config, function in struct:EventType
45 EventType() : type(0), config(0) { function in struct:EventType
61 static std::string BuildString(const std::vector<const EventType*>& event_types);
67 std::vector<EventType> saved_event_types_;
70 const std::vector<EventType>& GetAllEventTypes();
71 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
75 EventType event_typ
[all...]

Completed in 181 milliseconds