Searched refs:tmpClient (Results 1 – 4 of 4) sorted by relevance
34 getRaw()->createClient([&](const auto& tmpError, const auto& tmpClient) { in createClient() argument36 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()
33 mComposer->createClient_2_4([&client](const auto& tmpError, const auto& tmpClient) { in createClient() argument35 client = std::make_unique<ComposerClient>(tmpClient); in createClient()
33 mComposer->createClient_2_3([&client](const auto& tmpError, const auto& tmpClient) { in createClient() argument35 client = std::make_unique<ComposerClient>(tmpClient); in createClient()
61 mComposer->createClient([&](const auto& tmpError, const auto& tmpClient) { in createClient() argument63 client = std::make_unique<ComposerClient>(tmpClient); in createClient()