HomeSort by relevance Sort by last modified time
    Searched refs:libPath (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/
StagefrightPluginLoader.cpp 37 StagefrightPluginLoader::StagefrightPluginLoader(const char *libPath) {
42 mLibHandle = dlopen(libPath, RTLD_NOW | RTLD_NODELETE);
44 ALOGD("Failed to load library: %s (%s)", libPath, dlerror());
StagefrightPluginLoader.h 38 explicit StagefrightPluginLoader(const char *libPath);
MediaExtractorFactory.cpp 108 String8 libPath;
112 : def(definition), libHandle(handle), libPath(path) {
119 ALOGV("closing handle for %s %d", libPath.c_str(), def.extractor_version);
239 String8 libPath = String8(libDirPath) + "/" + libEntry->d_name;
240 if (!libPath.contains("extractor.so")) {
244 libPath.string(),
247 << "couldn't dlopen(" << libPath.string() << ") " << strerror(errno);
252 << libPath.string() << " does not contain sniffer";
254 ALOGV("registering sniffer for %s", libPath.string());
256 new ExtractorPlugin(getDef(), libHandle, libPath), pluginList)
    [all...]
  /frameworks/av/media/codec2/vndk/
C2PlatformStorePluginLoader.cpp 35 C2PlatformStorePluginLoader::C2PlatformStorePluginLoader(const char *libPath)
37 mLibHandle = dlopen(libPath, RTLD_NOW | RTLD_NODELETE);
39 ALOGD("Failed to load library: %s (%s)", libPath, dlerror());
C2Store.cpp 520 * \param libPath[in] library path
529 c2_status_t init(std::string libPath);
584 ComponentLoader(std::string libPath)
585 : mLibPath(libPath) {}
660 std::string libPath) {
663 mLibHandle = dlopen(libPath.c_str(), RTLD_NOW|RTLD_NODELETE);
665 "could not dlopen %s: %s", libPath.c_str(), dlerror());
670 "createFactory is null in %s", libPath.c_str());
675 "destroyFactory is null in %s", libPath.c_str());
679 ALOGD("could not create factory in %s", libPath.c_str())
    [all...]
  /frameworks/av/media/codec2/vndk/include/
C2PlatformStorePluginLoader.h 88 explicit C2PlatformStorePluginLoader(const char *libPath);
  /external/vulkan-validation-layers/layers/
vk_loader_platform.h 102 static inline loader_platform_dl_handle loader_platform_open_library(const char *libPath) {
107 return dlopen(libPath, RTLD_LAZY | RTLD_LOCAL);
109 static inline const char *loader_platform_open_library_error(const char *libPath) { return dlerror(); }
290 static char *loader_platform_open_library_error(const char *libPath) {
292 (void)snprintf(errorMsg, 163, "Failed to open dynamic library \"%s\" with error %lu", libPath, GetLastError());
  /device/google/cuttlefish_common/guest/hals/rild/
rild_cuttlefish.c 39 #define LIB_PATH_PROPERTY "vendor.rild.libpath"
98 // vendor ril lib path either passed in as -l parameter, or read from rild.libpath property
112 // lib path from rild.libpath property (if it's read)
113 char libPath[PROPERTY_VALUE_MAX];
153 if ( 0 == property_get(LIB_PATH_PROPERTY, libPath, NULL)) {
158 rilLibPath = libPath;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
SQLiteLibraryLoader.java 82 private void loadFromDirectory(final File libPath) {
86 SQLite.setLibraryPath(libPath.getAbsolutePath());
  /cts/hostsidetests/gputools/src/android/gputools/cts/
CtsRootlessGpuDebugHostTest.java 192 String libPath = getDevice().executeAdbCommand("shell", "pm", "path", layerApp);
193 libPath = libPath.replaceAll("package:", "");
194 libPath = libPath.replaceAll("base.apk", "");
195 libPath = removeWhitespace(libPath);
196 libPath += "lib/";
199 String layerPath = getDevice().executeAdbCommand("shell", "find", libPath + " -name " + layer);
    [all...]
  /cts/tests/tests/jvmti/attaching/src/android.jvmti.attaching.cts/
AttachingTest.java 145 String libPath = clfile.substring(clfile.lastIndexOf('!') + 2);
148 return zip.getInputStream(zip.getEntry(libPath));
  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 242 StringBuilder libPath = new StringBuilder();
243 libPath.append(jar).append("!/lib/").append(abiName);
245 jar, libPath.toString(), DalvikTestRunner.class.getClassLoader());
  /external/clang/lib/Driver/
MSVCToolChain.cpp 322 llvm::SmallString<128> libPath(sdkPath);
323 llvm::sys::path::append(libPath, "Lib");
330 llvm::sys::path::append(libPath, "x64");
342 llvm::sys::path::append(libPath, windowsSDKLibVersion, "um", archName);
345 path = libPath.str();
383 llvm::SmallString<128> LibPath(UniversalCRTSdkPath);
384 llvm::sys::path::append(LibPath, "Lib", UCRTVersion, "ucrt", ArchName);
386 Path = LibPath.str();
  /external/kotlinc/lib/
kotlin-ant.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 530 milliseconds