OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxReportLatencyUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorRegistrationInfo.h
32
mSensorHandle = mSamplingRateUs =
mMaxReportLatencyUs
= INT32_MIN;
43
mMaxReportLatencyUs
= static_cast<int64_t>(maxReportLatencyNs/1000);
75
<< " batchingPeriod=" <<
mMaxReportLatencyUs
<< "us";
86
int64_t
mMaxReportLatencyUs
;
/cts/tests/sensor/src/android/hardware/cts/helpers/
TestSensorEnvironment.java
44
private final int
mMaxReportLatencyUs
;
247
mMaxReportLatencyUs
= maxReportLatencyUs;
295
return
mMaxReportLatencyUs
;
440
mMaxReportLatencyUs
);
Completed in 163 milliseconds