Searched refs:IncidentService (Results 1 – 4 of 4) sorted by relevance
242 IncidentService::IncidentService(const sp<Looper>& handlerLooper) { in IncidentService() function in android::os::incidentd::IncidentService251 IncidentService::~IncidentService() {} in ~IncidentService()253 Status IncidentService::reportIncident(const IncidentReportArgs& args) { in reportIncident()287 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream()316 Status IncidentService::reportIncidentToDumpstate(unique_fd stream, in reportIncidentToDumpstate()354 Status IncidentService::registerSection(const int id, const String16& name16, in registerSection()376 Status IncidentService::unregisterSection(const int id) { in unregisterSection()394 Status IncidentService::systemRunning() { in systemRunning()486 Status IncidentService::deleteAllIncidentReports(const String16& pkg16) { in deleteAllIncidentReports()499 status_t IncidentService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact()[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();
45 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.105 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.