Home
last modified time | relevance | path

Searched refs:dropDetected (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/
DStatsHelper.cpp180 const PixelAtoms::VendorPhysicalDropDetected &dropDetected) { in reportPhysicalDropDetected() argument
184 tmp.set<VendorAtomValue::intValue>(dropDetected.confidence_pctg()); in reportPhysicalDropDetected()
186 tmp.set<VendorAtomValue::intValue>(dropDetected.accel_peak_thousandths_g()); in reportPhysicalDropDetected()
188 tmp.set<VendorAtomValue::intValue>(dropDetected.freefall_time_millis()); in reportPhysicalDropDetected()
/hardware/google/pixel/pixelstats/include/pixelstats/
DStatsHelper.h48 const PixelAtoms::VendorPhysicalDropDetected &dropDetected);