Lines Matching refs:tmpError
33 mComposer->createClient_2_4([&client](const auto& tmpError, const auto& tmpClient) { in createClient() argument
34 ASSERT_EQ(Error::NONE, tmpError) << "failed to create client"; in createClient()
49 [&](const auto& tmpError, const auto& tmpCapabilities) { in getDisplayCapabilities() argument
50 error = tmpError; in getDisplayCapabilities()
59 mClient->getDisplayConnectionType(display, [&](const auto& tmpError, const auto& tmpType) { in getDisplayConnectionType() argument
60 error = tmpError; in getDisplayConnectionType()
72 display, config, attribute, [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute_2_4() argument
73 ASSERT_EQ(Error::NONE, tmpError) << "failed to get display attribute"; in getDisplayAttribute_2_4()
86 mClient->getDisplayVsyncPeriod(display, [&](const auto& tmpError, const auto& tmpVsyncPeriod) { in getDisplayVsyncPeriod() argument
87 error = tmpError; in getDisplayVsyncPeriod()
99 [&](const auto& tmpError, const auto& tmpTimeline) { in setActiveConfigWithConstraints() argument
100 error = tmpError; in setActiveConfigWithConstraints()
114 display, [&](const auto& tmpError, const auto& tmpSupportedContentTypes) { in getSupportedContentTypes() argument
115 error = tmpError; in getSupportedContentTypes()
128 mClient->getLayerGenericMetadataKeys([&](const auto tmpError, const auto& tmpKeys) { in getLayerGenericMetadataKeys() argument
129 error = tmpError; in getLayerGenericMetadataKeys()
148 [&](const auto& tmpError, const auto& tmpOutQueueChanged, const auto& tmpOutLength, in execute()
150 ASSERT_EQ(V2_1::Error::NONE, tmpError); in execute()
154 [&](const auto& tmpError, const auto& tmpDescriptor) { in execute() argument
155 ASSERT_EQ(V2_3::Error::NONE, tmpError); in execute()