Searched refs:ispList_ (Results 1 – 2 of 2) sorted by relevance
36 ispList_.push_back(isp); in CreateController()46 if (ispList_.size() == 0) { in GetController()49 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in GetController()59 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in PowerUp()69 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in PowerDown()79 if (ispList_.size() == 0) { in Configure()82 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in Configure()89 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in Start()99 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in Stop()109 if (ispList_.size() == 0) { in CheckCameraIdList()[all …]
44 std::vector<std::shared_ptr<IspController>> ispList_; variable