Searched refs:halVersionMajor (Results 1 – 2 of 2) sorted by relevance
42 explicit HwModule(const char *name, uint32_t halVersionMajor = 0, uint32_t halVersionMinor = 0);
27 HwModule::HwModule(const char *name, uint32_t halVersionMajor, uint32_t halVersionMinor) in HwModule() argument31 setHalVersion(halVersionMajor, halVersionMinor); in HwModule()