Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:mem

142     OvMem mem;
144 OVASSERT(MAP_FAILED == mem.addr(), "MAP failed in open_i");
146 if(!mem.open(numbufs, bufsz, mRotImgInfo.secure)){
148 mem.close();
152 OVASSERT(MAP_FAILED != mem.addr(), "MAP failed");
153 OVASSERT(mem.getFD() != -1, "getFd is -1");
155 mRotDataInfo.dst.memory_id = mem.getFD();
157 mMem.curr().m = mem;
175 ALOGE("Mdp Rot error closing mem");
221 remap(RotMem::Mem::ROT_NUM_BUFS);
235 // if the prev mem is valid, we need to close
241 ALOGE("%s error in closing prev rot mem", __FUNCTION__);