Home
last modified time | relevance | path

Searched defs:ScopedEvent (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/base/src/
Devent.rs64 pub struct ScopedEvent(Event); struct
66 impl ScopedEvent { impl
72 impl From<Event> for ScopedEvent { implementation
86 impl Deref for ScopedEvent { implementation
94 impl Drop for ScopedEvent { implementation
/external/crosvm/sys_util/src/
Deventfd.rs172 pub struct ScopedEvent(EventFd); struct
174 impl ScopedEvent { impl
181 impl From<EventFd> for ScopedEvent { implementation
199 impl Deref for ScopedEvent { implementation
207 impl Drop for ScopedEvent { implementation
/external/perfetto/src/trace_processor/
Dtp_metatrace.h151 ScopedEvent(ScopedEvent&& value) { in ScopedEvent() function
/external/libchrome/mojo/core/ports/
Devent.h24 using ScopedEvent = std::unique_ptr<Event>; variable
/external/perfetto/include/perfetto/ext/base/
Dmetatrace.h276 ScopedEvent(uint32_t tag, uint16_t event_id) { in ScopedEvent() function
/external/swiftshader/third_party/marl/include/marl/
Dtrace.h174 Trace::ScopedEvent::ScopedEvent(const char* fmt, ...) : trace(Trace::get()) { in ScopedEvent() function