Home
last modified time | relevance | path

Searched refs:tmpError (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp226 composer_2_4->createClient_2_4([&](const auto& tmpError, const auto& tmpClient) { in HidlComposer() argument
227 if (tmpError == V2_4::Error::NONE) { in HidlComposer()
235 composer_2_3->createClient_2_3([&](const auto& tmpError, const auto& tmpClient) { in HidlComposer() argument
236 if (tmpError == Error::NONE) { in HidlComposer()
243 mComposer->createClient([&](const auto& tmpError, const auto& tmpClient) { in HidlComposer() argument
244 if (tmpError != Error::NONE) { in HidlComposer()
331 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay()
333 error = tmpError; in createVirtualDisplay()
345 [&](const auto& tmpError, const auto& tmpDisplay, in createVirtualDisplay() argument
347 error = tmpError; in createVirtualDisplay()
[all …]
/frameworks/native/libs/ui/
DGralloc3.cpp128 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
129 error = tmpError; in createDescriptor()
144 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
145 error = tmpError; in importBuffer()
184 [&](const auto& tmpError, const auto& tmpNumFds, in getTransportSize()
186 error = tmpError; in getTransportSize()
217 [&](const auto& tmpError, const auto& tmpData, in lock()
219 error = tmpError; in lock()
262 [&](const auto& tmpError, const auto& tmpLayout) { in lock() argument
263 error = tmpError; in lock()
[all …]
DGralloc2.cpp137 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) in createDescriptor()
139 error = tmpError; in createDescriptor()
168 [&](const auto& tmpError, const auto& tmpBuffer) in importBuffer()
170 error = tmpError; in importBuffer()
223 [&](const auto& tmpError, const auto& tmpNumFds, const auto& tmpNumInts) { in getTransportSize() argument
224 error = tmpError; in getTransportSize()
262 [&](const auto& tmpError, const auto& tmpData) in lock()
264 error = tmpError; in lock()
303 [&](const auto& tmpError, const auto& tmpLayout) in lock()
305 error = tmpError; in lock()
[all …]
DGralloc4.cpp188 auto hidl_cb = [&](const auto& tmpError, const auto& tmpDescriptor) { in createDescriptor() argument
189 error = tmpError; in createDescriptor()
204 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
205 error = tmpError; in importBuffer()
247 [&](const auto& tmpError, const auto& tmpNumFds, in getTransportSize()
249 error = tmpError; in getTransportSize()
283 [&](const auto& tmpError, const auto& tmpData) { in lock() argument
284 error = tmpError; in lock()
409 auto ret = mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock() argument
410 error = tmpError; in unlock()
[all …]