Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:mem

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