/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | vsoc_input_service.cpp | 47 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
|
D | virtual_device_base.cpp | 116 struct input_event event {}; in EmitEvent() struct
|
/device/google/contexthub/util/nanotool/ |
D | contexthub.cpp | 274 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
|
D | resetreasonevent.cpp | 28 auto event = std::unique_ptr<ResetReasonEvent>(new ResetReasonEvent()); in FromBytes() local
|
D | logevent.cpp | 26 auto event = std::unique_ptr<LogEvent>(new LogEvent()); in FromBytes() local
|
D | apptohostevent.cpp | 28 auto event = std::unique_ptr<AppToHostEvent>(new AppToHostEvent()); in FromBytes() local
|
/device/amlogic/yukawa/services/src/com/google/android/yukawaservice/ |
D | RemoteSyncReceiver.java | 36 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/ |
D | multihal_sensors.cpp | 199 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()
|
D | multihal_sensors_qemu.cpp | 97 Event event; in parseQemuSensorEvent() local
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_vsync_report.h | 34 inline void gralloc_mali_vsync_report(mali_vsync_event event) in gralloc_mali_vsync_report()
|
/device/linaro/hikey/gralloc/ |
D | gralloc_vsync_report.h | 33 inline void gralloc_mali_vsync_report(mali_vsync_event event) in gralloc_mali_vsync_report()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | gralloc_vsync_report.h | 34 inline void gralloc_mali_vsync_report(mali_vsync_event event) in gralloc_mali_vsync_report()
|
/device/google/cuttlefish/host/frontend/adb_connector/ |
D | main.cpp | 63 monitor::BootEvent event; in WaitForAdbdToBeStarted() local
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | sockev.h | 31 __u8 event[SOCKEV_STR_MAX]; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | sockev.h | 21 __u8 event[SOCKEV_STR_MAX]; member
|
/device/google/wahoo/folio_daemon/ |
D | main.cpp | 141 struct input_event event; in main() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | thread_looper.cpp | 72 void ThreadLooper::Insert(const Event &event) { in Insert()
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | wifi_logger.cpp | 395 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()
|
D | gscan.cpp | 461 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/ |
D | hdmi_cec.c | 301 hdmi_event_t event = { }; in event_thread() local 327 hdmi_event_t event = { }; in event_thread() local
|
/device/google/wahoo/usb/ |
D | UsbGadget.cpp | 128 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/ |
D | kernel_log_server.cc | 119 auto event = stage_kv.second; in HandleIncomingMessage() local
|
/device/google/bonito/usb/ |
D | UsbGadget.cpp | 136 struct inotify_event *event = (struct inotify_event *)p; in monitorFfs() local 218 struct epoll_event event; in addEpollFd() local
|
/device/google/crosshatch/usb/ |
D | UsbGadget.cpp | 136 struct inotify_event *event = (struct inotify_event *)p; in monitorFfs() local 218 struct epoll_event event; in addEpollFd() local
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 208 int SensorContext::inject_sensor_data(const sensors_event_t *event) { in inject_sensor_data() 231 const struct sensors_event_t *event) { in InjectSensorDataWrapper()
|