Home
last modified time | relevance | path

Searched refs:rsaGetName (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsApiContext.cpp72 extern "C" void rsaGetName(RsContext con, void * obj, const char **name) { in rsaGetName() function
DlibRS.map8 rsaGetName;
Drs.h46 void rsaGetName(RsContext, void * obj, const char **name);
DrsApiStubs.h44 extern "C" void rsaGetName(RsContext con, void * obj, const char **name);
DrsApiStubs.cpp272 extern "C" void rsaGetName(RsContext ctxWrapper, void * obj, const char **name) in rsaGetName() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp806 rsaGetName((RsContext)con, (void *)obj, &name); in nGetName()