Home
last modified time | relevance | path

Searched refs:hints2 (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp131 std::vector<PowerHint> hints2 = {PowerHint::LAUNCH, PowerHint::VR_MODE, in TEST_F() local
137 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F()
139 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_F()
143 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_F()
147 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_F()