Searched refs:GetError (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tools/aapt2/io/
H A DIo.h55 virtual std::string GetError() const { return {}; } function in class:aapt::io::InputStream
84 virtual std::string GetError() const { return {}; } function in class:aapt::io::OutputStream
H A DUtil.cpp32 << " to archive: " << writer->GetError());
72 << " to archive: " << writer->GetError());
/frameworks/base/tools/aapt2/flatten/
H A DArchive.h66 // The resulting error message can be retrieved from GetError().
70 virtual std::string GetError() const = 0;
H A DArchive.cpp109 std::string GetError() const override { return error_; }
224 std::string GetError() const override { return error_; }
246 diag->Error(DiagMessage(path) << writer->GetError());
256 diag->Error(DiagMessage(path) << writer->GetError());
/frameworks/native/services/vr/performanced/
H A Ddirectory_reader.h32 int GetError() const { return error_; } function in class:android::dvr::DirectoryReader
H A Dcpu_set.cpp52 strerror(directory.GetError()));
/frameworks/base/tools/aapt2/compile/
H A DPng.h75 std::string GetError() const override {
H A DPngCrunch.cpp92 if (!in->GetError().empty()) {
93 error_msg_builder << ": " << in->GetError();
118 if (!out->GetError().empty()) {
119 err_msg_builder << ": " << out->GetError();
121 std::string err = out->GetError();
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadEvdev.cpp72 if (const status_t configuration_status = touchpad.injector->GetError()) {
133 return touchpad.injector->GetError();
162 return touchpad.injector->GetError();
H A DEvdevInjector.h23 // end using |GetError()|. In general, the first such error will be recorded
59 int GetError() const { return error_; } function
/frameworks/rs/tests/lldb/tests/harness/
H A Dtest_base.py180 error = res.GetError()

Completed in 452 milliseconds