Home
last modified time | relevance | path

Searched refs:createClient_2_3 (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerService.h69 Return<void> createClient_2_3(createClient_2_3_cb hidl_cb) override;
85 Return<void> createClient_2_3(createClient_2_3_cb hidl_cb) override;
H A DFakeComposerService.cpp120 Return<void> FakeComposerService_2_3::createClient_2_3(createClient_2_3_cb hidl_cb) { in createClient_2_3() function in sftest::FakeComposerService_2_3
158 Return<void> FakeComposerService_2_4::createClient_2_3(createClient_2_3_cb hidl_cb) { in createClient_2_3() function in sftest::FakeComposerService_2_4
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposer.h63 Return<void> createClient_2_3(createClient_2_3_cb _hidl_cb) override;
H A DQtiComposer.cpp116 Return<void> QtiComposer::createClient_2_3(createClient_2_3_cb _hidl_cb) { in createClient_2_3() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposer
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposer.h48 Return<void> createClient_2_3(IComposer::createClient_2_3_cb hidl_cb) override { in createClient_2_3() function
/aosp12/hardware/interfaces/graphics/composer/2.3/
H A DIComposer.hal35 createClient_2_3() generates (Error error, IComposerClient client);
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/
H A DComposerVts.cpp33 mComposer->createClient_2_3([&client](const auto& tmpError, const auto& tmpClient) { in createClient()
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h361 Return<void> createClient_2_3(
H A Dvr_hwc.cpp881 Return<void> VrHwc::createClient_2_3(IComposer::createClient_2_3_cb hidl_cb) { in createClient_2_3() function in android::dvr::VrHwc
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp137 composer_2_3->createClient_2_3([&](const auto& tmpError, const auto& tmpClient) { in Composer()