Home | History | Annotate | Download | only in vts_models

Lines Matching refs:mappedMemory

2133     // Mmap ashmem into usable address and hold it within the mappedMemory object.
2134 // MappedMemory will automatically munmap the memory when it is destroyed.
2135 sp<IMemory> mappedMemory = mapMemory(sharedMemory);
2137 if (mappedMemory != nullptr) {
2140 static_cast<uint8_t*>(static_cast<void*>(mappedMemory->getPointer()));
2145 mappedMemory->update();
2147 mappedMemory->commit();