Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DCompositionEngineTest.cpp164 EXPECT_CALL(mOutput3Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(false)); in TEST_F()
165 EXPECT_CALL(mOutput3Layer2.outputLayer, isHardwareCursor()).WillRepeatedly(Return(false)); in TEST_F()
166 EXPECT_CALL(mOutput2Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(false)); in TEST_F()
176 EXPECT_CALL(mOutput2Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(true)); in TEST_F()
183 EXPECT_CALL(mOutput3Layer1.outputLayer, isHardwareCursor()).WillRepeatedly(Return(true)); in TEST_F()
190 EXPECT_CALL(mOutput3Layer2.outputLayer, isHardwareCursor()).WillRepeatedly(Return(true)); in TEST_F()
DOutputLayerTest.cpp1089 EXPECT_FALSE(mOutputLayer.isHardwareCursor()); in TEST_F()
1096 EXPECT_TRUE(mOutputLayer.isHardwareCursor()); in TEST_F()
1103 EXPECT_FALSE(mOutputLayer.isHardwareCursor()); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutputLayer.h47 MOCK_CONST_METHOD0(isHardwareCursor, bool());
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutputLayer.h103 virtual bool isHardwareCursor() const = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DCompositionEngine.cpp121 if (layer->isHardwareCursor()) { in updateCursorAsync()
DOutputLayer.cpp592 bool OutputLayer::isHardwareCursor() const { in isHardwareCursor() function in android::compositionengine::impl::OutputLayer
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayer.h49 bool isHardwareCursor() const override;