OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:latency_ns
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/nanotool/
contexthub.h
92
uint64_t
latency_ns
= 0;
member in struct:android::SensorSpec
contexthub.cpp
199
req.config.latency = spec.
latency_ns
;
203
spec.
latency_ns
/ 1000000.0f);
nanotool.cpp
284
spec.
latency_ns
= static_cast<uint64_t>(latency_ms) * 1000000;
Completed in 70 milliseconds