Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2PlatformStorePluginLoader.cpp35 C2PlatformStorePluginLoader::C2PlatformStorePluginLoader(const char *libPath) in C2PlatformStorePluginLoader()
H A DC2Store.cpp948 std::string libPath) { in init()
1063 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore()
/aosp12/hardware/ril/rild/
H A Drild.c117 char libPath[PROPERTY_VALUE_MAX]; in main() local
/aosp12/frameworks/av/media/libstagefright/
H A DMediaExtractorFactory.cpp109 String8 libPath; member
240 String8 libPath = String8(libDirPath) + "/" + libEntry->d_name; in RegisterExtractors() local
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp149 const char *libPath = "--library-path=" SYSLIBPATH; in createSharedLibrary() local
/aosp12/frameworks/rs/support/jni/
H A 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()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java109 native boolean nLoadSO(boolean useNative, int deviceApi, String libPath); in nLoadSO()
993 native boolean nIncLoadSO(int deviceApi, String libPath); in nIncLoadSO()