Home
last modified time | relevance | path

Searched refs:Memory (Results 1 – 25 of 29) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/os/
H A DFileBridge.java29 import libcore.io.Memory;
104 final int cmd = Memory.peekInt(temp, 0, ByteOrder.BIG_ENDIAN); in run()
107 int len = Memory.peekInt(temp, 4, ByteOrder.BIG_ENDIAN); in run()
168 Memory.pokeInt(mTemp, 0, cmd, ByteOrder.BIG_ENDIAN); in writeCommandAndBlock()
173 if (Memory.peekInt(mTemp, 0, ByteOrder.BIG_ENDIAN) == cmd) { in writeCommandAndBlock()
184 Memory.pokeInt(mTemp, 0, CMD_WRITE, ByteOrder.BIG_ENDIAN); in write()
185 Memory.pokeInt(mTemp, 4, byteCount, ByteOrder.BIG_ENDIAN); in write()
H A DParcelFileDescriptor.java54 import libcore.io.Memory;
881 Memory.pokeInt(buf, writePtr, status, ByteOrder.BIG_ENDIAN); in writeCommStatusAndClose()
915 final int status = Memory.peekInt(buf, 0, ByteOrder.BIG_ENDIAN); in readCommStatus()
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dutility.h76 class Memory; variable
84 unwindstack::Memory* memory);
85 void dump_memory(log_t* log, unwindstack::Memory* backtrace, uint64_t addr, const std::string&);
H A Dscudo.h32 class Memory; variable
39 ScudoCrashData(unwindstack::Memory* process_memory, const ProcessInfo& process_info);
H A Dgwp_asan.h35 class Memory; variable
50 GwpAsanCrashData(unwindstack::Memory* process_memory, const ProcessInfo& process_info,
H A Dopen_files_list.h40 void populate_fdsan_table(OpenFilesList* list, std::shared_ptr<unwindstack::Memory> memory,
/aosp14/system/core/debuggerd/libdebuggerd/test/
H A Delf_fake.cpp24 class Memory;
33 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string* build_id) { in elf_get_build_id() argument
H A Ddump_memory_test.cpp86 class MemoryMock : public unwindstack::Memory {
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dgwp_asan.cpp32 static bool retrieve_gwp_asan_state(unwindstack::Memory* process_memory, uintptr_t state_addr, in retrieve_gwp_asan_state()
43 unwindstack::Memory* process_memory, const gwp_asan::AllocatorState& state, in retrieve_gwp_asan_metadata()
70 GwpAsanCrashData::GwpAsanCrashData(unwindstack::Memory* process_memory, in GwpAsanCrashData()
H A Dscudo.cpp28 std::unique_ptr<char[]> AllocAndReadFully(unwindstack::Memory* process_memory, uint64_t addr, in AllocAndReadFully()
37 ScudoCrashData::ScudoCrashData(unwindstack::Memory* process_memory, in ScudoCrashData()
H A Dtombstone_proto.cpp255 std::shared_ptr<unwindstack::Memory>& process_memory, in dump_abort_message()
365 unwindstack::Memory* memory = unwinder->GetProcessMemory().get(); in dump_registers()
468 std::shared_ptr<unwindstack::Memory>& process_memory) { in dump_mappings()
577 std::shared_ptr<unwindstack::Memory>& process_memory, in dump_tags_around_fault_addr()
H A Dutility.cpp129 unwindstack::Memory* memory) { in dump_memory()
203 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) { in dump_memory()
H A Dopen_files_list.cpp67 void populate_fdsan_table(OpenFilesList* list, std::shared_ptr<unwindstack::Memory> memory, in populate_fdsan_table()
H A Dtombstone.cpp109 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in engrave_tombstone_ucontext()
/aosp14/frameworks/base/core/proto/android/os/
H A Dpagetypeinfo.proto52 // Memory zone.
70 // Memory zone.
H A Dprocrank.proto24 // Memory usage of running processes
H A Dps.proto54 // Memory address of the process.
/aosp14/frameworks/base/media/java/android/media/
H A DImageUtils.java26 import libcore.io.Memory;
332 Memory.memmove(dstBuffer, dstOffset, srcBuffer, srcOffset, srcByteCount); in directByteBufferCopy()
/aosp14/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
H A Dtrace_config_multi_user.textproto68 # Memory events
/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp77 auto process_memory = unwindstack::Memory::CreateProcessMemoryCached(getpid()); in debuggerd_fallback_trace()
/aosp14/frameworks/base/core/proto/android/service/
H A Dprocstats.proto216 // Memory state enum.
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java105 import libcore.io.Memory;
810 Memory.pokeLong(value, 0, stat.st_ino, ByteOrder.nativeOrder()); in ensurePrivateDirExists()
/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp2696 unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(prev_file, 0).release()); in TEST_F()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto383 // OPEN: Settings > Memory > App usage > [App Memory usage]
391 // OPEN: Settings > Memory > App usage
1308 // OPEN: Settings > Memory
/aosp14/system/core/rootdir/
H A Dinit.rc1113 # Memory management. Basic kernel parameters, and allow the high

12