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

  /hardware/interfaces/neuralnetworks/1.1/
types.hal 432 LOW_POWER = 0,
  /hardware/interfaces/power/1.0/
types.hal 54 LOW_POWER = 0x00000005,
  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 166 if ((mCurrLevel == LOW_POWER && newLevel == FULL_POWER) ||
167 (mCurrLevel == FULL_POWER && newLevel == LOW_POWER)) {
184 case LOW_POWER:
294 mCurrLevel = LOW_POWER;
387 case LOW_POWER:
PowerSwitch.h 38 ** LOW_POWER: controller is in lower-power state.
41 enum PowerLevel { UNKNOWN_LEVEL, FULL_POWER, LOW_POWER, POWER_OFF };
NativeNfcManager.cpp     [all...]
  /device/google/marlin/camera/
QCameraParameters.h 209 static const char LOW_POWER[];
  /hardware/qcom/camera/msm8998/
QCameraParameters.h 210 static const char LOW_POWER[];
  /hardware/interfaces/power/1.1/vts/functional/
VtsHalPowerV1_1TargetTest.cpp 76 PowerHint::VIDEO_DECODE, PowerHint::LOW_POWER, PowerHint::SUSTAINED_PERFORMANCE,
  /hardware/interfaces/renderscript/1.0/
types.hal 196 LOW_POWER = 1<<2,
  /hardware/interfaces/power/1.0/vts/functional/
VtsHalPowerV1_0TargetTest.cpp 132 PowerHint::LOW_POWER, PowerHint::SUSTAINED_PERFORMANCE,
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
ValidateModel.cpp 71 return preference == ExecutionPreference::LOW_POWER ||
501 static_cast<int32_t>(ExecutionPreference::LOW_POWER) - 1, // lower bound
  /frameworks/base/services/core/java/com/android/server/power/batterysaver/
BatterySaverController.java 326 pmi.powerHint(PowerHint.LOW_POWER, enabled ? 1 : 0);
  /frameworks/ml/nn/common/
ValidateHal.cpp 519 return preference == ExecutionPreference::LOW_POWER ||

Completed in 369 milliseconds