HomeSort by relevance Sort by last modified time
    Searched refs:mQdcmLib (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qdcm.h 55 ctx->mQdcmInfo.mQdcmLib = dlopen("libmm-qdcm.so", RTLD_NOW);
58 if (ctx->mQdcmInfo.mQdcmLib)
59 *(void **)&factory = dlsym(ctx->mQdcmInfo.mQdcmLib, "getObject");
75 if (ctx->mQdcmInfo.mQdcmLib) {
76 *(void **)&destroy = dlsym(ctx->mQdcmInfo.mQdcmLib, "deleteObject");
83 dlclose(ctx->mQdcmInfo.mQdcmLib);
84 ctx->mQdcmInfo.mQdcmLib = NULL;
hwc_utils.h 580 void *mQdcmLib;

Completed in 51 milliseconds