Searched refs:setHintSessionGpuFence (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 99 void setHintSessionGpuFence(std::unique_ptr<FenceTime>&& gpuFence) override;
|
D | Output.h | 150 void setHintSessionGpuFence(std::unique_ptr<FenceTime>&& gpuFence) override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 139 MOCK_METHOD(void, setHintSessionGpuFence, (std::unique_ptr<FenceTime> && gpuFence));
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 326 virtual void setHintSessionGpuFence(std::unique_ptr<FenceTime>&& gpuFence) = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 434 void Display::setHintSessionGpuFence(std::unique_ptr<FenceTime>&& gpuFence) { in setHintSessionGpuFence() function in android::compositionengine::impl::Display
|
D | Output.cpp | 1221 setHintSessionGpuFence( in finishFrame() 1372 setHintSessionGpuFence( in composeSurfaces() 1556 void Output::setHintSessionGpuFence(std::unique_ptr<FenceTime>&&) { in setHintSessionGpuFence() function in android::compositionengine::impl::Output
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 3006 MOCK_METHOD(void, setHintSessionGpuFence, (std::unique_ptr<FenceTime> && gpuFence), 3055 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)); in TEST_F() 3070 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)).Times(0); in TEST_F() 3098 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)).Times(0); in TEST_F() 3109 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)).Times(0); in TEST_F() 3132 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)).Times(0); in TEST_F() 3525 MOCK_METHOD(void, setHintSessionGpuFence, (std::unique_ptr<FenceTime> && gpuFence), 3828 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)).Times(0); in TEST_F() 3869 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)).Times(0); in TEST_F() 3912 EXPECT_CALL(mOutput, setHintSessionGpuFence(_)); in TEST_F()
|