Searched defs:samplingPeriodNs (Results 1 – 8 of 8) sorted by relevance
| /frameworks/native/services/sensorservice/ |
| D | SensorDirectConnection.cpp | 72 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 84 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 | SensorInterface.cpp | 66 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
|
| D | SensorDevice.cpp | 654 int64_t samplingPeriodNs, in batch() 673 status_t SensorDevice::batchLocked(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batchLocked() 717 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() 928 int64_t samplingPeriodNs, in setBatchParamsForIdent()
|
| D | SensorsWrapper.h | 120 Return<Result> batch(int32_t sensorHandle, int64_t samplingPeriodNs, in batch()
|
| D | SensorEventConnection.cpp | 603 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 618 int handle, nsecs_t samplingPeriodNs) in setEventRate()
|
| D | SensorService.cpp | 1425 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
|
| /frameworks/native/libs/sensor/ |
| D | ISensorEventConnection.cpp | 61 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable() 135 nsecs_t samplingPeriodNs = data.readInt64(); in onTransact() local
|