Searched refs:module_name (Results 1 – 2 of 2) sorted by relevance
115 const char *module_name = module.getModuleIdentifier().c_str(); in ExtractFromSource() local157 ALOGE("Out of memory when create RSInfo object for %s!", module_name); in ExtractFromSource()164 module_name); in ExtractFromSource()187 module_name); in ExtractFromSource()205 module_name); in ExtractFromSource()222 module_name); in ExtractFromSource()257 export_foreach_signature->getNumOperands(), module_name); in ExtractFromSource()279 signature_string.str().c_str(), name.str().c_str(), module_name); in ExtractFromSource()290 " are both NULL in %s! (skip)", i, module_name); in ExtractFromSource()295 "#rs_export_foreach"), module_name); in ExtractFromSource()
65 def __init__(self, module_name): argument66 self.module_name = module_name69 return 'From("%s")' % self.module_name