Home | History | Annotate | Download | only in rs

Lines Matching refs:dstObj

532 void Allocation::callUpdateCacheObject(const Context *rsc, void *dstObj) const {
534 rsc->mHal.funcs.allocation.updateCachedObject(rsc, this, (rs_allocation *)dstObj);
536 *((const void **)dstObj) = this;