/hardware/libhardware/tests/input/evdev/ |
D | MouseInputMapper_test.cpp | 100 EXPECT_CALL(report, reportEvent(_)); in TEST_F() 102 EXPECT_CALL(report, reportEvent(_)); in TEST_F() 104 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
|
D | SwitchInputMapper_test.cpp | 88 EXPECT_CALL(report, reportEvent(_)); in TEST_F() 90 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
|
D | MockInputHost.h | 35 MOCK_METHOD1(reportEvent, void(InputDeviceHandle* d));
|
/hardware/google/pixel/pixelstats/ |
D | BatteryEEPROMReporter.cpp | 126 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()
|
D | BatteryCapacityReporter.cpp | 65 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
|
D | BatteryFGReporter.cpp | 131 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/ |
D | BatteryCapacityReporter.h | 45 void reportEvent(const std::shared_ptr<IStats> &stats_client);
|
D | BatteryFGReporter.h | 102 void reportEvent(const std::shared_ptr<IStats> &stats_client,
|
D | BatteryEEPROMReporter.h | 152 void reportEvent(const std::shared_ptr<IStats> &stats_client,
|
/hardware/libhardware/modules/input/evdev/ |
D | SwitchInputMapper.cpp | 143 getInputReport()->reportEvent(getDeviceHandle()); in sync()
|
D | InputHost.cpp | 31 void InputReport::reportEvent(InputDeviceHandle* d) { in reportEvent() function in android::InputReport
|
D | MouseInputMapper.cpp | 175 getInputReport()->reportEvent(getDeviceHandle()); in sync()
|
D | InputHost.h | 63 virtual void reportEvent(InputDeviceHandle* d);
|