OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxReportLatencyUs
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/sensorservice/
SensorRegistrationInfo.h
29
int32_t
mMaxReportLatencyUs
;
33
mSensorHandle = mSamplingRateUs =
mMaxReportLatencyUs
= INT32_MIN;
SensorService.cpp
442
reg_info.mSamplingRateUs, reg_info.
mMaxReportLatencyUs
);
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEnvironment.java
44
private final int
mMaxReportLatencyUs
;
247
mMaxReportLatencyUs
= maxReportLatencyUs;
295
return
mMaxReportLatencyUs
;
440
mMaxReportLatencyUs
);
Completed in 80 milliseconds