Home
last modified time | relevance | path

Searched refs:getReport (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java95 d.sendReport(e.getReport()); in process()
97 d.setGetReportResponse(e.getReport()); in process()
121 e.getDescriptor(), e.getReport(), e.getFeatureReports(), e.getOutputs()); in registerDevice()
H A DEvent.java97 public byte[] getReport() { in getReport() method in Event
/aosp14/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.h228 sp<ReportFile> getReport(const string& pkg, const string& cls, const string& id,
H A DBroadcaster.cpp330 sp<ReportFile> file = mWorkDirectory->getReport(reportId.pkg, reportId.cls, reportId.id, in report_approved()
357 sp<ReportFile> file = mWorkDirectory->getReport(reportId.pkg, reportId.cls, reportId.id, in report_denied()
H A DIncidentService.cpp449 sp<ReportFile> file = mWorkDirectory->getReport(pkg, cls, id, &args); in getIncidentReport()
477 sp<ReportFile> file = mWorkDirectory->getReport(pkg, cls, id, nullptr); in deleteIncidentReports()
H A DWorkDirectory.cpp592 sp<ReportFile> WorkDirectory::getReport(const string& pkg, const string& cls, const string& id, in getReport() function in android::os::incidentd::WorkDirectory