OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportIncidentToStream
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/os/
IIncidentManager.aidl
41
void
reportIncidentToStream
(in IncidentReportArgs args,
/frameworks/base/cmds/incidentd/src/
IncidentService.h
101
virtual Status
reportIncidentToStream
(const IncidentReportArgs& args,
IncidentService.cpp
211
IncidentService::
reportIncidentToStream
(const IncidentReportArgs& args,
214
ALOGI("
reportIncidentToStream
");
/frameworks/base/cmds/incident/
main.cpp
208
status = service->
reportIncidentToStream
(args, listener, writeEnd);
Completed in 317 milliseconds