Home
last modified time | relevance | path

Searched refs:physicalDropDetected (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/stats/
DStatsHal.cpp49 const PhysicalDropDetected& physicalDropDetected) { in reportPhysicalDropDetected() argument
51 int32_t(physicalDropDetected.confidencePctg), physicalDropDetected.accelPeak, in reportPhysicalDropDetected()
52 physicalDropDetected.freefallDuration); in reportPhysicalDropDetected()
/frameworks/native/services/stats/include/stats/
DStatsHal.h51 const PhysicalDropDetected& physicalDropDetected) override;
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal45 * @param physicalDropDetected A PhysicalDropDetected struct with percentage
49 oneway reportPhysicalDropDetected(PhysicalDropDetected physicalDropDetected);