Searched defs:samplingPeriodNs (Results 1 – 7 of 7) sorted by relevance
| /frameworks/native/services/sensorservice/ |
| D | SensorDirectConnection.cpp | 62 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 74 int handle, nsecs_t samplingPeriodNs) { in setEventRate()
|
| D | SensorInterface.h | 54 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs, in batch()
|
| D | SensorDevice.cpp | 316 int64_t samplingPeriodNs, in batch() 370 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() 569 int64_t samplingPeriodNs, in setBatchParamsForIdent()
|
| D | SensorInterface.cpp | 66 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
|
| D | SensorEventConnection.cpp | 505 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 520 int handle, nsecs_t samplingPeriodNs) in setEventRate()
|
| D | SensorService.cpp | 1184 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
|
| /frameworks/native/libs/sensor/ |
| D | ISensorEventConnection.cpp | 60 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable() 123 nsecs_t samplingPeriodNs = data.readInt64(); in onTransact() local
|