Home
last modified time | relevance | path

Searched defs:maxBatchReportLatencyNs (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/sensor/
DISensorEventConnection.cpp62 nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enableDisable()
136 nsecs_t maxBatchReportLatencyNs = data.readInt64(); in onTransact() local
/frameworks/native/services/sensorservice/
DSensorInterface.h55 int64_t maxBatchReportLatencyNs) override { in batch()
DSensorInterface.cpp66 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
DSensorDirectConnection.cpp72 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
DSensorDevice.cpp655 int64_t maxBatchReportLatencyNs) { in batch()
674 int64_t maxBatchReportLatencyNs) { in batchLocked()
929 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent()
DSensorEventConnection.cpp603 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
DSensorService.cpp1390 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()