Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp91 int bugreport_mode, in startBugreport() argument
94 MYLOGI("startBugreport() with mode: %d\n", bugreport_mode); in startBugreport()
114 if (bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_FULL && in startBugreport()
115 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_INTERACTIVE && in startBugreport()
116 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_REMOTE && in startBugreport()
117 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WEAR && in startBugreport()
118 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_TELEPHONY && in startBugreport()
119 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WIFI && in startBugreport()
120 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_DEFAULT) { in startBugreport()
121 MYLOGE("Invalid input: bad bugreport mode: %d", bugreport_mode); in startBugreport()
[all …]
DDumpstateService.h43 android::base::unique_fd screenshot_fd, int bugreport_mode,
Ddumpstate.h398 BugreportMode bugreport_mode = Dumpstate::BugreportMode::BUGREPORT_DEFAULT; member
417 void Initialize(BugreportMode bugreport_mode, const android::base::unique_fd& bugreport_fd,
Ddumpstate.cpp2158 const Dumpstate::BugreportMode bugreport_mode) { in GetDumpstateHalModeHidl() argument
2159 switch (bugreport_mode) { in GetDumpstateHalModeHidl()
2179 const Dumpstate::BugreportMode bugreport_mode) { in GetDumpstateHalModeAidl() argument
2180 switch (bugreport_mode) { in GetDumpstateHalModeAidl()
2202 const Dumpstate::BugreportMode bugreport_mode, in DoDumpstateBoardHidl() argument
2235 GetDumpstateHalModeHidl(bugreport_mode); in DoDumpstateBoardHidl()
2291 const Dumpstate::BugreportMode bugreport_mode, const size_t timeout_sec) { in DoDumpstateBoardAidl() argument
2298 GetDumpstateHalModeAidl(bugreport_mode); in DoDumpstateBoardAidl()
2424 DoDumpstateBoardAidl(dumpstate_hal_handle_aidl, dumpstate_fds, options_->bugreport_mode, in DumpstateBoard()
2428 DoDumpstateBoardHidl(dumpstate_hal_handle_hidl_1_0, dumpstate_fds, options_->bugreport_mode, in DumpstateBoard()
[all …]