Searched refs:ADNC_STRM_LIBRARY_PATH (Results 1 – 1 of 1) sorted by relevance
91 #define ADNC_STRM_LIBRARY_PATH "/vendor/lib64/hw/adnc_strm.primary.default.so" macro93 #define ADNC_STRM_LIBRARY_PATH "/vendor/lib/hw/adnc_strm.primary.default.so" macro3294 if (access(ADNC_STRM_LIBRARY_PATH, R_OK) == 0) { in open_streaming_lib()3295 stdev->adnc_cvq_strm_lib = dlopen(ADNC_STRM_LIBRARY_PATH, RTLD_NOW); in open_streaming_lib()3299 ADNC_STRM_LIBRARY_PATH, err_str ? err_str : "unknown"); in open_streaming_lib()3300 ALOGE("%s: DLOPEN failed for %s", __func__, ADNC_STRM_LIBRARY_PATH); in open_streaming_lib()3303 __func__, ADNC_STRM_LIBRARY_PATH); in open_streaming_lib()3320 ADNC_STRM_LIBRARY_PATH); in open_streaming_lib()