Searched defs:Event (Results 1 – 10 of 10) sorted by relevance
61 struct Event { struct62 Event(EventType t, const std::vector<char> cbuf) : type(t), buf(cbuf) { in Event() argument65 EventType type; argument78 const std::vector<Event> Transfers(); argument
85 struct Event { struct89 EventType type; argument95 std::queue<Event> events_; argument
149 SocketMock::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event() function in SocketMock::Event
22 Event::Event(uint16_t eventType_, uint16_t receivedTimeMillis_, in Event() function in chre::Event
55 class Event: class
63 struct Event { struct64 const char* name;65 TracingDataFormat tracing_data_format;
34 class Event: class
72 enum class Event : uint8_t { enum
97 uint32_t Event() const { return event_; } in Event() function in BtifAvEvent
1823 Event, enumerator