Searched defs:EventType (Results 1 - 2 of 2) sorted by last modified time

/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
57 const std::vector<EventType>& GetAllEventTypes();
58 const EventType* FindEventTypeByName(const std::string& name);
62 EventType event_type;
/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;

Completed in 60 milliseconds