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.cpp63 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_P() local
66 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_P()
76 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_P()
/hardware/interfaces/power/1.1/vts/functional/
DVtsHalPowerV1_1TargetTest.cpp78 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_P() local
81 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_P()
91 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_P()
/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp126 auto compareHints = [](PowerHint l, PowerHint r) { in TEST_P() local
129 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_P()
139 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_P()