HomeSort by relevance Sort by last modified time
    Searched defs:IncidentService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/incidentd/src/
IncidentService.h 98 class IncidentService : public BnIncidentManager {
100 IncidentService(const sp<Looper>& handlerLooper);
101 virtual ~IncidentService();
IncidentService.cpp 19 #include "IncidentService.h"
201 IncidentService::IncidentService(const sp<Looper>& handlerLooper)
207 IncidentService::~IncidentService() {}
209 Status IncidentService::reportIncident(const IncidentReportArgs& args) {
222 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args,
242 Status IncidentService::systemRunning() {
258 status_t IncidentService::onTransact(uint32_t code, const Parcel& data, Parcel* reply,
306 status_t IncidentService::command(FILE* in, FILE* out, FILE* err, Vector<String8>& args)
    [all...]

Completed in 201 milliseconds