Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp242 IncidentService::IncidentService(const sp<Looper>& handlerLooper) { in IncidentService() function in android::os::incidentd::IncidentService
251 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 …]
H A Dmain.cpp47 sp<IncidentService> service = new IncidentService(looper); in main()
H A DIncidentService.h121 class IncidentService : public BnIncidentManager {
123 explicit IncidentService(const sp<Looper>& handlerLooper);
124 virtual ~IncidentService();
/aosp14/frameworks/base/cmds/incidentd/
H A DAndroid.bp45 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
105 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.