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