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.cpp55 int32_t free_fall_duration_ns; member
59 uint64_t free_fall_duration_ns; member
133 p->confidence, p->accel_magnitude_peak, p->free_fall_duration_ns / 1e9); in dropEventFromNanoappPayload()
139 int32_t free_fall_duration_ms = p->free_fall_duration_ns / 1000000; in dropEventFromNanoappPayload()
151 p->free_fall_duration_ns / 1e6, in dropEventFromNanoappPayload()
168 int32_t free_fall_duration_ms = static_cast<int32_t>(p->free_fall_duration_ns / 1000000); in dropEventFromNanoappPayload()