/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
hwc_callbacks.h | 45 void Vsync(hwc2_display_t display, int64_t timestamp);
|
hwc_callbacks.cpp | 49 void HWCCallbacks::Vsync(hwc2_display_t display, int64_t timestamp) { 66 case HWC2::Callback::Vsync:
|
hwc_display.h | 171 virtual HWC2::Error SetVsyncEnabled(HWC2::Vsync enabled); 196 virtual DisplayError VSync(const DisplayEventVSync &vsync);
|
hwc_display.cpp | 460 HWC2::Error HWCDisplay::SetVsyncEnabled(HWC2::Vsync enabled) { 469 if (enabled == HWC2::Vsync::Enable) 471 else if (enabled == HWC2::Vsync::Disable) 699 DisplayError HWCDisplay::VSync(const DisplayEventVSync &vsync) { 700 callbacks_->Vsync(id_, vsync.timestamp); [all...] |
hwc_session.cpp | 550 auto enabled = static_cast<HWC2::Vsync>(int_enabled); [all...] |
/hardware/qcom/display/msmcobalt/sdm/libs/hwc2/ |
hwc_callbacks.h | 45 void Vsync(hwc2_display_t display, int64_t timestamp);
|
hwc_callbacks.cpp | 49 void HWCCallbacks::Vsync(hwc2_display_t display, int64_t timestamp) { 66 case HWC2::Callback::Vsync:
|
hwc_display.h | 175 virtual HWC2::Error SetVsyncEnabled(HWC2::Vsync enabled); 200 virtual DisplayError VSync(const DisplayEventVSync &vsync);
|
hwc_display.cpp | 460 HWC2::Error HWCDisplay::SetVsyncEnabled(HWC2::Vsync enabled) { 469 if (enabled == HWC2::Vsync::Enable) 471 else if (enabled == HWC2::Vsync::Disable) 699 DisplayError HWCDisplay::VSync(const DisplayEventVSync &vsync) { 700 callbacks_->Vsync(id_, vsync.timestamp); [all...] |
hwc_session.cpp | 548 auto enabled = static_cast<HWC2::Vsync>(int_enabled); [all...] |
/frameworks/base/libs/hwui/ |
FrameInfo.h | 35 Vsync, 77 set(FrameInfoIndex::Vsync) = vsyncTime; 79 // Pretend the other fields are all at vsync, too, so that naive
|
JankTracker.cpp | 35 "Missed Vsync", 48 {FrameInfoIndex::IntendedVsync, FrameInfoIndex::Vsync}, 49 {FrameInfoIndex::OldestInputEvent, FrameInfoIndex::Vsync}, 50 {FrameInfoIndex::Vsync, FrameInfoIndex::SyncStart}, 138 // SF will begin composition at VSYNC-app + offsetDelta. If we are triple 140 // return due to the staggering of VSYNC-app & VSYNC-sf. 236 mDequeueTimeForgiveness + frame[FrameInfoIndex::Vsync]
|
/frameworks/base/libs/hwui/renderthread/ |
DrawFrameTask.cpp | 119 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; local 120 mRenderThread->timeLord().vsyncReceived(vsync);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 143 void setVsyncEnabled(int32_t disp, HWC2::Vsync enabled); 175 void vsync(const std::shared_ptr<HWC2::Display>& display, 198 HWC2::Vsync vsyncEnabled;
|
HWComposer.cpp | 101 auto vsyncHook = std::bind(&HWComposer::vsync, this, 210 void HWComposer::vsync(const std::shared_ptr<HWC2::Display>& display, function in class:android::HWComposer 215 ALOGE("vsync: Failed to determine type of display %" PRIu64, 221 ALOGE("Virtual display %" PRIu64 " passed to vsync callback", 227 ALOGE("Unknown physical display %" PRIu64 " passed to vsync callback", 236 // There have been reports of HWCs that signal several vsync events 241 ALOGW("Ignoring duplicate VSYNC event from HWC (t=%" PRId64 ")", 407 void HWComposer::setVsyncEnabled(int32_t disp, HWC2::Vsync enabled) { 432 ATRACE_INT(tag, enabled == HWC2::Vsync::Enable ? 1 : 0); 434 ALOGE("setVsyncEnabled: Failed to set vsync to %s on %d/%" PRIu6 [all...] |
HWC2On1Adapter.cpp | 98 vsync = &vsyncHook; 459 case Callback::Vsync: return true; 491 } else if (descriptor == Callback::Vsync) { 532 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(pointer); local 534 vsync(callbackData, pendingVsync.first, pendingVsync.second); 566 mVsyncEnabled(Vsync::Invalid), 2605 auto vsync = reinterpret_cast<HWC2_PFN_VSYNC>(callbackInfo.pointer); local [all...] |
HWC2On1Adapter.h | 221 HWC2::Error setVsyncEnabled(HWC2::Vsync enabled); 387 HWC2::Vsync mVsyncEnabled; 451 auto enabled = static_cast<HWC2::Vsync>(intEnabled);
|
HWC2.cpp | 69 ALOGE("Vsync callback called with unknown display %" PRIu64, 169 error = display->setVsyncEnabled(HWC2::Vsync::Disable); 171 ALOGE("~Device: Failed to disable vsync for display %" PRIu64 245 void Device::registerVsyncCallback(VsyncCallback vsync) 247 mVsync = vsync; 435 registerCallback<HWC2_PFN_VSYNC>(Callback::Vsync, vsync_hook); 843 Error Display::setVsyncEnabled(Vsync enabled) [all...] |
HWC2.h | 81 void registerVsyncCallback(VsyncCallback vsync); 317 [[clang::warn_unused_result]] Error setVsyncEnabled(Vsync enabled);
|
/device/google/contexthub/util/nanotool/ |
contexthub.h | 70 Vsync,
|
sensorevent.cpp | 77 case SensorType::Vsync:
|
contexthub.cpp | 73 { SensorType::Vsync, "vsync" },
|
/hardware/libhardware/include/hardware/ |
hwcomposer2.h | 42 /* Vsync period in nanoseconds */ 280 /* Vsync values passed to setVsyncEnabled */ 284 /* Enable vsync */ 287 /* Disable vsync */ 325 case HWC2_CALLBACK_VSYNC: return "Vsync"; 493 static inline const char* getVsyncName(hwc2_vsync_t vsync) { 494 switch (vsync) { 544 Vsync = HWC2_CALLBACK_VSYNC, 673 enum class Vsync : int32_t { 678 TO_STRING(hwc2_vsync_t, Vsync, getVsyncName [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 95 // This is the phase offset in nanoseconds of the software vsync event 96 // relative to the vsync event reported by HWComposer. The software vsync 102 // image is displayed. This value may be either positive (after the HW vsync) 103 // or negative (before the HW vsync). Setting it to 0 will result in a 104 // minimum latency of two vsync periods because the app and SurfaceFlinger 105 // will run just after the HW vsync. Setting it to a positive number will 112 // the latency will end up being an additional vsync period, and animations 344 mVsyncEventLabel(String8::format("VSYNC-%s", name)), 360 ALOGE("error registering vsync callback: %s (%d)" [all...] |