Searched refs:IncidentService (Results 1 – 4 of 4) sorted by relevance
240 IncidentService::IncidentService(const sp<Looper>& handlerLooper) { in IncidentService() function in android::os::incidentd::IncidentService249 IncidentService::~IncidentService() {} in ~IncidentService()251 Status IncidentService::reportIncident(const IncidentReportArgs& args) { in reportIncident()285 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream()314 Status IncidentService::reportIncidentToDumpstate(unique_fd stream, in reportIncidentToDumpstate()352 Status IncidentService::registerSection(const int id, const String16& name16, in registerSection()374 Status IncidentService::unregisterSection(const int id) { in unregisterSection()392 Status IncidentService::systemRunning() { in systemRunning()405 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList()438 Status IncidentService::getIncidentReport(const String16& pkg16, const String16& cls16, in getIncidentReport()[all …]
47 sp<IncidentService> service = new IncidentService(looper); in main()
121 class IncidentService : public BnIncidentManager {123 explicit IncidentService(const sp<Looper>& handlerLooper);124 virtual ~IncidentService();
36 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.96 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.