Home | History | Annotate | Download | only in camera3

Lines Matching refs:res

47     status_t res;
57 if ((res = getBufferPreconditionCheckLocked()) != OK) {
58 return res;
67 res = mConsumer->acquireBuffer(&bufferItem, /*waitForFence*/false);
69 if (res != OK) {
71 __FUNCTION__, mId, strerror(-res), res);
72 return res;
101 status_t res;
147 res = mConsumer->releaseBuffer(bufferItem, releaseFence);
148 if (res != OK) {
150 " %s (%d)", __FUNCTION__, mId, strerror(-res), res);
151 return res;
168 status_t res;
170 if ((res = Camera3IOStreamBase::disconnectLocked()) != OK) {
171 return res;
199 status_t res;
201 if ((res = Camera3IOStreamBase::configureQueueLocked()) != OK) {
202 return res;
220 res = mConsumer->setDefaultBufferSize(camera3_stream::width,
222 if (res != OK) {
225 return res;
227 res = mConsumer->setDefaultBufferFormat(camera3_stream::format);
228 if (res != OK) {
231 return res;