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 | 203 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, in batch() 282 status_t SensorDevice::setDelay(void* ident, int handle, int64_t samplingPeriodNs) in setDelay() 323 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 | 54 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
|
D | SensorService.cpp | 543 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enable() 909 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() 923 int handle, nsecs_t samplingPeriodNs) in setEventRate()
|