/frameworks/native/services/sensorservice/ |
D | SensorInterface.h | 40 int64_t maxBatchReportLatencyNs) = 0; 56 int64_t maxBatchReportLatencyNs) override { in batch() argument 57 if (maxBatchReportLatencyNs == 0) { in batch() 89 int64_t maxBatchReportLatencyNs) override;
|
D | SensorDevice.h | 69 int64_t maxBatchReportLatencyNs); 164 int64_t maxBatchReportLatencyNs); 214 int64_t maxBatchReportLatencyNs);
|
D | SensorInterface.cpp | 67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch() argument 69 maxBatchReportLatencyNs); in batch()
|
D | SensorDevice.cpp | 537 int64_t maxBatchReportLatencyNs) { in batch() argument 543 if (maxBatchReportLatencyNs < 0) { in batch() 544 maxBatchReportLatencyNs = 0; in batch() 550 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch() 553 return batchLocked(ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch() 557 int64_t maxBatchReportLatencyNs) { in batchLocked() argument 566 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked() 570 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked() 813 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent() argument 818 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index)); in setBatchParamsForIdent() [all …]
|
D | SensorDirectConnection.h | 63 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
|
D | SensorDirectConnection.cpp | 118 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument 124 UNUSED(maxBatchReportLatencyNs); in enableDisable()
|
D | SensorEventConnection.h | 82 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
|
D | SensorEventConnection.cpp | 680 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument 706 err = mService->enable(this, handle, samplingPeriodNs, maxBatchReportLatencyNs, in enableDisable()
|
D | SensorService.h | 158 nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags,
|
D | SensorService.cpp | 1736 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable() argument 1830 handle, reservedFlags, samplingPeriodNs, maxBatchReportLatencyNs); in enable() 1833 maxBatchReportLatencyNs); in enable() 1869 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;
|