/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 63 void executeCommands() override;
|
D | Output.h | 141 void executeCommands() override {} in executeCommands() function
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 364 void Display::executeCommands() { in executeCommands() function in android::compositionengine::impl::Display 370 getCompositionEngine().getHwComposer().executeCommands(*halDisplayIdOpt); in executeCommands()
|
D | Output.cpp | 1580 executeCommands(); in presentFrameAndReleaseLayers()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 127 MOCK_METHOD(void, executeCommands, ());
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
D | TextGraphReader.java | 154 executeCommands(); in readGraphString() 484 private void executeCommands() throws GraphIOException { in executeCommands() method in TextGraphReader
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 66 MOCK_METHOD(status_t, executeCommands, (HalDisplayId));
|
D | OutputTest.cpp | 3146 MOCK_METHOD(void, executeCommands, ()); 3187 EXPECT_CALL(mOutput, executeCommands()).Times(0); in TEST_F() 3198 EXPECT_CALL(mOutput, executeCommands()); in TEST_F() 3216 EXPECT_CALL(mOutput, executeCommands()).Times(0); in TEST_F() 3239 EXPECT_CALL(mOutput, executeCommands()).Times(0); in TEST_F()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 163 virtual status_t executeCommands(HalDisplayId) = 0; 366 status_t executeCommands(HalDisplayId) override;
|
D | HWComposer.cpp | 580 auto error = static_cast<hal::Error>(mComposer->executeCommands(hwcDisplay->getId())); in presentAndGetReleaseFences() 603 status_t HWComposer::executeCommands(HalDisplayId displayId) { in executeCommands() function in android::impl::HWComposer 605 auto error = static_cast<hal::Error>(mComposer->executeCommands(hwcDisplay->getId())); in executeCommands()
|
D | AidlComposerHal.h | 78 Error executeCommands(Display) override;
|
D | ComposerHal.h | 117 virtual Error executeCommands(Display) = 0;
|
D | HidlComposerHal.h | 179 Error executeCommands(Display) override;
|
D | HidlComposerHal.cpp | 314 Error HidlComposer::executeCommands(Display) { in executeCommands() function in android::Hwc2::HidlComposer 949 ret = mClient->executeCommands(commandLength, commandHandles, hidl_callback); in execute()
|
D | AidlComposerHal.cpp | 356 Error AidlComposer::executeCommands(Display display) { in executeCommands() function in android::Hwc2::AidlComposer 1138 auto status = mAidlComposerClient->executeCommands(commands, &results); in execute()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 317 virtual void executeCommands() = 0;
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockComposer.h | 59 MOCK_METHOD1(executeCommands, Error(Display));
|