Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp694 nsecs_t requestedSamplingPeriodNs = samplingPeriodNs; in enableDisable() local
713 if ((requestedSamplingPeriodNs >= SENSOR_SERVICE_CAPPED_SAMPLING_PERIOD_NS) || in enableDisable()
715 mMicSamplingPeriodBackup[handle] = requestedSamplingPeriodNs; in enableDisable()
734 nsecs_t requestedSamplingPeriodNs = samplingPeriodNs; in setEventRate() local
752 if ((requestedSamplingPeriodNs >= SENSOR_SERVICE_CAPPED_SAMPLING_PERIOD_NS) || in setEventRate()
754 mMicSamplingPeriodBackup[handle] = requestedSamplingPeriodNs; in setEventRate()