/frameworks/native/services/sensorservice/ |
D | SensorInterface.h | 39 int64_t maxBatchReportLatencyNs) = 0; 55 int64_t maxBatchReportLatencyNs) override { in batch() argument 56 if (maxBatchReportLatencyNs == 0) { in batch() 87 int64_t maxBatchReportLatencyNs) override;
|
D | SensorInterface.cpp | 66 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch() argument 68 maxBatchReportLatencyNs); in batch()
|
D | SensorDevice.cpp | 655 int64_t maxBatchReportLatencyNs) { in batch() argument 661 if (maxBatchReportLatencyNs < 0) { in batch() 662 maxBatchReportLatencyNs = 0; in batch() 667 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch() 670 return batchLocked(ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch() 674 int64_t maxBatchReportLatencyNs) { in batchLocked() argument 683 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked() 687 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked() 929 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent() argument 934 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index)); in setBatchParamsForIdent() [all …]
|
D | SensorDevice.h | 94 int64_t maxBatchReportLatencyNs); 174 int64_t maxBatchReportLatencyNs); 212 int64_t maxBatchReportLatencyNs);
|
D | SensorDirectConnection.cpp | 72 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument 78 UNUSED(maxBatchReportLatencyNs); in enableDisable()
|
D | SensorDirectConnection.h | 62 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
|
D | SensorEventConnection.h | 78 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
|
D | SensorEventConnection.cpp | 603 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument 608 err = mService->enable(this, handle, samplingPeriodNs, maxBatchReportLatencyNs, in enableDisable()
|
D | SensorService.h | 82 nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags,
|
D | SensorService.cpp | 1390 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable() argument 1484 handle, reservedFlags, samplingPeriodNs, maxBatchReportLatencyNs); in enable() 1487 maxBatchReportLatencyNs); in enable() 1523 samplingPeriodNs, maxBatchReportLatencyNs, true); in enable()
|
/frameworks/native/libs/sensor/ |
D | ISensorEventConnection.cpp | 62 nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enableDisable() argument 69 data.writeInt64(maxBatchReportLatencyNs); in enableDisable() 136 nsecs_t maxBatchReportLatencyNs = data.readInt64(); in onTransact() local 139 maxBatchReportLatencyNs, reservedFlags); in onTransact()
|
/frameworks/native/libs/sensor/include/sensor/ |
D | ISensorEventConnection.h | 41 nsecs_t maxBatchReportLatencyNs, int reservedFlags) = 0;
|