Home
last modified time | relevance | path

Searched refs:rsScriptSetTimeZone (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/
H A DlibRS.map98 rsScriptSetTimeZone;
H A DrsApiStubs.h216 extern "C" void rsScriptSetTimeZone(RsContext rsc, RsScript s, const char* timeZone,
H A DrsApiStubs.cpp629 extern "C" void rsScriptSetTimeZone (RsContext ctxWrapper, RsScript s, const char * timeZone, size_… in rsScriptSetTimeZone() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1956 rsScriptSetTimeZone((RsContext)con, (RsScript)script, (const char *)timeZone_ptr, length); in nScriptSetTimeZone()