Searched refs:pending (Results 1 - 25 of 37) sorted by path

12

/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp492 for (auto pending : mPendingVsyncs) {
493 auto hwc1DisplayId = pending.first;
500 auto timestamp = pending.second;
509 for (auto pending : mPendingHotplugs) {
510 auto hwc1DisplayId = pending.first;
517 auto connected = pending.second;
522 // Call pending callbacks without the state lock held
2227 auto pending = mSourceCrop.getPendingValue();
2229 static_cast<int32_t>(std::ceil(pending.left));
2231 static_cast<int32_t>(std::ceil(pending
[all...]
/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddisplay_interface.h288 /*! @brief Method to flush any pending buffers/fences submitted previously via Commit() call.
406 @param[out] pending whether the operation is completed or pending for completion
410 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) = 0;
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.h74 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
H A Ddisplay_primary.cpp171 uint32_t pending = 0; local
197 ControlPartialUpdate(false /* enable */, &pending);
200 ControlPartialUpdate(true /* enable */, &pending);
276 DisplayError DisplayPrimary::ControlPartialUpdate(bool enable, uint32_t *pending) { argument
278 if (!pending) {
288 *pending = 0;
299 *pending = 1;
H A Ddisplay_primary.h46 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.h70 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
H A Dhwc_display_null.h59 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { return kErrorNone; } argument
H A Dhwc_display_primary.cpp482 DisplayError HWCDisplayPrimary::ControlPartialUpdate(bool enable, uint32_t *pending) { argument
486 error = display_intf_->ControlPartialUpdate(enable, pending);
H A Dhwc_display_primary.h57 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending);
H A Dhwc_session.cpp293 // If external display connection is pending, connect external display when virtual
312 DLOGI("Process pending external display connection");
855 uint32_t pending = 0; local
856 error = hwc_display_[HWC_DISPLAY_PRIMARY]->ControlPartialUpdate(enable, &pending);
859 if (!pending) {
1257 DLOGW("Invalid pending action = %d!", pending_action.action);
1454 DLOGI("Virtual display is connected, pending connection");
1460 // Due to virtual display concurrency, external display connection might be still pending
1461 // but hdmi got disconnected before pending connection could be processed.
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.h95 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
H A Dhwc_display_primary.cpp537 DisplayError HWCDisplayPrimary::ControlPartialUpdate(bool enable, uint32_t *pending) { argument
541 error = display_intf_->ControlPartialUpdate(enable, pending);
H A Dhwc_display_primary.h68 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending);
H A Dhwc_session.cpp935 uint32_t pending = 0; local
936 error = hwc_display_[HWC_DISPLAY_PRIMARY]->ControlPartialUpdate(enable, &pending);
939 if (!pending) {
1344 DLOGW("Invalid pending action = %d!", pending_action.action);
1504 DLOGI("Virtual display is connected, pending connection");
1509 // Due to virtual display concurrency, external display connection might be still pending
1510 // but hdmi got disconnected before pending connection could be processed.
/hardware/qcom/display/msm8998/sdm/include/core/
H A Ddisplay_interface.h307 /*! @brief Method to flush any pending buffers/fences submitted previously via Commit() call.
425 @param[out] pending whether the operation is completed or pending for completion
429 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) = 0;
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.h70 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
H A Ddisplay_primary.cpp161 uint32_t pending; local
163 ControlPartialUpdate(true /* enable */, &pending);
199 uint32_t pending = 0; local
225 ControlPartialUpdate(false /* enable */, &pending);
300 DisplayError DisplayPrimary::ControlPartialUpdate(bool enable, uint32_t *pending) { argument
302 if (!pending) {
312 *pending = 0;
323 *pending = 1;
H A Ddisplay_primary.h45 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending);
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display.h103 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
H A Dhwc_display_null.h59 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { return kErrorNone; } argument
H A Dhwc_display_primary.cpp549 DisplayError HWCDisplayPrimary::ControlPartialUpdate(bool enable, uint32_t *pending) { argument
553 error = display_intf_->ControlPartialUpdate(enable, pending);
H A Dhwc_display_primary.h51 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending);
H A Dhwc_session.cpp299 // If external display connection is pending, connect external display when virtual
318 DLOGI("Process pending external display connection");
864 uint32_t pending = 0; local
865 error = hwc_display_[HWC_DISPLAY_PRIMARY]->ControlPartialUpdate(enable, &pending);
868 if (!pending) {
1357 DLOGW("Invalid pending action = %d!", pending_action.action);
1560 DLOGI("Virtual display is connected, pending connection");
1566 // Due to virtual display concurrency, external display connection might be still pending
1567 // but hdmi got disconnected before pending connection could be processed.
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.h95 virtual DisplayError ControlPartialUpdate(bool enable, uint32_t *pending) { argument
H A Dhwc_display_primary.cpp550 DisplayError HWCDisplayPrimary::ControlPartialUpdate(bool enable, uint32_t *pending) { argument
554 error = display_intf_->ControlPartialUpdate(enable, pending);

Completed in 167 milliseconds

12