Lines Matching refs:mLayerRotMap
229 ctx->mLayerRotMap[i] = new LayerRotMap(); in initContext()
295 if(ctx->mLayerRotMap[i]) { in closeContext()
296 delete ctx->mLayerRotMap[i]; in closeContext()
297 ctx->mLayerRotMap[i] = NULL; in closeContext()
686 for(uint32_t i = 0; i < ctx->mLayerRotMap[dpy]->getCount(); i++) { in hwc_sync()
689 ctx->mLayerRotMap[dpy]->getLayer(i)->acquireFenceFd; in hwc_sync()
691 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId(); in hwc_sync()
698 ctx->mLayerRotMap[dpy]->getLayer(i)->releaseFenceFd = in hwc_sync()
769 ctx->mLayerRotMap[dpy]->setReleaseFd(releaseFd); in hwc_sync()
990 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureLowRes()
1006 ctx->mLayerRotMap[dpy]->reset(); in configureLowRes()
1047 ctx->mLayerRotMap[dpy]->add(layer, *rot); in configureHighRes()