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

  /hardware/interfaces/power/1.2/vts/functional/
VtsHalPowerV1_2TargetTest.cpp 60 PowerHint badHint = static_cast<PowerHint>(0xFF);
61 hints.emplace_back(badHint);
  /hardware/interfaces/power/1.1/vts/functional/
VtsHalPowerV1_1TargetTest.cpp 74 PowerHint badHint = static_cast<PowerHint>(0xA);
77 PowerHint::VR_MODE, PowerHint::LAUNCH, badHint};
  /hardware/interfaces/power/1.0/vts/functional/
VtsHalPowerV1_0TargetTest.cpp 129 PowerHint badHint = static_cast<PowerHint>(0xA);
134 badHint};

Completed in 153 milliseconds