Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/health/
H A DCycleCountBackupRestore.cpp38 void CycleCountBackupRestore::Restore() { in Restore() function in hardware::google::pixel::health::CycleCountBackupRestore
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasOpTypes.h29 Restore, enumerator
/aosp12/art/libelffile/dwarf/
H A Ddebug_frame_opcode_writer.h141 void ALWAYS_INLINE Restore(Reg reg) { in Restore() function
/aosp12/system/tools/aidl/
H A Ddiagnostics.cpp85 void Restore(const AidlAnnotatable&) { in Restore() function in android::aidl::DiagnosticsContext
/aosp12/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp95 struct Restore final : Op { struct
96 static const auto kType = Type::Restore;
97 void draw(SkCanvas* c, const SkMatrix&) const { c->restore(); } in draw()