Searched refs:mFD (Results 1 - 1 of 1) sorted by relevance

/hardware/msm7k/libcopybit/
H A Dcopybit.cpp58 int mFD; member in struct:copybit_context_t
206 int err = ioctl(dev->mFD, MSMFB_BLIT,
430 close(ctx->mFD);
455 ctx->mFD = open("/dev/graphics/fb0", O_RDWR, 0);
457 if (ctx->mFD < 0) {
464 if (ioctl(ctx->mFD, FBIOGET_FSCREENINFO, &finfo) == 0) {

Completed in 24 milliseconds