OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNativeLibDir
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
29
dispatchTab.
SetNativeLibDir
= (SetNativeLibDirFnPtr)dlsym(handle, "rsaContextSetNativeLibDir");
30
if (dispatchTab.
SetNativeLibDir
== nullptr) {
31
LOG_ERR("Couldn't initialize dispatchTab.
SetNativeLibDir
");
rsDispatch.h
104
SetNativeLibDirFnPtr
SetNativeLibDir
;
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 35 milliseconds