Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:mem

130         remap(RotMem::Mem::ROT_NUM_BUFS);
144 // if the prev mem is valid, we need to close
150 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
160 OvMem mem;
161 OVASSERT(MAP_FAILED == mem.addr(), "MAP failed in open_i");
164 if(!mem.open(numbufs, bufsz, isSecure)){
166 mem.close();
170 OVASSERT(MAP_FAILED != mem.addr(), "MAP failed");
171 OVASSERT(mem.getFD() != -1, "getFd is -1");
173 mRotData.dst_data.memory_id = mem.getFD();
175 mMem.curr().m = mem;
218 ALOGE("Mdss Rot error closing mem");