Searched defs:libPath (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | StagefrightPluginLoader.cpp | 37 StagefrightPluginLoader::StagefrightPluginLoader(const char *libPath) { in StagefrightPluginLoader()
|
D | MediaExtractorFactory.cpp | 105 String8 libPath; member 236 String8 libPath = String8(libDirPath) + "/" + libEntry->d_name; in RegisterExtractors() local
|
/frameworks/av/media/codec2/vndk/ |
D | C2PlatformStorePluginLoader.cpp | 35 C2PlatformStorePluginLoader::C2PlatformStorePluginLoader(const char *libPath) in C2PlatformStorePluginLoader()
|
D | C2Store.cpp | 688 std::string libPath) { in init() 868 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuExecutable.cpp | 149 const char *libPath = "--library-path=" SYSLIBPATH; in createSharedLibrary() local
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 276 …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/ |
D | RenderScript.java | 104 native boolean nLoadSO(boolean useNative, int deviceApi, String libPath); in nLoadSO() 988 native boolean nIncLoadSO(int deviceApi, String libPath); in nIncLoadSO()
|