Home
last modified time | relevance | path

Searched refs:isHardwareCursor (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DCompositionEngineTest.cpp165 EXPECT_CALL(mOutput3Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(false)); in TEST_F()
166 EXPECT_CALL(mOutput3Layer2.outputLayer, isHardwareCursor()).WillRepeatedly(Return(false)); in TEST_F()
167 EXPECT_CALL(mOutput2Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(false)); in TEST_F()
177 EXPECT_CALL(mOutput2Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(true)); in TEST_F()
184 EXPECT_CALL(mOutput3Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(true)); in TEST_F()
191 EXPECT_CALL(mOutput3Layer2.outputLayer, isHardwareCursor()).WillRepeatedly(Return(true)); in TEST_F()
H A DOutputLayerTest.cpp1338 EXPECT_FALSE(mOutputLayer.isHardwareCursor()); in TEST_F()
1345 EXPECT_TRUE(mOutputLayer.isHardwareCursor()); in TEST_F()
1352 EXPECT_FALSE(mOutputLayer.isHardwareCursor()); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DOutputLayer.h48 MOCK_CONST_METHOD0(isHardwareCursor, bool());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DOutputLayer.h112 virtual bool isHardwareCursor() const = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DCompositionEngine.cpp121 if (layer->isHardwareCursor()) { in updateCursorAsync()
H A DOutputLayer.cpp652 bool OutputLayer::isHardwareCursor() const { in isHardwareCursor() function in android::compositionengine::impl::OutputLayer
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputLayer.h52 bool isHardwareCursor() const override;