Home
last modified time | relevance | path

Searched refs:power_on_pending (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.h76 bool *power_on_pending);
Dhwc_display_builtin.cpp677 bool *power_on_pending) { in HandleSecureSession() argument
678 if (!power_on_pending) { in HandleSecureSession()
705 *power_on_pending = false; in HandleSecureSession()
Dhwc_display.h165 bool *power_on_pending);
Dhwc_display.cpp2320 bool *power_on_pending) { in HandleSecureSession() argument
2321 if (!power_on_pending) { in HandleSecureSession()
2332 *power_on_pending = true; in HandleSecureSession()
Dhwc_session.cpp3391 bool power_on_pending = false; in HandlePowerOnPending() local
3397 power_on_pending = true; in HandlePowerOnPending()
3402 if (power_on_pending) { in HandlePowerOnPending()
/hardware/qcom/sm7250/display/composer/
Dhwc_display_builtin.h134 bool *power_on_pending, bool is_active_secure_display);
Dhwc_display_builtin.cpp1009 bool *power_on_pending, bool is_active_secure_display) { in HandleSecureSession() argument
1010 if (!power_on_pending) { in HandleSecureSession()
1017 return HWCDisplay::HandleSecureSession(secure_sessions, power_on_pending, in HandleSecureSession()
1039 *power_on_pending = false; in HandleSecureSession()
Dhwc_display.h237 bool *power_on_pending, bool is_active_secure_display);
Dhwc_display.cpp2231 bool *power_on_pending, bool is_active_secure_display) { in HandleSecureSession() argument
2232 if (!power_on_pending) { in HandleSecureSession()
2244 *power_on_pending = (pending_power_mode_ != HWC2::PowerMode::Off) ? true : false; in HandleSecureSession()