Searched defs:samplingPeriodNs (Results 1 – 5 of 5) sorted by relevance
| /frameworks/native/libs/gui/ |
| D | ISensorEventConnection.cpp | 56 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable() 106 nsecs_t samplingPeriodNs = data.readInt64(); in onTransact() local
|
| /frameworks/native/services/sensorservice/ |
| D | SensorDevice.cpp | 210 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() 275 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) in setDelay() 316 int64_t samplingPeriodNs, in setBatchParamsForIdent()
|
| D | SensorInterface.h | 43 virtual status_t batch(void* ident, int handle, int /*flags*/, int64_t samplingPeriodNs, in batch()
|
| D | SensorInterface.cpp | 51 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
|
| D | SensorService.cpp | 714 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enable() 1492 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 1507 int handle, nsecs_t samplingPeriodNs) in setEventRate()
|