Home
last modified time | relevance | path

Searched defs:MappedReadOnlyRegion (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/memory/
H A Dread_only_shared_memory_region.h108 struct MappedReadOnlyRegion { struct
109 ReadOnlySharedMemoryRegion region;
110 WritableSharedMemoryMapping mapping;
114 bool IsValid() { in IsValid()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/memory/
Dread_only_shared_memory_region.h111 struct MappedReadOnlyRegion { struct
112 ReadOnlySharedMemoryRegion region;
113 WritableSharedMemoryMapping mapping;
117 bool IsValid() { in IsValid()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/memory/
Dread_only_shared_memory_region.h111 struct MappedReadOnlyRegion { struct
112 ReadOnlySharedMemoryRegion region;
113 WritableSharedMemoryMapping mapping;
117 bool IsValid() { in IsValid()
/aosp_15_r20/external/cronet/base/memory/
H A Dread_only_shared_memory_region.h136 struct MappedReadOnlyRegion { struct
137 ReadOnlySharedMemoryRegion region;
138 WritableSharedMemoryMapping mapping;
142 bool IsValid() const { in IsValid()