Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.h124 HWBlockContext hw_block_ctx_[kHWBlockMax]; variable
Dresource_default.cpp114 if (!hw_block_ctx_[kHWPrimary].is_in_use) { in RegisterDisplay()
120 if (!hw_block_ctx_[kHWHDMI].is_in_use) { in RegisterDisplay()
139 hw_block_ctx_[hw_block_id].is_in_use = true; in RegisterDisplay()
157 hw_block_ctx_[display_resource_ctx->hw_block_id].is_in_use = false; in UnregisterDisplay()