Home
last modified time | relevance | path

Searched refs:executeCommands_2_2 (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerClient.h156 Return<void> executeCommands_2_2(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands_2_2() function
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h155 Return<void> executeCommands_2_2(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles,
H A DQtiComposerClient.cpp773 Return<void> QtiComposerClient::executeCommands_2_2(uint32_t inLength, in executeCommands_2_2() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/frameworks/base/startop/scripts/trace_analyzer/test_fixtures/
H A Dcommon_systrace294 …03] ...1 14594.264513: tracing_mark_write: B|625|HIDL::IComposerClient::executeCommands_2_2::client
482 …04] ...1 14594.814428: tracing_mark_write: B|625|HIDL::IComposerClient::executeCommands_2_2::client
/aosp12/hardware/interfaces/graphics/composer/2.2/
H A DIComposerClient.hal448 executeCommands_2_2(uint32_t inLength,
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp819 ret = mClient_2_2->executeCommands_2_2(commandLength, commandHandles, hidl_callback); in execute()