Searched refs:kLibPath (Results 1 – 2 of 2) sorted by relevance
16 const char* kLibPath = "libv4l2_codec2_vendor_allocator.so"; variable24 void* libHandle = dlopen(kLibPath, RTLD_NOW | RTLD_NODELETE); in Create()26 ALOGI("%s(): Failed to load library: %s", __func__, kLibPath); in Create()
24 const char* kLibPath = "libv4l2_codec2_components.so"; variable42 void* libHandle = dlopen(kLibPath, RTLD_NOW | RTLD_NODELETE); in Create()44 ALOGE("Failed to load library: %s", kLibPath); in Create()