Searched refs:out_fd_ (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 145 : out_fd_(fd), sections_(sections) { in DumpstateListener() 148 DumpstateListener(int fd) : out_fd_(fd) { in DumpstateListener() 152 dprintf(out_fd_, "\rIn progress %d", progress); in onProgress() 159 dprintf(out_fd_, "\rError code %d", error_code); in onError() 166 dprintf(out_fd_, "\rFinished"); in onFinished() 172 dprintf(out_fd_, "\rResult of taking screenshot: %s", success ? "success" : "failure"); in onScreenshotTaken() 178 dprintf(out_fd_, "\rUi intensive bugreport dumps finished"); in onUiIntensiveBugreportDumpsFinished() 193 int out_fd_; member in android::os::dumpstate::DumpstateListener
|
D | dumpstate_test.cpp | 1669 out_fd_.reset(TEMP_FAILURE_RETRY(open(out_path_.c_str(), in CreateOutputFile() 1672 ASSERT_GE(out_fd_.get(), 0) << "could not create FD for path " in CreateOutputFile() 1707 android::base::unique_fd out_fd_; member in android::os::dumpstate::DumpPoolTest 1727 WaitForTask(std::move(t1), "", out_fd_.get()); in TEST_F() 1728 WaitForTask(std::move(t2), "", out_fd_.get()); in TEST_F() 1729 WaitForTask(std::move(t3), "", out_fd_.get()); in TEST_F() 1744 WaitForTask(std::move(t1), "", out_fd_.get()); in TEST_F()
|