Home
last modified time | relevance | path

Searched refs:preferredVsyncId (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DVsyncEventData.h54 int64_t preferredVsyncId() const;
/frameworks/native/libs/gui/
DVsyncEventData.cpp29 int64_t VsyncEventData::preferredVsyncId() const { in preferredVsyncId() function in android::gui::VsyncEventData
DDisplayEventDispatcher.cpp137 vsyncEventData.preferredVsyncId()); in handleEvent()
DChoreographer.cpp293 vsyncEventData.preferredVsyncId()); in dispatchCallbacks()
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp154 vsync = {event.vsync.vsyncData.preferredVsyncId(), in waitForNextVsync()