Home | History | Annotate | Download | only in camera

Lines Matching refs:libhandle

5588     void *libhandle = NULL;
9929 void *libhandle = ::dlopen("liboemcamera.so", RTLD_NOW);
9930 ALOGI("getCameraInfo: loading libqcamera at %p", libhandle);
9931 if (!libhandle) {
9935 ::dlsym(libhandle, "mm_camera_get_camera_info");
9955 if (libhandle) {
9956 ::dlclose(libhandle);