Searched defs:maxBatchReportLatencyNs (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/sensor/ |
D | ISensorEventConnection.cpp | 62 nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enableDisable() 136 nsecs_t maxBatchReportLatencyNs = data.readInt64(); in onTransact() local
|
/frameworks/native/services/sensorservice/ |
D | SensorInterface.h | 59 int64_t maxBatchReportLatencyNs) override { in batch()
|
D | SensorInterface.cpp | 67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
|
D | SensorDevice.cpp | 771 int64_t maxBatchReportLatencyNs) { in batch() 790 int64_t maxBatchReportLatencyNs) { in batchLocked() 1119 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent()
|
D | SensorDirectConnection.cpp | 119 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
|
D | SensorEventConnection.cpp | 680 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
|
D | SensorService.cpp | 1686 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
|