Lines Matching defs:module
1299 hw_module_t const *module;1312 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {1313 if(copybit_open(module, &mEngine) < 0) {1317 ALOGE("FATAL ERROR: copybit hw module not found");