OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINIMUM_EVENTS_PERIOD
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/sensorservice/
SensorService.h
55
static const nsecs_t
MINIMUM_EVENTS_PERIOD
= 1000000; // 1000 Hz
SensorService.cpp
477
if (ns <
MINIMUM_EVENTS_PERIOD
)
478
ns =
MINIMUM_EVENTS_PERIOD
;
Completed in 400 milliseconds