Home
last modified time | relevance | path

Searched refs:reportPhysicalDropDetected (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/services/stats/include/stats/
H A DStatsHal.h52 virtual Return<void> reportPhysicalDropDetected(
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DStatsHelper.h47 void reportPhysicalDropDetected(const std::shared_ptr<IStats> &stats_client,
/aosp12/hardware/google/pixel/pixelstats/
H A DDropDetect.cpp184 reportPhysicalDropDetected(stats_client, drop); in reportDropEventToStatsd()
H A DStatsHelper.cpp179 void reportPhysicalDropDetected(const std::shared_ptr<IStats> &stats_client, in reportPhysicalDropDetected() function
/aosp12/frameworks/native/services/stats/
H A DStatsHal.cpp48 hardware::Return<void> StatsHal::reportPhysicalDropDetected( in reportPhysicalDropDetected() function in android::frameworks::stats::V1_0::implementation::StatsHal
/aosp12/frameworks/hardware/interfaces/stats/1.0/test_client/
H A DStatsClient.cpp109 client->reportPhysicalDropDetected(drop); in main()
/aosp12/frameworks/hardware/interfaces/stats/1.0/
H A DIStats.hal49 oneway reportPhysicalDropDetected(PhysicalDropDetected physicalDropDetected);