OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TombstoneSection
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/incidentd/src/
Section.h
163
class
TombstoneSection
: public WorkerThreadSection {
165
TombstoneSection
(int id, const char* type, int64_t timeoutMs = 120000 /* 2 minutes */);
166
virtual ~
TombstoneSection
();
Section.cpp
638
TombstoneSection
::
TombstoneSection
(int id, const char* type, const int64_t timeoutMs)
644
TombstoneSection
::~
TombstoneSection
() {}
646
status_t
TombstoneSection
::BlockingCall(int pipeWriteFd) const {
Completed in 61 milliseconds