Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
Dsection_list.h34 extern const Section* SECTION_LIST[];
DIncidentService.cpp477 while (SECTION_LIST[idx] != NULL) { in command()
478 const Section* section = SECTION_LIST[idx]; in command()
565 for (const Section** section = SECTION_LIST; *section; section++) { in dump()
DReporter.cpp582 for (const Section** section = SECTION_LIST; *section; section++) { in runReport()
/frameworks/base/cmds/incidentd/tests/
Dsection_list.cpp50 const Section* SECTION_LIST[] = { variable