Searched defs:maxBatchReportLatencyNs (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/libs/sensor/ |
H A D | ISensorEventConnection.cpp | 62 nsecs_t maxBatchReportLatencyNs, int reservedFlags) in enableDisable() 136 nsecs_t maxBatchReportLatencyNs = data.readInt64(); in onTransact() local
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorInterface.h | 56 int64_t maxBatchReportLatencyNs) override { in batch()
|
H A D | SensorInterface.cpp | 67 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) { in batch()
|
H A D | SensorDevice.cpp | 775 int64_t maxBatchReportLatencyNs) { in batch() 794 int64_t maxBatchReportLatencyNs) { in batchLocked() 1123 int64_t maxBatchReportLatencyNs) { in setBatchParamsForIdent()
|
H A D | SensorDirectConnection.cpp | 119 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
|
H A D | SensorEventConnection.cpp | 680 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, in enableDisable()
|
H A D | SensorService.cpp | 1678 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, in enable()
|