Home
last modified time | relevance | path

Searched refs:maxBatchReportLatencyNs (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorInterface.h40 int64_t maxBatchReportLatencyNs) = 0;
56 int64_t maxBatchReportLatencyNs) override { in batch() argument
57 if (maxBatchReportLatencyNs == 0) { in batch()
89 int64_t maxBatchReportLatencyNs) override;
DSensorDevice.h69 int64_t maxBatchReportLatencyNs);
164 int64_t maxBatchReportLatencyNs);
214 int64_t maxBatchReportLatencyNs);
DSensorInterface.cpp67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch() argument
69 maxBatchReportLatencyNs); in batch()
DSensorDevice.cpp537 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 …]
DSensorDirectConnection.h63 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
DSensorDirectConnection.cpp118 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument
124 UNUSED(maxBatchReportLatencyNs); in enableDisable()
DSensorEventConnection.h82 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
DSensorEventConnection.cpp680 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument
706 err = mService->enable(this, handle, samplingPeriodNs, maxBatchReportLatencyNs, in enableDisable()
DSensorService.h158 nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags,
DSensorService.cpp1736 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/
DISensorEventConnection.cpp62 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/
DISensorEventConnection.h41 nsecs_t maxBatchReportLatencyNs, int reservedFlags) = 0;