Home
last modified time | relevance | path

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

/hardware/interfaces/power/1.2/vts/functional/
DVtsHalPowerV1_2TargetTest.cpp76 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_F() local
79 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F()
89 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_F()
/hardware/interfaces/power/1.1/vts/functional/
DVtsHalPowerV1_1TargetTest.cpp91 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_F() local
94 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F()
104 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_F()
/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp149 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_F() local
152 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_F()
162 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_F()