Home
last modified time | relevance | path

Searched refs:executeCommands (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h63 void executeCommands() override;
DOutput.h141 void executeCommands() override {} in executeCommands() function
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp364 void Display::executeCommands() { in executeCommands() function in android::compositionengine::impl::Display
370 getCompositionEngine().getHwComposer().executeCommands(*halDisplayIdOpt); in executeCommands()
DOutput.cpp1580 executeCommands(); in presentFrameAndReleaseLayers()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h127 MOCK_METHOD(void, executeCommands, ());
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DTextGraphReader.java154 executeCommands(); in readGraphString()
484 private void executeCommands() throws GraphIOException { in executeCommands() method in TextGraphReader
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h66 MOCK_METHOD(status_t, executeCommands, (HalDisplayId));
DOutputTest.cpp3146 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/
DHWComposer.h163 virtual status_t executeCommands(HalDisplayId) = 0;
366 status_t executeCommands(HalDisplayId) override;
DHWComposer.cpp580 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()
DAidlComposerHal.h78 Error executeCommands(Display) override;
DComposerHal.h117 virtual Error executeCommands(Display) = 0;
DHidlComposerHal.h179 Error executeCommands(Display) override;
DHidlComposerHal.cpp314 Error HidlComposer::executeCommands(Display) { in executeCommands() function in android::Hwc2::HidlComposer
949 ret = mClient->executeCommands(commandLength, commandHandles, hidl_callback); in execute()
DAidlComposerHal.cpp356 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/
DOutput.h317 virtual void executeCommands() = 0;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h59 MOCK_METHOD1(executeCommands, Error(Display));