Home
last modified time | relevance | path

Searched defs:setLowPowerMode (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayInterface.h35 virtual int32_t setLowPowerMode() { return HWC2_ERROR_UNSUPPORTED; }; in setLowPowerMode() function
H A DExynosDisplayDrmInterface.cpp714 int32_t ExynosDisplayDrmInterface::setLowPowerMode() { in setLowPowerMode() function in ExynosDisplayDrmInterface
/aosp12/frameworks/base/location/java/android/location/
H A DLocationRequest.java708 public @NonNull LocationRequest setLowPowerMode(boolean enabled) { in setLowPowerMode() method in LocationRequest