Searched refs:sub_hw_modules (Results 1 - 1 of 1) sorted by last modified time

/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp56 static std::vector<hw_module_t *> *sub_hw_modules = NULL; variable
60 * A module index is the module's index in sub_hw_modules.
105 // Returns the sub_hw_modules index of the module that contains the sensor associates with this
507 if (sub_hw_modules != NULL) {
514 // dlopen the module files and cache their module symbols in sub_hw_modules
515 sub_hw_modules = new std::vector<hw_module_t *>();
536 sub_hw_modules->push_back(module);
562 for (std::vector<hw_module_t*>::iterator it = sub_hw_modules->begin();
563 it != sub_hw_modules->end(); it++) {
577 for (std::vector<hw_module_t*>::iterator it = sub_hw_modules
[all...]

Completed in 198 milliseconds