Searched refs:g_exampleVendorTagLib (Results 1 – 2 of 2) sorted by relevance
21 const char* g_exampleVendorTagLib = "libcamera_example_vendor_tag_impl.z.so"; variable162 void* libHandle = dlopen(g_exampleVendorTagLib, RTLD_LAZY); in TEST_F()164 GTEST_SKIP() << "please push " << g_exampleVendorTagLib << " to the device." << std::endl; in TEST_F()211 void* libHandle = dlopen(g_exampleVendorTagLib, RTLD_LAZY); in TEST_F()213 GTEST_SKIP() << "please push " << g_exampleVendorTagLib << " to the device." << std::endl; in TEST_F()
28 const char* g_exampleVendorTagLib = "libcamera_example_vendor_tag_impl.z.so"; variable582 libHandle = dlopen(g_exampleVendorTagLib, RTLD_LAZY); in LoadVendorTagImpl()