Searched refs:hw_module_t (Results 1 – 6 of 6) sorted by relevance
27 struct hw_module_t;93 mutable const hw_module_t *mGrallocModule;
33 struct hw_module_t common;
202 const hw_module_t *hw_module = NULL; in nativeOpenHal()
112 int OpenDevice(const hw_module_t* module, const char* id, hw_device_t** device);154 int OpenDevice(const hw_module_t* /*module*/, in OpenDevice() argument
142 hw_module_t const *hwcModule; in hwcTestOpenHwc()
204 auto hmi = static_cast<hw_module_t*>(dlsym(so, HAL_MODULE_INFO_SYM_AS_STR)); in LoadDriver()