HomeSort by relevance Sort by last modified time
    Searched refs:hints2 (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/power/1.2/vts/functional/
VtsHalPowerV1_2TargetTest.cpp 74 std::vector<PowerHint> hints2 = {PowerHint::AUDIO_STREAMING, PowerHint::CAMERA_LAUNCH, local
79 std::sort(hints2.begin(), hints2.end(), compareHints);
81 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) {
85 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) {
89 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints));
  /hardware/interfaces/power/1.1/vts/functional/
VtsHalPowerV1_1TargetTest.cpp 89 std::vector<PowerHint> hints2 = {PowerHint::LAUNCH, PowerHint::VR_MODE, local
94 std::sort(hints2.begin(), hints2.end(), compareHints);
96 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) {
100 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) {
104 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints));
  /hardware/interfaces/power/1.0/vts/functional/
VtsHalPowerV1_0TargetTest.cpp 146 std::vector<PowerHint> hints2 = {PowerHint::LAUNCH, PowerHint::VR_MODE, local
152 std::sort(hints2.begin(), hints2.end(), compareHints);
154 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) {
158 for (auto iter = hints2.begin(); iter != hints2.end(); iter++) {
162 } while (std::next_permutation(hints2.begin(), hints2.end(), compareHints));

Completed in 119 milliseconds