Home | History | Annotate | Download | only in jni

Lines Matching defs:module

460     hw_module_t* module;
494 err = hw_get_module(id, (hw_module_t const**)&module);
498 err = module->methods->open(module, id, &abstraction);