Home
last modified time | relevance | path

Searched refs:HWC2_CALLBACK_SEAMLESS_POSSIBLE (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h69 mDevice, HWC2_CALLBACK_SEAMLESS_POSSIBLE, this, in registerEventCallback_2_4()
86 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_SEAMLESS_POSSIBLE, this, in unregisterEventCallback_2_4()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h185 exynos_callback_info_t mCallbackInfos[HWC2_CALLBACK_SEAMLESS_POSSIBLE + 1];
DExynosDevice.cpp428 if (descriptor < 0 || descriptor > HWC2_CALLBACK_SEAMLESS_POSSIBLE) in registerCallback()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h83 HWC2_CALLBACK_SEAMLESS_POSSIBLE = 6, enumerator
499 case HWC2_CALLBACK_SEAMLESS_POSSIBLE: return "SeamlessPossible"; in getCallbackDescriptorName()
813 SeamlessPossible = HWC2_CALLBACK_SEAMLESS_POSSIBLE,
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.cpp269 hwc_session_->RegisterCallback(HWC2_CALLBACK_SEAMLESS_POSSIBLE, this, in enableCallback()
280 hwc_session_->RegisterCallback(HWC2_CALLBACK_SEAMLESS_POSSIBLE, this, nullptr); in enableCallback()