Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Base.cpp51 #define CAM_LIB(s) STR_LIB_PATH(s) macro
253 printf("\nLibrary path is :%s", CAM_LIB(LIB_PATH)); in hal3appTestLoad()
254 my_hal3_app->hal3_lib.ptr = dlopen(CAM_LIB(LIB_PATH), RTLD_NOW); in hal3appTestLoad()