Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp2697 const auto& callbackInfo = mCallbacks[Callback::Refresh]; in hwc1Invalidate() local
2706 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); in hwc1Invalidate()
2708 refresh(callbackInfo.data, display); in hwc1Invalidate()
2729 const auto& callbackInfo = mCallbacks[Callback::Vsync]; in hwc1Vsync() local
2735 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); in hwc1Vsync()
2736 vsync(callbackInfo.data, displayId, timestamp); in hwc1Vsync()
2784 const auto& callbackInfo = mCallbacks[Callback::Hotplug]; in hwc1Hotplug() local
2789 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); in hwc1Hotplug()
2792 hotplug(callbackInfo.data, displayId, static_cast<int32_t>(hwc2Connected)); in hwc1Hotplug()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1469 const auto& callbackInfo = mDisplay.mDevice.mCallbacks[Callback::Vsync]; in threadLoop() local
1470 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); in threadLoop()
1474 vsync(callbackInfo.data, mDisplay.mId, lastTimeNs); in threadLoop()