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

/frameworks/native/services/sensorservice/
H A DSensorInterface.cpp66 int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) {
68 maxBatchReportLatencyNs);
65 batch(void* ident, int , int flags, int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) argument
H A DSensorDirectConnection.cpp62 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs,
68 UNUSED(maxBatchReportLatencyNs);
61 enableDisable( int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags) argument
H A DSensorDevice.cpp317 int64_t maxBatchReportLatencyNs) {
323 if (maxBatchReportLatencyNs < 0) {
324 maxBatchReportLatencyNs = 0;
329 ident, handle, flags, samplingPeriodNs, maxBatchReportLatencyNs);
335 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs);
339 info.setBatchParamsForIdent(ident, flags, samplingPeriodNs, maxBatchReportLatencyNs);
570 int64_t maxBatchReportLatencyNs) {
575 ident, samplingPeriodNs, maxBatchReportLatencyNs, strerror(-index));
580 params.mTBatch = maxBatchReportLatencyNs;
312 batch( void* ident, int handle, int flags, int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) argument
568 setBatchParamsForIdent(void* ident, int, int64_t samplingPeriodNs, int64_t maxBatchReportLatencyNs) argument
H A DSensorEventConnection.cpp505 int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs,
510 err = mService->enable(this, handle, samplingPeriodNs, maxBatchReportLatencyNs,
504 enableDisable( int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags) argument
H A DSensorService.cpp1184 int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags,
1265 handle, reservedFlags, samplingPeriodNs, maxBatchReportLatencyNs);
1268 maxBatchReportLatencyNs);
1299 samplingPeriodNs, maxBatchReportLatencyNs, true);
1183 enable(const sp<SensorEventConnection>& connection, int handle, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags, const String16& opPackageName) argument
/frameworks/native/libs/sensor/
H A DISensorEventConnection.cpp61 nsecs_t maxBatchReportLatencyNs, int reservedFlags)
68 data.writeInt64(maxBatchReportLatencyNs);
124 nsecs_t maxBatchReportLatencyNs = data.readInt64(); local
127 maxBatchReportLatencyNs, reservedFlags);
60 enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, nsecs_t maxBatchReportLatencyNs, int reservedFlags) argument

Completed in 211 milliseconds