Home
last modified time | relevance | path

Searched refs:updateProtectedContentState (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp1023 MOCK_METHOD0(updateProtectedContentState, void());
1060 EXPECT_CALL(mOutput, updateProtectedContentState()); in TEST_F()
1084 EXPECT_CALL(mOutput, updateProtectedContentState()); in TEST_F()
1112 EXPECT_CALL(mOutput, updateProtectedContentState()); in TEST_F()
1144 EXPECT_CALL(mOutput, updateProtectedContentState()); in TEST_F()
2918 MOCK_METHOD0(updateProtectedContentState, void());
2979 EXPECT_CALL(mOutput, updateProtectedContentState()); in TEST_F()
3003 MOCK_METHOD0(updateProtectedContentState, void());
3038 EXPECT_CALL(mOutput, updateProtectedContentState()); in TEST_F()
3051 EXPECT_CALL(mOutput, updateProtectedContentState()); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp1133 updateProtectedContentState(); in prepareFrameAsync()
1174 updateProtectedContentState(); in devOptRepaintFlash()
1207 updateProtectedContentState(); in finishFrame()
1228 void Output::updateProtectedContentState() { in updateProtectedContentState() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h120 virtual void updateProtectedContentState();