Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorInterface.cpp67 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()
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;
119 int64_t maxBatchReportLatencyNs) override;
DSensorDevice.h82 int64_t maxBatchReportLatencyNs);
177 int64_t maxBatchReportLatencyNs);
227 int64_t maxBatchReportLatencyNs);
DSensorDevice.cpp570 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 …]
DSensorDirectConnection.h64 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.cpp684 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable() argument
710 err = mService->enable(this, handle, samplingPeriodNs, maxBatchReportLatencyNs, in enableDisable()
DSensorService.h181 nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags,
DSensorService.cpp2022 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/
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;