Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorInterface.h39 int64_t maxBatchReportLatencyNs) = 0;
55 int64_t maxBatchReportLatencyNs) override { in batch() argument
56 if (maxBatchReportLatencyNs == 0) { in batch()
87 int64_t maxBatchReportLatencyNs) override;
DSensorInterface.cpp66 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch() argument
68 maxBatchReportLatencyNs); in batch()
DSensorDevice.cpp655 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 …]
DSensorDevice.h94 int64_t maxBatchReportLatencyNs);
174 int64_t maxBatchReportLatencyNs);
212 int64_t maxBatchReportLatencyNs);
DSensorDirectConnection.cpp72 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument
78 UNUSED(maxBatchReportLatencyNs); in enableDisable()
DSensorDirectConnection.h62 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
DSensorEventConnection.h78 nsecs_t maxBatchReportLatencyNs, int reservedFlags);
DSensorEventConnection.cpp603 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument
608 err = mService->enable(this, handle, samplingPeriodNs, maxBatchReportLatencyNs, in enableDisable()
DSensorService.h82 nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags,
DSensorService.cpp1390 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/
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;