Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/guest/commands/sensor_injection/
Dmain.cpp83 Event event; in InjectOrientation() local
114 Event event; in InjectAccelerometer() local
134 Event event; in InjectMagnetometer() local
154 Event event; in InjectGyroscope() local
176 Event event; in InjectHingeAngle() local
/device/google/cuttlefish/common/libs/fs/
Depoll.cpp78 epoll_event event; in Add() local
98 epoll_event event; in AddOrModify() local
120 epoll_event event; in Modify() local
148 epoll_event event; in Wait() local
/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/google/cuttlefish/host/frontend/webrtc/
Dkernel_log_events_handler.cpp105 for (const auto& event : last_events_) { in AddSubscriber() local
119 void KernelLogEventsHandler::DeliverEvent(const Json::Value& event) { in DeliverEvent()
Ddisplay_handler.cpp40 screen_connector_.SetDisplayEventCallback([this](const DisplayEvent& event) { in __anon56ead1400202()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dutils.h28 Event event; member
Dkernel_log_server.cc49 Event event; // emitted when the stage is encountered member
/device/google/cuttlefish/host/libs/wayland/
Dwayland_surfaces.cpp62 const DisplayEvent event{DisplayCreatedEvent{ in HandleSurfaceCreated() local
75 const DisplayEvent event{DisplayDestroyedEvent{ in HandleSurfaceDestroyed() 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/generic/goldfish/hals/sensors/
Dmultihal_sensors.cpp181 Event event; in activationOnChangeSensorEvent() local
298 Event event; in flush() local
309 Return<Result> MultihalSensors::injectSensorData_2_1(const Event& event) { in injectSensorData_2_1()
338 void MultihalSensors::postSensorEventLocked(const Event& event) { in postSensorEventLocked()
352 const Event& event) { in doPostSensorEventLocked()
/device/google/cuttlefish/common/libs/utils/
Dinotify.cpp53 struct inotify_event* event = in GetFileListFromInotifyFd() local
/device/google/cuttlefish/host/commands/metrics/
Devents.cc195 CuttlefishLogEvent* event = new CuttlefishLogEvent(); in sampleEvent() local
201 std::string ProtoToString(LogEvent* event) { in ProtoToString()
/device/generic/goldfish-opengl/system/hwc3/
DDrmEventListener.cpp86 char* event = buffer + i; in threadLoop() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp72 void ThreadLooper::Insert(const Event &event) { in Insert()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DSettingsUtils.java43 public static void sendPairingIntent(Context context, KeyEvent event) { in sendPairingIntent()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DDfuProvider.java59 public void onEvent(int event, String path) { in onEvent()
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c365 hdmi_event_t event = { }; in event_thread() local
398 hdmi_event_t event = { }; in event_thread() 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()
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java49 public boolean onKeyUp(int keyCode, KeyEvent event) { in onKeyUp()
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java49 public boolean onKeyUp(int keyCode, KeyEvent event) { in onKeyUp()

12