Searched refs:rsaGetName (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/rs/ |
H A D | libRS.map | 8 rsaGetName;
|
H A D | rsApiContext.cpp | 72 extern "C" void rsaGetName(RsContext con, void * obj, const char **name) { in rsaGetName() function
|
H A D | rs.h | 44 void rsaGetName(RsContext, void* obj, const char** name) __DEPRECATED_IN(31);
|
H A D | rsApiStubs.h | 54 extern "C" void rsaGetName(RsContext con, void* obj, const char** name) __DEPRECATED_IN(31);
|
H A D | rsApiStubs.cpp | 272 extern "C" void rsaGetName(RsContext ctxWrapper, void * obj, const char **name) in rsaGetName() function
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 805 rsaGetName((RsContext)con, (void *)obj, &name); in nGetName()
|