Lines Matching refs:tmpError

128         composer_2_4->createClient_2_4([&](const auto& tmpError, const auto& tmpClient) {  in Composer()  argument
129 if (tmpError == V2_4::Error::NONE) { in Composer()
137 composer_2_3->createClient_2_3([&](const auto& tmpError, const auto& tmpClient) { in Composer() argument
138 if (tmpError == Error::NONE) { in Composer()
145 mComposer->createClient([&](const auto& tmpError, const auto& tmpClient) { in Composer() argument
146 if (tmpError != Error::NONE) { in Composer()
222 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay()
224 error = tmpError; in createVirtualDisplay()
236 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay() argument
238 error = tmpError; in createVirtualDisplay()
268 [&](const auto& tmpError, const auto& tmpLayer) { in createLayer() argument
269 error = tmpError; in createLayer()
290 [&](const auto& tmpError, const auto& tmpConfig) { in getActiveConfig() argument
291 error = tmpError; in getActiveConfig()
316 mClient_2_3->getColorModes_2_3(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
317 error = tmpError; in getColorModes()
325 mClient_2_2->getColorModes_2_2(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
326 error = tmpError; in getColorModes()
337 [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
338 error = tmpError; in getColorModes()
357 [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute() argument
358 error = static_cast<Error>(tmpError); in getDisplayAttribute()
368 [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute() argument
369 error = tmpError; in getDisplayAttribute()
386 [&](const auto& tmpError, const auto& tmpConfigs) { in getDisplayConfigs() argument
387 error = tmpError; in getDisplayConfigs()
402 [&](const auto& tmpError, const auto& tmpName) { in getDisplayName() argument
403 error = tmpError; in getDisplayName()
427 [&](const auto& tmpError, const auto& tmpSupport) { in getDozeSupport() argument
428 error = tmpError; in getDozeSupport()
446 [&](const auto& tmpError, const auto& tmpTypes, in getHdrCapabilities()
450 error = tmpError; in getHdrCapabilities()
462 [&](const auto& tmpError, const auto& tmpTypes, in getHdrCapabilities() argument
466 error = tmpError; in getHdrCapabilities()
786 auto hidl_callback = [&](const auto& tmpError, const auto& tmpOutChanged, in execute()
789 error = tmpError; in execute()
795 [&](const auto& tmpError, in execute() argument
798 error = tmpError; in execute()
877 [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
878 error = tmpError; in getPerFrameMetadataKeys()
882 tmpError); in getPerFrameMetadataKeys()
889 ->getPerFrameMetadataKeys(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
890 error = tmpError; in getPerFrameMetadataKeys()
892 ALOGW("getPerFrameMetadataKeys failed with %d", tmpError); in getPerFrameMetadataKeys()
915 auto getRenderIntentsLambda = [&](const auto& tmpError, const auto& tmpKeys) { in getRenderIntents() argument
916 error = tmpError; in getRenderIntents()
943 [&](const auto& tmpError, const auto& tmpMatrix) { in getDataspaceSaturationMatrix() argument
944 error = tmpError; in getDataspaceSaturationMatrix()
964 [&](const auto& tmpError, const auto& tmpPort, in getDisplayIdentificationData()
966 error = tmpError; in getDisplayIdentificationData()
1001 [&](const auto tmpError, in getDisplayedContentSamplingAttributes()
1005 error = tmpError; in getDisplayedContentSamplingAttributes()
1039 [&](const auto tmpError, auto tmpNumFrames, in getDisplayedContentSample()
1042 error = tmpError; in getDisplayedContentSample()
1085 [&](const auto& tmpError, const auto& tmpCaps) { in getDisplayCapabilities() argument
1086 error = tmpError; in getDisplayCapabilities()
1094 ->getDisplayCapabilities(display, [&](const auto& tmpError, const auto& tmpCaps) { in getDisplayCapabilities() argument
1095 error = static_cast<V2_4::Error>(tmpError); in getDisplayCapabilities()
1117 mClient_2_4->getDisplayConnectionType(display, [&](const auto& tmpError, const auto& tmpType) { in getDisplayConnectionType() argument
1118 error = tmpError; in getDisplayConnectionType()
1137 [&](const auto& tmpError, const auto& tmpVsyncPeriod) { in getDisplayVsyncPeriod() argument
1138 error = tmpError; in getDisplayVsyncPeriod()
1160 [&](const auto& tmpError, const auto& tmpTimeline) { in setActiveConfigWithConstraints() argument
1161 error = tmpError; in setActiveConfigWithConstraints()
1190 [&](const auto& tmpError, in getSupportedContentTypes()
1192 error = tmpError; in getSupportedContentTypes()
1230 mClient_2_4->getLayerGenericMetadataKeys([&](const auto& tmpError, const auto& tmpKeys) { in getLayerGenericMetadataKeys() argument
1231 error = tmpError; in getLayerGenericMetadataKeys()