OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpstateSectionReporter
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/dumpstate/
DumpstateSectionReporter.cpp
19
#include "
DumpstateSectionReporter
.h"
25
DumpstateSectionReporter
::
DumpstateSectionReporter
(const std::string& title,
32
DumpstateSectionReporter
::~
DumpstateSectionReporter
() {
DumpstateSectionReporter.h
33
*
DumpstateSectionReporter
sectionReporter(title, listener, sendReport);
37
class
DumpstateSectionReporter
{
39
DumpstateSectionReporter
(const std::string& title, sp<android::os::IDumpstateListener> listener,
42
~
DumpstateSectionReporter
();
dumpstate.cpp
64
#include "
DumpstateSectionReporter
.h"
87
using android::os::dumpstate::
DumpstateSectionReporter
;
[
all
...]
Completed in 460 milliseconds