Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.h71 struct Event { struct
76 bool operator<=(const Event &other) const; argument
/device/google/contexthub/util/nanotool/
Dnanomessage.h93 struct Event { struct
100 class WriteEventRequest : public NanoRequest { argument
/device/google/trout/hal/sensors/2.1/
DSensorsSubHal.h44 using Event = ::android::hardware::sensors::V2_1::Event; variable
DSensorsSubHal.cpp188 Return<Result> SensorsSubHal::injectSensorData_2_1(const Event& /* event */) { in injectSensorData_2_1()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.h31 enum Event : int32_t { enum
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp414 SharedFD SharedFD::Event(int initval, int flags) { in Event() function in cuttlefish::SharedFD