Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl42 oneway void reportIncidentToStream(in IncidentReportArgs args, in reportIncidentToStream() method
/frameworks/base/cmds/incidentd/src/
DIncidentService.h128 virtual Status reportIncidentToStream(const IncidentReportArgs& args,
DIncidentService.cpp285 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream() function in android::os::incidentd::IncidentService
/frameworks/base/cmds/incident/
Dmain.cpp384 status = service->reportIncidentToStream(args, listener, std::move(writeEnd)); in main()