Home
last modified time | relevance | path

Searched refs:AIncidentReportArgs_init (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/incident/
H A Dlibincident.map.txt3 AIncidentReportArgs_init; # systemapi # introduced=30
/aosp14/frameworks/base/libs/incident/include/incident/
H A Dincident_report.h69 AIncidentReportArgs* AIncidentReportArgs_init();
/aosp14/frameworks/base/libs/incident/src/
H A Dincident_report.cpp34 AIncidentReportArgs* AIncidentReportArgs_init() { in AIncidentReportArgs_init() function
/aosp14/frameworks/base/libs/incident/tests/
H A DIncidentReportRequest_test.cpp29 mImpl = AIncidentReportArgs_init(); in IncidentReportRequest()