Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DVendorAllocatorLoader.cpp16 const char* kLibPath = "libv4l2_codec2_vendor_allocator.so"; variable
24 void* libHandle = dlopen(kLibPath, RTLD_NOW | RTLD_NODELETE); in Create()
26 ALOGI("%s(): Failed to load library: %s", __func__, kLibPath); in Create()
/external/v4l2_codec2/store/
DV4L2ComponentStore.cpp24 const char* kLibPath = "libv4l2_codec2_components.so"; variable
42 void* libHandle = dlopen(kLibPath, RTLD_NOW | RTLD_NODELETE); in Create()
44 ALOGE("Failed to load library: %s", kLibPath); in Create()