Searched refs:callbackInfo (Results 1 – 2 of 2) sorted by relevance
2697 const auto& callbackInfo = mCallbacks[Callback::Refresh]; in hwc1Invalidate() local2706 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() local2735 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() local2789 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); in hwc1Hotplug()2792 hotplug(callbackInfo.data, displayId, static_cast<int32_t>(hwc2Connected)); in hwc1Hotplug()
1469 const auto& callbackInfo = mDisplay.mDevice.mCallbacks[Callback::Vsync]; in threadLoop() local1470 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); in threadLoop()1474 vsync(callbackInfo.data, mDisplay.mId, lastTimeNs); in threadLoop()