Home
last modified time | relevance | path

Searched defs:Mapping (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/memory/libmemunreachable/
H A DProcessMappings.h26 struct Mapping { struct
34 Mapping() {} in Mapping() argument
35 Mapping(uintptr_t begin, uintptr_t end, bool read, bool write, bool execute, const char* name) in Mapping() function
H A DHeapWalker.cpp122 void HeapWalker::Mapping(uintptr_t begin, uintptr_t end) { in Mapping() function in android::HeapWalker
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder_client_ndk.h62 struct Mapping { struct
72 std::vector<Mapping>* mappings); argument
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DSharedMemory.h101 struct Mapping { struct
107 GeneralResult<Mapping> map(const SharedMemory& memory); argument
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h42 struct Mapping { struct
47 typedef std::vector<Mapping> KeyEntryPool; argument
/aosp12/system/core/fs_mgr/libfiemap/
H A DREADME.md27 Mapping section
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp159 struct Mapping { struct in android::C2DmaBufAllocation
160 void* addr;
161 size_t alignmentBytes;
162 size_t size;
H A DC2AllocatorIon.cpp323 struct Mapping { struct in android::C2AllocationIon::Impl
324 void *addr;
325 size_t alignmentBytes;
326 size_t size;
/aosp12/system/extras/simpleperf/scripts/
H A Dprofile_pb2.py566 Mapping = _reflection.GeneratedProtocolMessageType('Mapping', (_message.Message,), dict( variable
H A Dpprof_proto_generator.py207 class Mapping(object): class
/aosp12/system/extras/simpleperf/
H A Dreport_lib_interface.cpp67 struct Mapping { struct
79 Mapping* mapping; argument
/aosp12/system/sepolicy/build/soong/
H A Dversioned_policy.go43 Mapping *bool member
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1249 const std::string &NamePrefix, MappingComment Mapping, in getReduceInputStrings()