Searched refs:indexList (Results 1 – 3 of 3) sorted by relevance
41 std::vector<uint32_t> indexList; in SetInputComponentList() local49 indexList.push_back((*it)->GetIndex()); in SetInputComponentList()59 indexList.push_back((*it)->GetIndex()); in SetInputComponentList()68 indexList.clear(); in SetInputComponentList()72 TRACK_LOG_STR("indexList size: %d", indexList.size()); in SetInputComponentList()73 SubtractComponent(componentList, indexList); in SetInputComponentList()77 indexList.clear(); in SetInputComponentList()116 std::vector<uint32_t> indexList; in SetInputComponentListForFocusInput() local128 indexList.push_back((*it)->GetIndex()); in SetInputComponentListForFocusInput()135 indexList.clear(); in SetInputComponentListForFocusInput()[all …]
47 std::vector<uint32_t> &indexList);
379 std::vector<uint32_t> indexList; in ChooseRightComponentIndex() local384 indexList.push_back(i); in ChooseRightComponentIndex()387 uint32_t randIndex = (std::uint32_t) rand() % indexList.size(); in ChooseRightComponentIndex()388 index = indexList[randIndex]; in ChooseRightComponentIndex()