Home
last modified time | relevance | path

Searched refs:mConfigRequestState (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp670 mConfigRequestState(hwc_request_state_t::SET_CONFIG_STATE_NONE) {
3100 if (mConfigRequestState == hwc_request_state_t::SET_CONFIG_STATE_PENDING) { in presentDisplay()
3273 if (mConfigRequestState == hwc_request_state_t::SET_CONFIG_STATE_REQUESTED) { in presentDisplay()
3663 if (mConfigRequestState == hwc_request_state_t::SET_CONFIG_STATE_REQUESTED) { in setActiveConfigWithConstraints()
3667 mConfigRequestState = hwc_request_state_t::SET_CONFIG_STATE_PENDING; in setActiveConfigWithConstraints()
3805 mConfigRequestState); in resetConfigRequestStateLocked()
3808 __func__, mConfigRequestState); in resetConfigRequestStateLocked()
3809 mConfigRequestState = hwc_request_state_t::SET_CONFIG_STATE_NONE; in resetConfigRequestStateLocked()
3817 if (mConfigRequestState != hwc_request_state_t::SET_CONFIG_STATE_REQUESTED) in updateConfigRequestAppliedTime()
3849 if (mConfigRequestState == in updateVsyncAppliedTimeLine()
[all …]
H A DExynosDisplay.h552 hwc_request_state_t mConfigRequestState; variable
/aosp12/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplay.cpp211 mConfigRequestState = hwc_request_state_t::SET_CONFIG_STATE_NONE; in doDisplayConfigInternal()