Home
last modified time | relevance | path

Searched refs:tmpClient (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp34 getRaw()->createClient([&](const auto& tmpError, const auto& tmpClient) { in createClient() argument
36 ALOGV("tmpClient is a %s", getDescriptor(&(*tmpClient)).c_str()); in createClient()
38 &(*tmpClient), "[email protected]::IComposerClient", false)) in createClient()
40 client = std::make_unique<ComposerClient>(IComposerClient::castFrom(tmpClient, true)); in createClient()
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DComposerVts.cpp33 mComposer->createClient_2_4([&client](const auto& tmpError, const auto& tmpClient) { in createClient() argument
35 client = std::make_unique<ComposerClient>(tmpClient); in createClient()
/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp33 mComposer->createClient_2_3([&client](const auto& tmpError, const auto& tmpClient) { in createClient() argument
35 client = std::make_unique<ComposerClient>(tmpClient); in createClient()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp61 mComposer->createClient([&](const auto& tmpError, const auto& tmpClient) { in createClient() argument
63 client = std::make_unique<ComposerClient>(tmpClient); in createClient()