Home
last modified time | relevance | path

Searched refs:Vsync (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/libs/hwui/tests/unit/
DJankTrackerTests.cpp42 info->set(FrameInfoIndex::Vsync) = 101_ms; in TEST()
52 info->set(FrameInfoIndex::Vsync) = 117_ms; in TEST()
76 info->set(FrameInfoIndex::Vsync) = 101_ms; in TEST()
99 info->set(FrameInfoIndex::Vsync) = 101_ms; in TEST()
124 info->set(FrameInfoIndex::Vsync) = 101_ms; in TEST()
137 info->set(FrameInfoIndex::Vsync) = 122_ms; in TEST()
161 info->set(FrameInfoIndex::Vsync) = 101_ms; in TEST()
174 info->set(FrameInfoIndex::Vsync) = 122_ms; in TEST()
187 info->set(FrameInfoIndex::Vsync) = 148_ms; in TEST()
211 info->set(FrameInfoIndex::Vsync) = 101_ms; in TEST()
[all …]
/frameworks/base/libs/hwui/
DJankTracker.cpp48 FrameInfoIndex::Vsync}, in __anon65a580530102()
52 FrameInfoIndex::Vsync, FrameInfoIndex::SyncStart},
107 + frame[FrameInfoIndex::Vsync] in calculateLegacyJank()
164 nsecs_t jitterNanos = frame[FrameInfoIndex::FrameCompleted] - frame[FrameInfoIndex::Vsync]; in calculateLegacyJank()
226 - frame[FrameInfoIndex::Vsync]; in finishFrame()
DFrameInfo.h39 Vsync, enumerator
101 set(FrameInfoIndex::Vsync) = vsyncTime; in setVsync()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHal.h75 using Vsync = IComposerClient::Vsync; variable
241 inline std::string to_string(hardware::graphics::composer::hal::Vsync vsync) { in to_string()
243 case hardware::graphics::composer::hal::Vsync::ENABLE: in to_string()
245 case hardware::graphics::composer::hal::Vsync::DISABLE: in to_string()
DHWComposer.h236 virtual void setVsyncEnabled(PhysicalDisplayId, hal::Vsync enabled) = 0;
426 void setVsyncEnabled(PhysicalDisplayId, hal::Vsync enabled) override;
516 hal::Vsync vsyncEnabled GUARDED_BY(vsyncEnabledLock) = hal::Vsync::DISABLE;
DHWC2.cpp106 error = setVsyncEnabled(HWC2::Vsync::DISABLE); in ~Display()
511 Error Display::setVsyncEnabled(Vsync enabled) in setVsyncEnabled()
513 auto intEnabled = static_cast<Hwc2::IComposerClient::Vsync>(enabled); in setVsyncEnabled()
DHWC2.h155 [[nodiscard]] virtual hal::Error setVsyncEnabled(hal::Vsync enabled) = 0;
241 hal::Error setVsyncEnabled(hal::Vsync enabled) override;
DHWComposer.cpp418 void HWComposer::setVsyncEnabled(PhysicalDisplayId displayId, hal::Vsync enabled) { in setVsyncEnabled()
438 enabled == hal::Vsync::ENABLE ? 1 : 0); in setVsyncEnabled()
614 setVsyncEnabled(displayId, hal::Vsync::DISABLE); in setPowerMode()
DAidlComposerHal.h134 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
DComposerHal.h173 virtual Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) = 0;
DHidlComposerHal.h236 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
DAidlComposerHal.cpp787 Error AidlComposer::setVsyncEnabled(Display display, IComposerClient::Vsync enabled) { in setVsyncEnabled()
788 const bool enableVsync = enabled == IComposerClient::Vsync::ENABLE; in setVsyncEnabled()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HotplugTest.cpp72 setVsyncEnabled(ExternalDisplay::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in TEST_F()
116 setVsyncEnabled(ExternalDisplay::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in TEST_F()
DSurfaceFlinger_DisplayTransactionCommitTest.cpp187 setVsyncEnabled(Case::Display::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in processesHotplugConnectCommon()
315 IComposerClient::Vsync::DISABLE)) in TEST_F()
389 IComposerClient::Vsync::DISABLE)) in TEST_F()
DDisplayModeControllerTest.cpp66 setVsyncEnabled(kHwcDisplayId, hal::IComposerClient::Vsync::DISABLE)); in SetUp()
DHWComposerTest.cpp83 EXPECT_CALL(*mHal, setVsyncEnabled(hwcDisplayId, Hwc2::IComposerClient::Vsync::DISABLE)); in expectHotplugConnect()
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.h120 struct Vsync { struct
132 Vsync mVsync; argument
/frameworks/hardware/interfaces/displayservice/1.0/
DIEventCallback.hal21 * @param count Vsync count.
DIDisplayEventReceiver.hal23 * by default. Vsync events must be enabled with setVsyncRate.
/frameworks/base/libs/hwui/renderthread/
DDrawFrameTask.cpp171 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; in syncFrameState()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h97 MOCK_METHOD2(setVsyncEnabled, void(PhysicalDisplayId, hal::Vsync));
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp137 struct Vsync { struct in android::LayerCallbackTest
142 Vsync waitForNextVsync() { in waitForNextVsync()
145 Vsync vsync; in waitForNextVsync()
1052 const Vsync vsync = waitForNextVsync(); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h79 MOCK_METHOD(hal::Error, setVsyncEnabled, (hal::Vsync), (override));
DMockComposer.h97 MOCK_METHOD2(setVsyncEnabled, Error(Display, IComposerClient::Vsync));
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.proto136 // Buckets of timings in ms by which the Vsync prediction drifted, when

12