Home
last modified time | relevance | path

Searched defs:libPath (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.cpp37 StagefrightPluginLoader::StagefrightPluginLoader(const char *libPath) { in StagefrightPluginLoader()
DMediaExtractorFactory.cpp105 String8 libPath; member
236 String8 libPath = String8(libDirPath) + "/" + libEntry->d_name; in RegisterExtractors() local
/frameworks/av/media/codec2/vndk/
DC2PlatformStorePluginLoader.cpp35 C2PlatformStorePluginLoader::C2PlatformStorePluginLoader(const char *libPath) in C2PlatformStorePluginLoader()
DC2Store.cpp688 std::string libPath) { in init()
868 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp149 const char *libPath = "--library-path=" SYSLIBPATH; in createSharedLibrary() local
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp276 …boolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring libPath) { in nLoadSO()
2100 static jboolean nIncLoadSO(JNIEnv *_env, jobject _this, jint deviceApi, jstring libPath) { in nIncLoadSO()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java104 native boolean nLoadSO(boolean useNative, int deviceApi, String libPath); in nLoadSO()
988 native boolean nIncLoadSO(int deviceApi, String libPath); in nIncLoadSO()