Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DDropDetect.cpp51 int32_t free_fall_duration_ns; member
55 uint64_t free_fall_duration_ns; member
127 p->confidence, p->accel_magnitude_peak, p->free_fall_duration_ns / 1e9); in dropEventFromNanoappPayload()
133 int32_t free_fall_duration_ms = p->free_fall_duration_ns / 1000000; in dropEventFromNanoappPayload()
143 p->free_fall_duration_ns / 1e6, in dropEventFromNanoappPayload()
160 int32_t free_fall_duration_ms = static_cast<int32_t>(p->free_fall_duration_ns / 1000000); in dropEventFromNanoappPayload()