Home
last modified time | relevance | path

Searched defs:free_fall_duration_ms (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/google/pixel/pixelstats/
H A DDropDetect.cpp139 int32_t free_fall_duration_ms = p->free_fall_duration_ns / 1000000; in dropEventFromNanoappPayload() local
168 int32_t free_fall_duration_ms = static_cast<int32_t>(p->free_fall_duration_ns / 1000000); in dropEventFromNanoappPayload() local