Searched defs:samplingPeriodNs (Results 1 – 7 of 7) 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 | 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 | 525 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 540 int handle, nsecs_t samplingPeriodNs) in setEventRate()
|
D | SensorService.cpp | 1210 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
|