Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp690 nsecs_t requestedSamplingPeriodNs = samplingPeriodNs; in enableDisable() local
710 requestedSamplingPeriodNs >= SENSOR_SERVICE_CAPPED_SAMPLING_PERIOD_NS) { in enableDisable()
711 mMicSamplingPeriodBackup[handle] = requestedSamplingPeriodNs; in enableDisable()
730 nsecs_t requestedSamplingPeriodNs = samplingPeriodNs; in setEventRate() local
749 requestedSamplingPeriodNs >= SENSOR_SERVICE_CAPPED_SAMPLING_PERIOD_NS) { in setEventRate()
750 mMicSamplingPeriodBackup[handle] = requestedSamplingPeriodNs; in setEventRate()