Searched defs:samplingPeriodNs (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/ |
D | ISensorEventConnection.cpp | 58 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable() 112 nsecs_t samplingPeriodNs = data.readInt64(); in onTransact() local
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.cpp | 235 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() 300 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) { in setDelay() 438 int64_t samplingPeriodNs, in setBatchParamsForIdent()
|
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 | SensorEventConnection.cpp | 503 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 518 int handle, nsecs_t samplingPeriodNs) in setEventRate()
|
D | SensorService.cpp | 987 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
|