Lines Matching defs:err
170 status_t err = allocator.allocate(inWidth, inHeight, inFormat, inLayerCount,
173 if (err == NO_ERROR) {
184 return err;
205 status_t err = mBufferMapper.importBuffer(handle, width, height,
207 if (err != NO_ERROR) {
210 return err;
465 status_t err = mBufferMapper.importBuffer(handle, uint32_t(width), uint32_t(height),
467 if (err != NO_ERROR) {
472 ALOGE("unflatten: registerBuffer failed: %s (%d)", strerror(-err), err);
473 return err;