Lines Matching refs:tmpError

33     mComposer->createClient_2_3([&client](const auto& tmpError, const auto& tmpClient) {  in createClient()  argument
34 ASSERT_EQ(Error::NONE, tmpError) << "failed to create client"; in createClient()
49 display, [&](const auto& tmpError, const auto& tmpPort, const auto& tmpData) { in getDisplayIdentificationData() argument
50 if (tmpError == Error::UNSUPPORTED) { in getDisplayIdentificationData()
54 ASSERT_EQ(Error::NONE, tmpError) << "failed to get display identification data"; in getDisplayIdentificationData()
66 mClient->getColorModes_2_3(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes_2_3() argument
67 ASSERT_EQ(Error::NONE, tmpError) << "failed to get color modes"; in getColorModes_2_3()
80 mClient->getRenderIntents_2_3(display, mode, [&](const auto& tmpError, const auto& tmpIntents) { in getRenderIntents_2_3() argument
81 ASSERT_EQ(Error::NONE, tmpError) << "failed to get render intents"; in getRenderIntents_2_3()
91 [&](const auto& tmpError, const auto& tmpOutPixelFormat, const auto& tmpOutDataspace) { in getReadbackBufferAttributes_2_3() argument
92 ASSERT_EQ(Error::NONE, tmpError) << "failed to get readback buffer attributes"; in getReadbackBufferAttributes_2_3()
107 mClient->getPerFrameMetadataKeys_2_3(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys_2_3() argument
108 ASSERT_EQ(Error::NONE, tmpError) << "failed to get perFrameMetadataKeys"; in getPerFrameMetadataKeys_2_3()
119 display, [&](const auto& tmpError, const auto& tmpTypes, const auto& tmpMaxLuminance, in getHdrCapabilities_2_3()
121 ASSERT_EQ(Error::NONE, tmpError) << "failed to get HDR capabilities"; in getHdrCapabilities_2_3()
136 display, [&](const auto& tmpError, const auto& tmpFormat, const auto& tmpDataspace, in getDisplayedContentSamplingAttributes() argument
138 error = tmpError; in getDisplayedContentSamplingAttributes()
161 [&](const auto& tmpError, const auto& tmpFrameCount, const auto& tmpSamples0, in getDisplayedContentSample()
163 error = tmpError; in getDisplayedContentSample()
178 [&](const auto& tmpError, const auto& tmpCapabilities) { in getDisplayCapabilities() argument
179 error = tmpError; in getDisplayCapabilities()