Lines Matching refs:maperr
82 static c2_status_t maperr2error(Error maperr) { in maperr2error() argument
83 switch (maperr) { in maperr2error()
369 mHidlHandle, [&err, this](const auto &maperr, const auto &buffer) { in map() argument
370 err = maperr2error(maperr); in map()
411 [&err, &ycbcrLayout](const auto &maperr, const auto &mapLayout) { in map() argument
412 err = maperr2error(maperr); in map()
491 [&err, &pointer](const auto &maperr, const auto &mapPointer) { in map() argument
492 err = maperr2error(maperr); in map()
568 [&err, &fence](const auto &maperr, const auto &releaseFence) { in unmap() argument
572 err = maperr2error(maperr); in unmap()
665 info.mapperInfo, [&err, &desc](const auto &maperr, const auto &descriptor) { in newGraphicAllocation() argument
666 err = maperr2error(maperr); in newGraphicAllocation()
680 [&err, &buffer, &info](const auto &maperr, const auto &stride, auto &buffers) { in newGraphicAllocation() argument
681 err = maperr2error(maperr); in newGraphicAllocation()