Home | History | Annotate | Download | only in driver

Lines Matching defs:dc

185     RsdHal *dc = (RsdHal *)calloc(1, sizeof(RsdHal));
186 if (!dc) {
190 rsc->mHal.drv = dc;
192 dc->mCpuRef = RsdCpuReference::create((Context *)c, version_major, version_minor,
194 if (!dc->mCpuRef) {
196 free(dc);
205 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
207 dc->mCpuRef->setPriority(priority);
210 if (dc->mHasGraphics) {
217 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
218 delete dc->mCpuRef;