Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp185 IncidentService::IncidentService(const sp<Looper>& handlerLooper) in IncidentService() function in IncidentService
191 IncidentService::~IncidentService() in ~IncidentService()
196 IncidentService::reportIncident(const IncidentReportArgs& args) in reportIncident()
211 IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream()
232 IncidentService::systemRunning() in systemRunning()
DIncidentService.h94 class IncidentService : public BnIncidentManager {
96 IncidentService(const sp<Looper>& handlerLooper);
97 virtual ~IncidentService();
Dmain.cpp50 android::sp<IncidentService> service = new IncidentService(looper); in main()
/frameworks/base/cmds/incidentd/
DAndroid.mk22 src/IncidentService.cpp \