Searched refs:updateProtectedContentState (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 1023 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/ |
D | Output.cpp | 1133 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/ |
D | Output.h | 120 virtual void updateProtectedContentState();
|