Searched refs:hal_driver_map_ (Results 1 – 2 of 2) sorted by relevance
220 driver_id = hal_driver_map_.size(); in RegisterDriver()221 hal_driver_map_.insert(make_pair( in RegisterDriver()231 auto res = hal_driver_map_.find(id); in GetDriverById()232 if (res == hal_driver_map_.end()) { in GetDriverById()241 auto res = hal_driver_map_.find(id); in GetDriverPointerById()242 if (res == hal_driver_map_.end()) { in GetDriverPointerById()283 if (hal_driver_map_.empty()) { in GetComponentSpecification()286 return &(hal_driver_map_.find(0)->second.spec_msg); in GetComponentSpecification()312 for (auto it = hal_driver_map_.begin(); it != hal_driver_map_.end(); ++it) { in FindDriverIdInternal()
197 map<DriverId, HalDriverInfo> hal_driver_map_; variable