OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxbatchreportlatencyns
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/services/sensorservice/
SensorInterface.h
44
int64_t
maxBatchReportLatencyNs
) {
45
if (
maxBatchReportLatencyNs
== 0) {
77
int64_t
maxBatchReportLatencyNs
);
SensorDevice.cpp
204
int64_t
maxBatchReportLatencyNs
) {
215
maxBatchReportLatencyNs
);
221
samplingPeriodNs,
maxBatchReportLatencyNs
);
228
} else if (
maxBatchReportLatencyNs
!= 0) {
235
ident, handle, flags, samplingPeriodNs,
maxBatchReportLatencyNs
);
241
BatchParams params(flags, samplingPeriodNs,
maxBatchReportLatencyNs
);
245
info.setBatchParamsForIdent(ident, flags, samplingPeriodNs,
maxBatchReportLatencyNs
);
324
int64_t
maxBatchReportLatencyNs
) {
328
ident, samplingPeriodNs,
maxBatchReportLatencyNs
, strerror(-index));
334
params.batchTimeout =
maxBatchReportLatencyNs
;
[
all
...]
SensorInterface.cpp
54
int64_t samplingPeriodNs, int64_t
maxBatchReportLatencyNs
) {
56
maxBatchReportLatencyNs
);
SensorDevice.h
72
int64_t
maxBatchReportLatencyNs
);
89
int64_t
maxBatchReportLatencyNs
);
SensorService.h
80
nsecs_t
maxBatchReportLatencyNs
, int reservedFlags);
166
nsecs_t samplingPeriodNs, nsecs_t
maxBatchReportLatencyNs
, int reservedFlags);
SensorService.cpp
543
int handle, nsecs_t samplingPeriodNs, nsecs_t
maxBatchReportLatencyNs
, int reservedFlags)
594
handle, reservedFlags, samplingPeriodNs,
maxBatchReportLatencyNs
);
597
maxBatchReportLatencyNs
);
[
all
...]
/frameworks/native/libs/gui/
ISensorEventConnection.cpp
57
nsecs_t
maxBatchReportLatencyNs
, int reservedFlags)
64
data.writeInt64(
maxBatchReportLatencyNs
);
107
nsecs_t
maxBatchReportLatencyNs
= data.readInt64();
110
maxBatchReportLatencyNs
, reservedFlags);
/frameworks/native/include/gui/
ISensorEventConnection.h
40
nsecs_t
maxBatchReportLatencyNs
, int reservedFlags) = 0;
Completed in 309 milliseconds