Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISensorEventConnection.cpp59 nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enableDisable()
113 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()
DSensorDevice.cpp236 int64_t maxBatchReportLatencyNs) { in batch()
439 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent()
DSensorEventConnection.cpp503 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
DSensorService.cpp987 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()