Searched defs:Mapping (Results 1 – 6 of 6) sorted by relevance
26 struct Mapping { struct34 Mapping() {} in Mapping() function35 Mapping(uintptr_t begin, uintptr_t end, bool read, bool write, bool execute, const char* name) in Mapping() argument
122 void HeapWalker::Mapping(uintptr_t begin, uintptr_t end) { in Mapping() function in android::HeapWalker
27 Mapping section in libfiemap38 ### Metadata Encrypted Devices49 ### Unencrypted and FBE-only Devices56 ### Split Images
42 Mapping *bool member
70 struct Mapping { struct82 Mapping* mapping; argument
229 class Mapping(object): class