Home
last modified time | relevance | path

Searched refs:mExportForeachFuncAddrs (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSExecutable.h50 android::Vector<void *> mExportForeachFuncAddrs; variable
102 { return mExportForeachFuncAddrs; } in getExportForeachFuncAddrs()
/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp111 result->mExportForeachFuncAddrs.push_back(addr); in Create()