Searched refs:ContextSetCacheDir (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/
H A DrsHidlAdaptation.h57 static void ContextSetCacheDir(RsContext rsc, const char *cacheDir, size_t cacheDir_length);
H A Drs.spec33 ContextSetCacheDir {
H A DrsHidlAdaptation.cpp131 mEntryFuncs.ContextSetCacheDir = ContextSetCacheDir;
489 void RsHidlAdaptation::ContextSetCacheDir (RsContext context, const char *cacheDir, size_t cacheDir_length) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp263 RS_DISPATCH(ctxWrapper, ContextSetCacheDir, cacheDir, cacheDir_length);
/frameworks/rs/cpp/
H A DrsDispatch.cpp79 dispatchTab.ContextSetCacheDir = (ContextSetCacheDirFnPtr)dlsym(handle, "rsContextSetCacheDir");
H A DrsDispatch.h191 ContextSetCacheDirFnPtr ContextSetCacheDir; member in struct:dispatchTable

Completed in 457 milliseconds