Home
last modified time | relevance | path

Searched defs:safe_mode (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/sdm845/display/sdm/include/private/
H A Dstrategy_interface.h35 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/
H A Dstrategy_interface.h37 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/
H A Dstrategy_interface.h37 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
/aosp12/hardware/qcom/display/msm8909/sdm/include/private/
H A Dstrategy_interface.h35 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/private/
H A Dstrategy_interface.h35 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
/aosp12/hardware/qcom/display/msm8996/sdm/include/private/
H A Dstrategy_interface.h35 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
/aosp12/hardware/qcom/display/msm8998/sdm/include/private/
H A Dstrategy_interface.h35 bool safe_mode = false; //!< In this mode, strategy manager chooses the composition strategy member
/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc186 const bool safe_mode = (runtime_flags & DEBUG_ENABLE_SAFEMODE) != 0; in EnableDebugFeatures() local