Lines Matching refs:tmpError
175 composer_2_3->createClient_2_3([&](const auto& tmpError, const auto& tmpClient) { in Composer() argument
176 if (tmpError == Error::NONE) { in Composer()
183 mComposer->createClient([&](const auto& tmpError, const auto& tmpClient) { in Composer() argument
184 if (tmpError != Error::NONE) { in Composer()
267 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay()
269 error = tmpError; in createVirtualDisplay()
281 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay() argument
283 error = tmpError; in createVirtualDisplay()
313 [&](const auto& tmpError, const auto& tmpLayer) { in createLayer() argument
314 error = tmpError; in createLayer()
335 [&](const auto& tmpError, const auto& tmpConfig) { in getActiveConfig() argument
336 error = tmpError; in getActiveConfig()
361 mClient_2_3->getColorModes_2_3(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
362 error = tmpError; in getColorModes()
370 mClient_2_2->getColorModes_2_2(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
371 error = tmpError; in getColorModes()
382 [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
383 error = tmpError; in getColorModes()
401 [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute() argument
402 error = tmpError; in getDisplayAttribute()
418 [&](const auto& tmpError, const auto& tmpConfigs) { in getDisplayConfigs() argument
419 error = tmpError; in getDisplayConfigs()
434 [&](const auto& tmpError, const auto& tmpName) { in getDisplayName() argument
435 error = tmpError; in getDisplayName()
460 [&](const auto& tmpError, const auto& tmpType) { in getDisplayType() argument
461 error = tmpError; in getDisplayType()
476 [&](const auto& tmpError, const auto& tmpSupport) { in getDozeSupport() argument
477 error = tmpError; in getDozeSupport()
495 [&](const auto& tmpError, const auto& tmpTypes, in getHdrCapabilities()
499 error = tmpError; in getHdrCapabilities()
511 [&](const auto& tmpError, const auto& tmpTypes, in getHdrCapabilities() argument
515 error = tmpError; in getHdrCapabilities()
865 auto hidl_callback = [&](const auto& tmpError, const auto& tmpOutChanged, in execute()
868 error = tmpError; in execute()
874 [&](const auto& tmpError, in execute() argument
877 error = tmpError; in execute()
956 [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
957 error = tmpError; in getPerFrameMetadataKeys()
961 tmpError); in getPerFrameMetadataKeys()
968 ->getPerFrameMetadataKeys(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
969 error = tmpError; in getPerFrameMetadataKeys()
971 ALOGW("getPerFrameMetadataKeys failed with %d", tmpError); in getPerFrameMetadataKeys()
994 auto getRenderIntentsLambda = [&](const auto& tmpError, const auto& tmpKeys) { in getRenderIntents() argument
995 error = tmpError; in getRenderIntents()
1022 [&](const auto& tmpError, const auto& tmpMatrix) { in getDataspaceSaturationMatrix() argument
1023 error = tmpError; in getDataspaceSaturationMatrix()
1043 [&](const auto& tmpError, const auto& tmpPort, in getDisplayIdentificationData()
1045 error = tmpError; in getDisplayIdentificationData()
1080 [&](const auto tmpError, in getDisplayedContentSamplingAttributes()
1084 error = tmpError; in getDisplayedContentSamplingAttributes()
1103 [&](const auto& tmpError, const auto& tmpCapabilities) { in getDisplayCapabilities() argument
1104 error = tmpError; in getDisplayCapabilities()
1135 [&](const auto tmpError, auto tmpNumFrames, in getDisplayedContentSample()
1138 error = tmpError; in getDisplayedContentSample()