Searched refs:tmpError (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | Gralloc2.cpp | 109 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) in createDescriptor() 111 error = tmpError; in createDescriptor() 141 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer() 143 error = tmpError; in importBuffer() 191 [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument 192 error = tmpError; in getTransportSize() 225 [&](const auto& tmpError, const auto& tmpData) in lock() 227 error = tmpError; in lock() 261 [&](const auto& tmpError, const auto& tmpLayout) in lock() 263 error = tmpError; in lock() [all …]
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | ComposerHal.cpp | 176 [&](const auto& tmpError, const auto& tmpClient) in Composer() 178 if (tmpError == Error::NONE) { in Composer() 257 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay() 259 error = tmpError; in createVirtualDisplay() 270 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay() argument 272 error = tmpError; in createVirtualDisplay() 302 [&](const auto& tmpError, const auto& tmpLayer) { in createLayer() argument 303 error = tmpError; in createLayer() 324 [&](const auto& tmpError, const auto& tmpConfig) { in getActiveConfig() argument 325 error = tmpError; in getActiveConfig() [all …]
|