Home
last modified time | relevance | path

Searched refs:sdm_id_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp453 sdm_id_(sdm_id), in HWCDisplay()
472 error = core_intf_->CreateDisplay(sdm_id_, this, &display_intf_); in Init()
475 DLOGW("Display creation cancelled. Display %d-%d removed.", sdm_id_, type_); in Init()
479 error, sdm_id_, this, &display_intf_); in Init()
2279 " %d-%d", ret, id_, sdm_id_, type_); in GetDisplayIdentificationData()
Dhwc_display.h381 int32_t sdm_id_ = -1; variable