Home
last modified time | relevance | path

Searched refs:reportEvent (Results 1 – 13 of 13) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DMouseInputMapper_test.cpp100 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
102 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
104 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
DSwitchInputMapper_test.cpp88 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
90 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
DMockInputHost.h35 MOCK_METHOD1(reportEvent, void(InputDeviceHandle* d));
/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp126 reportEvent(stats_client, hist); in checkAndReport()
156 reportEvent(stats_client, hist); in checkAndReport()
188 void BatteryEEPROMReporter::reportEvent(const std::shared_ptr<IStats> &stats_client, in reportEvent() function in android::hardware::google::pixel::BatteryEEPROMReporter
313 reportEvent(stats_client, gmsr); in checkAndReportGMSR()
377 reportEvent(stats_client, maxfg_hist); in checkAndReportMaxfgHistory()
425 reportEvent(client, params); in checkAndReportFGModelLoading()
489 reportEvent(stats_client, params); in checkAndReportFGLearning()
522 reportEvent(stats_client, params); in checkAndReportValidation()
DBatteryCapacityReporter.cpp65 reportEvent(stats_client); in checkAndReport()
178 void BatteryCapacityReporter::reportEvent(const std::shared_ptr<IStats> &stats_client) { in reportEvent() function in android::hardware::google::pixel::BatteryCapacityReporter
DBatteryFGReporter.cpp131 void BatteryFGReporter::reportEvent(const std::shared_ptr<IStats> &stats_client, in reportEvent() function in android::hardware::google::pixel::BatteryFGReporter
245 reportEvent(stats_client, params); in checkAndReportFwUpdate()
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h45 void reportEvent(const std::shared_ptr<IStats> &stats_client);
DBatteryFGReporter.h102 void reportEvent(const std::shared_ptr<IStats> &stats_client,
DBatteryEEPROMReporter.h152 void reportEvent(const std::shared_ptr<IStats> &stats_client,
/hardware/libhardware/modules/input/evdev/
DSwitchInputMapper.cpp143 getInputReport()->reportEvent(getDeviceHandle()); in sync()
DInputHost.cpp31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent() function in android::InputReport
DMouseInputMapper.cpp175 getInputReport()->reportEvent(getDeviceHandle()); in sync()
DInputHost.h63 virtual void reportEvent(InputDeviceHandle* d);