Home | History | Annotate | Download | only in liboverlay

Lines Matching defs:mem

137         remap(RotMem::Mem::ROT_NUM_BUFS);
151 // if the prev mem is valid, we need to close
157 ALOGE("%s error in closing prev rot mem", __FUNCTION__);
167 OvMem mem;
168 OVASSERT(MAP_FAILED == mem.addr(), "MAP failed in open_i");
171 if(!mem.open(numbufs, bufsz, isSecure)){
173 mem.close();
177 OVASSERT(MAP_FAILED != mem.addr(), "MAP failed");
178 OVASSERT(mem.getFD() != -1, "getFd is -1");
180 mRotData.dst_data.memory_id = mem.getFD();
182 mMem.curr().m = mem;
225 ALOGE("Mdss Rot error closing mem");