Home
last modified time | relevance | path

Searched defs:last_error (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DDwarfOp.h61 const DwarfErrorData& last_error() { return last_error_; } in last_error() function
H A DDwarfCfa.h87 const DwarfErrorData& last_error() { return last_error_; } in last_error() function
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp400 pdx::Status<void> last_error; // No error. in FreeAllBuffers() local
713 Status<void> last_error; in ImportBuffers() local
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElfInterface.h126 const ErrorData& last_error() { return last_error_; } in last_error() function
/aosp12/packages/modules/StatsD/statsd/src/
H A Dstats_log.proto529 optional int32 last_error = 3; field