/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_NotifyExpectedPresentTest.cpp | 137 EXPECT_CALL(*mComposer, notifyExpectedPresent(kHwcDisplayId, _, _)).Times(0); in TEST_F() 154 notifyExpectedPresent(kHwcDisplayId, expectedPresentTime, kFrameInterval60HzNs)) in TEST_F() 174 notifyExpectedPresent(kHwcDisplayId, expectedPresentTime, kFrameInterval60HzNs)) in TEST_F() 193 notifyExpectedPresent(kHwcDisplayId, expectedPresentTime, kFrameInterval60HzNs)) in TEST_F() 212 notifyExpectedPresent(kHwcDisplayId, expectedPresentTime, kFrameInterval60HzNs)) in TEST_F() 222 EXPECT_CALL(*mComposer, notifyExpectedPresent(kHwcDisplayId, _, _)).Times(0); in TEST_F() 234 notifyExpectedPresent(kHwcDisplayId, expectedPresentTime, in TEST_F() 246 EXPECT_CALL(*mComposer, notifyExpectedPresent(kHwcDisplayId, _, _)).Times(0); in TEST_F() 260 notifyExpectedPresent(kHwcDisplayId, expectedPresentTime, kFrameInterval60HzNs)) in TEST_F() 273 EXPECT_CALL(*mComposer, notifyExpectedPresent(kHwcDisplayId, _, _)).Times(0); in TEST_F() [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 153 MOCK_METHOD(status_t, notifyExpectedPresent, (PhysicalDisplayId, TimePoint, Fps));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 310 virtual status_t notifyExpectedPresent(PhysicalDisplayId, TimePoint expectedPresentTime, 472 status_t notifyExpectedPresent(PhysicalDisplayId, TimePoint expectedPresentTime,
|
D | AidlComposerHal.h | 245 Error notifyExpectedPresent(Display, nsecs_t expectedPresentTime,
|
D | ComposerHal.h | 304 virtual Error notifyExpectedPresent(Display, nsecs_t expectedPresentTime,
|
D | HidlComposerHal.h | 353 Error notifyExpectedPresent(Display, nsecs_t, int32_t) override;
|
D | HWComposer.cpp | 897 status_t HWComposer::notifyExpectedPresent(PhysicalDisplayId displayId, in notifyExpectedPresent() function in android::impl::HWComposer 903 const auto error = mComposer->notifyExpectedPresent(mDisplayData[displayId].hwcDisplay->getId(), in notifyExpectedPresent()
|
D | AidlComposerHal.cpp | 1515 Error AidlComposer::notifyExpectedPresent(Display displayId, nsecs_t expectedPresentTime, in notifyExpectedPresent() function in android::Hwc2::AidlComposer 1518 mAidlComposerClient->notifyExpectedPresent(translate<int64_t>(displayId), in notifyExpectedPresent()
|
D | HidlComposerHal.cpp | 1392 Error HidlComposer::notifyExpectedPresent(Display, nsecs_t, int32_t) { in notifyExpectedPresent() function in android::Hwc2::HidlComposer
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockComposer.h | 182 MOCK_METHOD(Error, notifyExpectedPresent, (Display, nsecs_t, int32_t));
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 4440 const auto status = getHwComposer().notifyExpectedPresent(displayId, expectedPresentTime, in scheduleNotifyExpectedPresentHint()
|