OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mReport
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputMapper.cpp
24
if (
mReport
) return
mReport
;
26
mReport
= mInputReportDef->allocateReport();
27
return
mReport
;
InputMapper.h
83
InputReport*
mReport
= nullptr;
InputHost.cpp
23
mCallbacks.input_report_set_usage_int(mHost,
mReport
, id, usage, value, arityIndex);
28
mCallbacks.input_report_set_usage_bool(mHost,
mReport
, id, usage, value, arityIndex);
32
mCallbacks.report_event(mHost, d,
mReport
);
InputHost.h
56
InputHostBase(host, cb),
mReport
(r) {}
65
operator input_report_t*() const { return
mReport
; }
70
input_report_t*
mReport
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java
69
RVCVXCheckAnalyzer.AnalyzeReport
mReport
= null;
174
mReport
= analyzer.processDataSet();
180
if (
mReport
== null) {
183
if (
mReport
.error) {
184
getReportLog().setSummary("Analysis failed: "+
mReport
.reason, 0,
187
showUserMessage("Analysis failed: " +
mReport
.reason);
192
getReportLog().addValue("Roll error RMS",
mReport
.roll_rms_error,
194
getReportLog().addValue("Pitch error RMS",
mReport
.pitch_rms_error,
196
getReportLog().addValue("Yaw error RMS",
mReport
.yaw_rms_error,
199
getReportLog().addValue("Roll error MAX",
mReport
.roll_max_error
[
all
...]
/cts/common/util/src/com/android/compatibility/common/util/
TestResult.java
28
private ReportLog
mReport
;
112
return
mReport
;
120
mReport
= report;
218
mReport
= null;
/cts/hostsidetests/ui/src/android/ui/cts/
TaskSwitchingTest.java
51
private ReportLog
mReport
= null;
105
assertNotNull("no performance data",
mReport
);
107
String.format("%s#%s", getClass().getName(), "testTaskSwitching"),
mReport
);
117
mReport
= ReportLog.parse(testMetrics.get(RESULT_KEY));
/frameworks/base/cmds/hid/src/com/android/commands/hid/
Event.java
41
private byte[]
mReport
;
69
return
mReport
;
83
+ ", report=" + Arrays.toString(
mReport
)
112
mEvent.
mReport
= report;
142
if (mEvent.
mReport
== null) {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java
48
private ReportLog
mReport
;
126
return
mReport
;
130
mReport
= report;
168
metricsXmlSerializer.serialize(
mReport
);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScoreReport.java
56
private String
mReport
;
60
mReport
= report;
70
return
mReport
;
Completed in 1350 milliseconds