/frameworks/native/services/sensorservice/ |
D | SensorInterface.cpp | 67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch() argument 69 maxBatchReportLatencyNs); in batch() 104 int64_t maxBatchReportLatencyNs) { in batch() argument 105 if (mSamplingPeriodNs != samplingPeriodNs || mBatchReportLatencyNs != maxBatchReportLatencyNs) { in batch() 107 mBatchReportLatencyNs = maxBatchReportLatencyNs; in batch()
|
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; 119 int64_t maxBatchReportLatencyNs) override;
|
D | SensorDevice.h | 82 int64_t maxBatchReportLatencyNs); 177 int64_t maxBatchReportLatencyNs); 227 int64_t maxBatchReportLatencyNs);
|
D | SensorDevice.cpp | 570 int64_t maxBatchReportLatencyNs) { in batch() argument 576 if (maxBatchReportLatencyNs < 0) { in batch() 577 maxBatchReportLatencyNs = 0; in batch() 583 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch() 586 return batchLocked(ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batch() 590 int64_t maxBatchReportLatencyNs) { in batchLocked() argument 599 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked() 603 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked() 872 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent() argument 877 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index)); in setBatchParamsForIdent() [all …]
|
D | SensorDirectConnection.h | 64 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 | 684 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument 710 err = mService->enable(this, handle, samplingPeriodNs, maxBatchReportLatencyNs, in enableDisable()
|
D | SensorService.h | 181 nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags,
|
D | SensorService.cpp | 2022 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable() argument 2116 handle, reservedFlags, samplingPeriodNs, maxBatchReportLatencyNs); in enable() 2119 maxBatchReportLatencyNs); in enable() 2155 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;
|