Searched refs:reports (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/uapp/aslr-analysis/
H A Dmain.cpp41 int GatherReports(const char* test_bin, fbl::Array<ReportInfo>* reports);
42 unsigned int AnalyzeField(const fbl::Array<ReportInfo>& reports,
65 fbl::Array<ReportInfo> reports(new ReportInfo[kNumRuns], kNumRuns);
66 if (!reports) {
67 printf("Failed to allocate reports\n");
71 int ret = GatherReports(kBinName, &reports);
75 printf("Finished gathering reports\n");
78 bits = AnalyzeField(reports, &ReportInfo::exec_addr);
80 bits = AnalyzeField(reports, &ReportInfo::first_stack);
82 bits = AnalyzeField(reports,
114 AnalyzeField(const fbl::Array<ReportInfo>& reports, uintptr_t ReportInfo::*field) argument
156 GatherReports(const char* test_bin, fbl::Array<ReportInfo>* reports) argument
[all...]
/fuchsia/zircon/system/dev/input/goodix/
H A Dgt92xx.cpp63 FingerReport reports[kMaxPoints]; local
64 // Read touch reports
66 Read(GT_REG_REPORTS, reinterpret_cast<uint8_t*>(&reports),
75 gt_rpt_.fingers[i].finger_id = reports[i].id;
76 gt_rpt_.fingers[i].x = reports[i].x;
77 gt_rpt_.fingers[i].y = reports[i].y;

Completed in 99 milliseconds