Lines Matching defs:memory
86 auto fn = [&maybeMemory](bool success, const hidl_memory& memory) { in allocateSharedMemory()
116 GeneralResult<Mapping> map(const Memory::Ashmem& memory) { in map()
149 const CompatibilityLayerMemory& memory = loadCompatibilityLayerMemory(); in allocateSharedMemory() local
169 size_t getSize(const Memory::Ashmem& memory) { in getSize()
173 size_t getSize(const Memory::Fd& memory) { in getSize()
177 size_t getSize(const Memory::HardwareBuffer& memory) { in getSize()
183 size_t getSize(const Memory::Unknown& memory) { in getSize()
192 GeneralResult<Mapping> map(const Memory::Fd& memory) { in map()
212 GeneralResult<Mapping> map(const Memory::HardwareBuffer& memory) { in map()
279 size_t getSize(const SharedMemory& memory) { in getSize()
284 bool isAhwbBlob(const Memory::HardwareBuffer& memory) { in isAhwbBlob()
291 bool isAhwbBlob(const SharedMemory& memory) { in isAhwbBlob()
299 GeneralResult<Mapping> map(const SharedMemory& memory) { in map()