Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp146 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WEAR && in startBugreport()
Ddumpstate.h201 BUGREPORT_WEAR = android::os::IDumpstate::BUGREPORT_MODE_WEAR, enumerator
Ddumpstate.cpp2397 case Dumpstate::BugreportMode::BUGREPORT_WEAR: in GetDumpstateHalModeHidl()
2419 case Dumpstate::BugreportMode::BUGREPORT_WEAR: in GetDumpstateHalModeAidl()
2903 case Dumpstate::BugreportMode::BUGREPORT_WEAR: in ModeToString()
2941 case Dumpstate::BugreportMode::BUGREPORT_WEAR: in SetOptionsFromMode()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp284 options_.Initialize(Dumpstate::BugreportMode::BUGREPORT_WEAR, 0, fd, fd, true, false); in TEST_F()