Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp2567 const auto& callbackInfo = mCallbacks[Callback::Refresh]; in hwc1Invalidate() local
2576 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); in hwc1Invalidate()
2578 refresh(callbackInfo.data, display); in hwc1Invalidate()
2600 const auto& callbackInfo = mCallbacks[Callback::Vsync]; in hwc1Vsync() local
2606 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); in hwc1Vsync()
2607 vsync(callbackInfo.data, displayId, timestamp); in hwc1Vsync()
2656 const auto& callbackInfo = mCallbacks[Callback::Hotplug]; in hwc1Hotplug() local
2661 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); in hwc1Hotplug()
2664 hotplug(callbackInfo.data, displayId, static_cast<int32_t>(hwc2Connected)); in hwc1Hotplug()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp2541 const auto& callbackInfo = mCallbacks[Callback::Refresh]; in hwc1Invalidate() local
2550 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); in hwc1Invalidate()
2552 refresh(callbackInfo.data, display); in hwc1Invalidate()
2573 const auto& callbackInfo = mCallbacks[Callback::Vsync]; in hwc1Vsync() local
2579 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); in hwc1Vsync()
2580 vsync(callbackInfo.data, displayId, timestamp); in hwc1Vsync()
2628 const auto& callbackInfo = mCallbacks[Callback::Hotplug]; in hwc1Hotplug() local
2633 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); in hwc1Hotplug()
2636 hotplug(callbackInfo.data, displayId, static_cast<int32_t>(hwc2Connected)); in hwc1Hotplug()