Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 69) sorted by relevance

123

/device/google/cuttlefish/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp47 InputEvent event = next_event(); in EventLoop() local
103 struct virtio_input_event event; in ProcessEvents() local
116 struct virtio_input_event event; in ProcessEvents() local
Dvirtual_device_base.cpp116 struct input_event event {}; in EmitEvent() struct
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp274 auto event_printer = [&limit, continuous](const SensorEvent& event) -> bool { in PrintAllEvents()
291 auto event_handler = [&success](const AppToHostEvent &event) -> bool { in PrintBridgeVersion()
332 auto event_printer = [type, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents()
345 auto event_printer = [&sensors, &limit, continuous](const SensorEvent& event) -> bool { in PrintSensorEvents()
379 auto cal_event_handler = [this, &sensor, &success](const AppToHostEvent &event) -> bool { in CalibrateSingleSensor()
413 auto test_event_handler = [this, &sensor, &success](const AppToHostEvent &event) -> bool { in TestSingleSensor()
442 const AppToHostEvent &event) { in HandleCalibrationResult()
500 const AppToHostEvent &event) { in HandleTestResult()
529 std::unique_ptr<ReadEventResponse> event; in ReadAppEvents() local
562 std::unique_ptr<ReadEventResponse> event; in ReadSensorEvents() local
Dresetreasonevent.cpp28 auto event = std::unique_ptr<ResetReasonEvent>(new ResetReasonEvent()); in FromBytes() local
Dlogevent.cpp26 auto event = std::unique_ptr<LogEvent>(new LogEvent()); in FromBytes() local
Dapptohostevent.cpp28 auto event = std::unique_ptr<AppToHostEvent>(new AppToHostEvent()); in FromBytes() local
/device/amlogic/yukawa/services/src/com/google/android/yukawaservice/
DRemoteSyncReceiver.java36 private static void sendPairingIntent(Context context, KeyEvent event) { in sendPairingIntent()
50 KeyEvent event = intent.getParcelableExtra(Intent.EXTRA_KEY_EVENT); in onReceive() local
/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp199 Event event; in flush() local
208 Return<Result> MultihalSensors::injectSensorData(const Event& event) { in injectSensorData()
238 void MultihalSensors::postSensorEvent(const Event& event) { in postSensorEvent()
253 const Event& event) { in doPostSensorEventLocked()
Dmultihal_sensors_qemu.cpp97 Event event; in parseQemuSensorEvent() local
/device/linaro/hikey/gralloc960/
Dgralloc_vsync_report.h34 inline void gralloc_mali_vsync_report(mali_vsync_event event) in gralloc_mali_vsync_report()
/device/linaro/hikey/gralloc/
Dgralloc_vsync_report.h33 inline void gralloc_mali_vsync_report(mali_vsync_event event) in gralloc_mali_vsync_report()
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_vsync_report.h34 inline void gralloc_mali_vsync_report(mali_vsync_event event) in gralloc_mali_vsync_report()
/device/google/cuttlefish/host/frontend/adb_connector/
Dmain.cpp63 monitor::BootEvent event; in WaitForAdbdToBeStarted() local
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dsockev.h31 __u8 event[SOCKEV_STR_MAX]; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dsockev.h21 __u8 event[SOCKEV_STR_MAX]; member
/device/google/wahoo/folio_daemon/
Dmain.cpp141 struct input_event event; in main() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp72 void ThreadLooper::Insert(const Event &event) { in Insert()
/device/linaro/poplar/wifi/wifi_hal/
Dwifi_logger.cpp395 virtual int handleEvent(WifiEvent& event) { in handleEvent()
531 virtual int handleEvent(WifiEvent& event) { in handleEvent()
678 virtual int handleEvent(WifiEvent& event) { in handleEvent()
899 virtual int handleEvent(WifiEvent& event) { in handleEvent()
1072 int handleEvent(WifiEvent& event) { in handleEvent()
Dgscan.cpp461 virtual int handleEvent(WifiEvent& event) { in handleEvent()
668 virtual int handleEvent(WifiEvent& event) { in handleEvent()
769 WifiEvent& event, in wifi_handle_full_scan_event()
1146 virtual int handleEvent(WifiEvent& event) { in handleEvent()
1346 virtual int handleEvent(WifiEvent& event) { in handleEvent()
1568 virtual int handleEvent(WifiEvent& event) { in handleEvent()
1779 virtual int handleEvent(WifiEvent& event) { in handleEvent()
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c301 hdmi_event_t event = { }; in event_thread() local
327 hdmi_event_t event = { }; in event_thread() local
/device/google/wahoo/usb/
DUsbGadget.cpp128 struct inotify_event *event = (struct inotify_event *)p; in monitorFfs() local
202 struct epoll_event event; in addEpollFd() local
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc119 auto event = stage_kv.second; in HandleIncomingMessage() local
/device/google/bonito/usb/
DUsbGadget.cpp136 struct inotify_event *event = (struct inotify_event *)p; in monitorFfs() local
218 struct epoll_event event; in addEpollFd() local
/device/google/crosshatch/usb/
DUsbGadget.cpp136 struct inotify_event *event = (struct inotify_event *)p; in monitorFfs() local
218 struct epoll_event event; in addEpollFd() local
/device/google/contexthub/sensorhal/
Dsensors.cpp208 int SensorContext::inject_sensor_data(const sensors_event_t *event) { in inject_sensor_data()
231 const struct sensors_event_t *event) { in InjectSensorDataWrapper()

123