Home
last modified time | relevance | path

Searched defs:Save (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DRegsInfo.h43 inline AddressType* Save(uint32_t reg) { in Save() function
/aosp12/art/libprofile/profile/
H A Dprofile_boot_info.cc41 bool ProfileBootInfo::Save(int fd) const { in Save() function in art::ProfileBootInfo
H A Dprofile_compilation_info.cc803 bool ProfileCompilationInfo::Save(const std::string& filename, uint64_t* bytes_written) { in Save() function in art::ProfileCompilationInfo
916 bool ProfileCompilationInfo::Save(int fd) { in Save() function in art::ProfileCompilationInfo
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasOpTypes.h26 Save, enumerator
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_BtifConfigInterface.cc88 void bluetooth::shim::BtifConfigInterface::Save(){}; in Save() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/main/shim/
H A Dconfig.cc159 void BtifConfigInterface::Save() { GetStorage()->SaveDelayed(); } in Save() function in bluetooth::shim::BtifConfigInterface
/aosp12/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp91 struct Save final : Op { struct
92 static const auto kType = Type::Save;
93 void draw(SkCanvas* c, const SkMatrix&) const { c->save(); } in draw()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp3355 void Progress::Save() { in Save() function in Progress