Home
last modified time | relevance | path

Searched refs:notifyExpectedPresent (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_NotifyExpectedPresentTest.cpp137 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/
DMockHWComposer.h153 MOCK_METHOD(status_t, notifyExpectedPresent, (PhysicalDisplayId, TimePoint, Fps));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h310 virtual status_t notifyExpectedPresent(PhysicalDisplayId, TimePoint expectedPresentTime,
472 status_t notifyExpectedPresent(PhysicalDisplayId, TimePoint expectedPresentTime,
DAidlComposerHal.h245 Error notifyExpectedPresent(Display, nsecs_t expectedPresentTime,
DComposerHal.h304 virtual Error notifyExpectedPresent(Display, nsecs_t expectedPresentTime,
DHidlComposerHal.h353 Error notifyExpectedPresent(Display, nsecs_t, int32_t) override;
DHWComposer.cpp897 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()
DAidlComposerHal.cpp1515 Error AidlComposer::notifyExpectedPresent(Display displayId, nsecs_t expectedPresentTime, in notifyExpectedPresent() function in android::Hwc2::AidlComposer
1518 mAidlComposerClient->notifyExpectedPresent(translate<int64_t>(displayId), in notifyExpectedPresent()
DHidlComposerHal.cpp1392 Error HidlComposer::notifyExpectedPresent(Display, nsecs_t, int32_t) { in notifyExpectedPresent() function in android::Hwc2::HidlComposer
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h182 MOCK_METHOD(Error, notifyExpectedPresent, (Display, nsecs_t, int32_t));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4440 const auto status = getHwComposer().notifyExpectedPresent(displayId, expectedPresentTime, in scheduleNotifyExpectedPresentHint()