Searched refs:hints2 (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/power/1.2/vts/functional/ |
D | VtsHalPowerV1_2TargetTest.cpp | 61 std::vector<PowerHint> hints2 = {PowerHint::AUDIO_STREAMING, PowerHint::CAMERA_LAUNCH, in TEST_P() local 66 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_P() 68 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_P() 72 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_P() 76 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_P()
|
/hardware/interfaces/power/1.1/vts/functional/ |
D | VtsHalPowerV1_1TargetTest.cpp | 76 std::vector<PowerHint> hints2 = {PowerHint::LAUNCH, PowerHint::VR_MODE, in TEST_P() local 81 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_P() 83 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_P() 87 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_P() 91 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_P()
|
/hardware/interfaces/power/1.0/vts/functional/ |
D | VtsHalPowerV1_0TargetTest.cpp | 123 std::vector<PowerHint> hints2 = {PowerHint::LAUNCH, PowerHint::VR_MODE, in TEST_P() local 129 std::sort(hints2.begin(), hints2.end(), compareHints); in TEST_P() 131 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_P() 135 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) { in TEST_P() 139 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints)); in TEST_P()
|