Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:getExportVarNames

479     if (info->getExportVarNames().size()) {
480 mBoundAllocs = new Allocation *[info->getExportVarNames().size()];
481 memset(mBoundAllocs, 0, sizeof(void *) * info->getExportVarNames().size());
710 script->mHal.info.exportedVariableCount = info->getExportVarNames().size();