Lines Matching refs:tmpError

174         composer_2_3->createClient_2_3([&](const auto& tmpError, const auto& tmpClient) {  in Composer()  argument
175 if (tmpError == Error::NONE) { in Composer()
182 mComposer->createClient([&](const auto& tmpError, const auto& tmpClient) { in Composer() argument
183 if (tmpError != Error::NONE) { in Composer()
265 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay()
267 error = tmpError; in createVirtualDisplay()
279 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay() argument
281 error = tmpError; in createVirtualDisplay()
311 [&](const auto& tmpError, const auto& tmpLayer) { in createLayer() argument
312 error = tmpError; in createLayer()
333 [&](const auto& tmpError, const auto& tmpConfig) { in getActiveConfig() argument
334 error = tmpError; in getActiveConfig()
359 mClient_2_3->getColorModes_2_3(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
360 error = tmpError; in getColorModes()
368 mClient_2_2->getColorModes_2_2(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
369 error = tmpError; in getColorModes()
380 [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
381 error = tmpError; in getColorModes()
399 [&](const auto& tmpError, const auto& tmpValue) { in getDisplayAttribute() argument
400 error = tmpError; in getDisplayAttribute()
416 [&](const auto& tmpError, const auto& tmpConfigs) { in getDisplayConfigs() argument
417 error = tmpError; in getDisplayConfigs()
432 [&](const auto& tmpError, const auto& tmpName) { in getDisplayName() argument
433 error = tmpError; in getDisplayName()
458 [&](const auto& tmpError, const auto& tmpType) { in getDisplayType() argument
459 error = tmpError; in getDisplayType()
474 [&](const auto& tmpError, const auto& tmpSupport) { in getDozeSupport() argument
475 error = tmpError; in getDozeSupport()
493 [&](const auto& tmpError, const auto& tmpTypes, in getHdrCapabilities()
497 error = tmpError; in getHdrCapabilities()
509 [&](const auto& tmpError, const auto& tmpTypes, in getHdrCapabilities() argument
513 error = tmpError; in getHdrCapabilities()
863 auto hidl_callback = [&](const auto& tmpError, const auto& tmpOutChanged, in execute()
866 error = tmpError; in execute()
872 [&](const auto& tmpError, in execute() argument
875 error = tmpError; in execute()
954 [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
955 error = tmpError; in getPerFrameMetadataKeys()
959 tmpError); in getPerFrameMetadataKeys()
966 ->getPerFrameMetadataKeys(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
967 error = tmpError; in getPerFrameMetadataKeys()
969 ALOGW("getPerFrameMetadataKeys failed with %d", tmpError); in getPerFrameMetadataKeys()
992 auto getRenderIntentsLambda = [&](const auto& tmpError, const auto& tmpKeys) { in getRenderIntents() argument
993 error = tmpError; in getRenderIntents()
1020 [&](const auto& tmpError, const auto& tmpMatrix) { in getDataspaceSaturationMatrix() argument
1021 error = tmpError; in getDataspaceSaturationMatrix()
1041 [&](const auto& tmpError, const auto& tmpPort, in getDisplayIdentificationData()
1043 error = tmpError; in getDisplayIdentificationData()
1078 [&](const auto tmpError, in getDisplayedContentSamplingAttributes()
1082 error = tmpError; in getDisplayedContentSamplingAttributes()
1101 [&](const auto& tmpError, const auto& tmpCapabilities) { in getDisplayCapabilities() argument
1102 error = tmpError; in getDisplayCapabilities()
1133 [&](const auto tmpError, auto tmpNumFrames, in getDisplayedContentSample()
1136 error = tmpError; in getDisplayedContentSample()