Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/sensorservice/
H A DSensorInterface.cpp67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
104 int64_t maxBatchReportLatencyNs) { in batch()
H A DSensorDevice.cpp570 int64_t maxBatchReportLatencyNs) { in batch()
590 int64_t maxBatchReportLatencyNs) { in batchLocked()
872 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent()
H A DSensorInterface.h56 int64_t maxBatchReportLatencyNs) override { in batch()
H A DSensorDirectConnection.cpp134 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
H A DSensorEventConnection.cpp683 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
H A DSensorService.cpp2040 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
/aosp_15_r20/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp62 nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enableDisable()
136 nsecs_t maxBatchReportLatencyNs = data.readInt64(); in onTransact() local