Home
last modified time | relevance | path

Searched refs:HWC2_PFN_HOTPLUG (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_callbacks.h54 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
Dhwc_callbacks.cpp60 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_callbacks.h56 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
Dhwc_callbacks.cpp66 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
Dhwcomposer.cpp58 HWC2_PFN_HOTPLUG hotplug_callback = nullptr;
240 hotplug_callback = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Hwc2ImplRegisterCallback()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_callbacks.h56 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
Dhwc_callbacks.cpp66 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_callbacks.h58 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
Dhwc_callbacks.cpp65 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_callbacks.h58 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
Dhwc_callbacks.cpp71 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_callbacks.h80 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
Dhwc_callbacks.cpp94 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
/hardware/qcom/sm7250/display/composer/
Dhwc_callbacks.h85 HWC2_PFN_HOTPLUG hotplug_ = nullptr;
Dhwc_callbacks.cpp128 hotplug_ = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in Register()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp209 HWC2_PFN_HOTPLUG callbackFunc = in HandleEvent()
210 (HWC2_PFN_HOTPLUG)mExynosDevice->mCallbackInfos[HWC2_CALLBACK_HOTPLUG].funcPointer; in HandleEvent()
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.cpp154 HWC2_PFN_HOTPLUG callbackFunc = in hotplug()
155 (HWC2_PFN_HOTPLUG)mDevice->mCallbackInfos[HWC2_CALLBACK_HOTPLUG].funcPointer; in hotplug()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp436 HWC2_PFN_HOTPLUG callbackFunc = in registerCallback()
437 (HWC2_PFN_HOTPLUG)mCallbackInfos[descriptor].funcPointer; in registerCallback()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp57 reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer)(callbackData, adapter.getDisplayId(), in registerCallbackHook()
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1108 typedef void (*HWC2_PFN_HOTPLUG)(hwc2_callback_data_t callbackData, typedef
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp538 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in registerCallback()
2661 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); in hwc1Hotplug()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp497 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); in registerCallback()
2633 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); in hwc1Hotplug()