Home
last modified time | relevance | path

Searched refs:kDepthGeneratorLib (Results 1 – 1 of 1) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Ddepth_process_block.cc37 static std::string kDepthGeneratorLib = "/vendor/lib64/libdepthgenerator.so"; variable
471 ALOGI("%s: Loading library: %s", __FUNCTION__, kDepthGeneratorLib.c_str()); in LoadDepthGenerator()
473 dlopen(kDepthGeneratorLib.c_str(), RTLD_NOW | RTLD_NODELETE); in LoadDepthGenerator()
475 ALOGE("Depth generator loading %s failed.", kDepthGeneratorLib.c_str()); in LoadDepthGenerator()
482 ALOGE("%s: dlsym failed (%s).", __FUNCTION__, kDepthGeneratorLib.c_str()); in LoadDepthGenerator()