Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java154 executeCommands(); in readGraphString()
484 private void executeCommands() throws GraphIOException { in executeCommands() method in TextGraphReader
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DComposerVts.cpp72 mClient->executeCommands(commandLength, commandHandles, in execute()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockComposer.h55 MOCK_METHOD0(executeCommands, Error());
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h95 virtual Error executeCommands() = 0;
341 Error executeCommands() override;
H A DComposerHal.cpp204 Error Composer::executeCommands() { in executeCommands() function in android::Hwc2::impl::Composer
821 ret = mClient->executeCommands(commandLength, commandHandles, hidl_callback); in execute()
H A DHWComposer.cpp572 auto error = static_cast<hal::Error>(mComposer->executeCommands()); in presentAndGetReleaseFences()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h308 Return<void> executeCommands(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands() function
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp291 mClient->executeCommands(commandLength, commandHandles, in execute()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h127 Return<void> executeCommands(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles,
H A DQtiComposerClient.cpp563 Return<void> QtiComposerClient::executeCommands(uint32_t inLength, in executeCommands() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal585 * This function must only be called inside executeCommands closure.
616 executeCommands(uint32_t inLength,