Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h134 static const nsecs_t MINIMUM_EVENTS_PERIOD = 1000000; // 1000 Hz variable
DSensorDevice.cpp658 if (samplingPeriodNs < MINIMUM_EVENTS_PERIOD) { in batch()
659 samplingPeriodNs = MINIMUM_EVENTS_PERIOD; in batch()