Searched refs:libPath (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/codec2/vndk/ |
D | C2PlatformStorePluginLoader.cpp | 29 C2PlatformStorePluginLoader::C2PlatformStorePluginLoader(const char *libPath) in C2PlatformStorePluginLoader() argument 31 mLibHandle = dlopen(libPath, RTLD_NOW | RTLD_NODELETE); in C2PlatformStorePluginLoader() 33 ALOGD("Failed to load library: %s (%s)", libPath, dlerror()); in C2PlatformStorePluginLoader()
|
D | C2Store.cpp | 530 c2_status_t init(std::string alias, std::string libPath); 585 ComponentLoader(std::string alias, std::string libPath) in ComponentLoader() 586 : mAlias(alias), mLibPath(libPath) {} in ComponentLoader() 652 std::string alias, std::string libPath) { in init() argument 655 mLibHandle = dlopen(libPath.c_str(), RTLD_NOW|RTLD_NODELETE); in init() 658 ALOGD("could not dlopen %s: %s", libPath.c_str(), dlerror()); in init() 668 ALOGD("could not create factory in %s", libPath.c_str()); in init() 789 auto emplace = [this](const char *alias, const char *libPath) { in C2PlatformComponentStore() argument 797 std::forward_as_tuple(alias, libPath)); in C2PlatformComponentStore()
|
/hardware/ril/rild/ |
D | rild.c | 117 char libPath[PROPERTY_VALUE_MAX]; in main() local 157 if ( 0 == property_get(LIB_PATH_PROPERTY, libPath, NULL)) { in main() 162 rilLibPath = libPath; in main()
|
/hardware/google/av/codec2/vndk/include/ |
D | C2PlatformStorePluginLoader.h | 88 explicit C2PlatformStorePluginLoader(const char *libPath);
|