/frameworks/base/libs/hwui/tests/unit/ |
D | JankTrackerTests.cpp | 42 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/ |
D | JankTracker.cpp | 48 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()
|
D | FrameInfo.h | 39 Vsync, enumerator 101 set(FrameInfoIndex::Vsync) = vsyncTime; in setVsync()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | Hal.h | 75 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()
|
D | HWComposer.h | 236 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;
|
D | HWC2.cpp | 106 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()
|
D | HWC2.h | 155 [[nodiscard]] virtual hal::Error setVsyncEnabled(hal::Vsync enabled) = 0; 241 hal::Error setVsyncEnabled(hal::Vsync enabled) override;
|
D | HWComposer.cpp | 418 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()
|
D | AidlComposerHal.h | 134 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | ComposerHal.h | 173 virtual Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) = 0;
|
D | HidlComposerHal.h | 236 Error setVsyncEnabled(Display display, IComposerClient::Vsync enabled) override;
|
D | AidlComposerHal.cpp | 787 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/ |
D | SurfaceFlinger_HotplugTest.cpp | 72 setVsyncEnabled(ExternalDisplay::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in TEST_F() 116 setVsyncEnabled(ExternalDisplay::HWC_DISPLAY_ID, IComposerClient::Vsync::DISABLE)) in TEST_F()
|
D | SurfaceFlinger_DisplayTransactionCommitTest.cpp | 187 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()
|
D | DisplayModeControllerTest.cpp | 66 setVsyncEnabled(kHwcDisplayId, hal::IComposerClient::Vsync::DISABLE)); in SetUp()
|
D | HWComposerTest.cpp | 83 EXPECT_CALL(*mHal, setVsyncEnabled(hwcDisplayId, Hwc2::IComposerClient::Vsync::DISABLE)); in expectHotplugConnect()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | MessageQueue.h | 120 struct Vsync { struct 132 Vsync mVsync; argument
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IEventCallback.hal | 21 * @param count Vsync count.
|
D | IDisplayEventReceiver.hal | 23 * by default. Vsync events must be enabled with setVsyncRate.
|
/frameworks/base/libs/hwui/renderthread/ |
D | DrawFrameTask.cpp | 171 int64_t vsync = mFrameInfo[static_cast<int>(FrameInfoIndex::Vsync)]; in syncFrameState()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 97 MOCK_METHOD2(setVsyncEnabled, void(PhysicalDisplayId, hal::Vsync));
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerCallback_test.cpp | 137 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/ |
D | MockHWC2.h | 79 MOCK_METHOD(hal::Error, setVsyncEnabled, (hal::Vsync), (override));
|
D | MockComposer.h | 97 MOCK_METHOD2(setVsyncEnabled, Error(Display, IComposerClient::Vsync));
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | timestats_atoms.proto | 136 // Buckets of timings in ms by which the Vsync prediction drifted, when
|