Home
last modified time | relevance | path

Searched refs:createClient_2_4 (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposer.h66 Return<void> createClient_2_4(createClient_2_4_cb _hidl_cb) override;
H A DQtiComposer.cpp128 Return<void> QtiComposer::createClient_2_4(createClient_2_4_cb _hidl_cb) { in createClient_2_4() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposer
/aosp12/hardware/interfaces/graphics/composer/2.4/
H A DIComposer.hal31 createClient_2_4() generates (Error error, IComposerClient client);
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposer.h48 Return<void> createClient_2_4(IComposer::createClient_2_4_cb hidl_cb) override { in createClient_2_4() function
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerService.h86 Return<void> createClient_2_4(createClient_2_4_cb hidl_cb) override;
H A DFakeComposerService.cpp167 Return<void> FakeComposerService_2_4::createClient_2_4(createClient_2_4_cb hidl_cb) { in createClient_2_4() function in sftest::FakeComposerService_2_4
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/
H A DComposerVts.cpp33 mComposer->createClient_2_4([&client](const auto& tmpError, const auto& tmpClient) { in createClient()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp128 composer_2_4->createClient_2_4([&](const auto& tmpError, const auto& tmpClient) { in Composer()