Lines Matching refs:OK
95 return OK; in unlock()
127 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK, in acquire()
186 return OK; in checkType()
196 if ( (res = checkType(tag, TYPE_INT32)) != OK) { in update()
209 if ( (res = checkType(tag, TYPE_BYTE)) != OK) { in update()
222 if ( (res = checkType(tag, TYPE_FLOAT)) != OK) { in update()
235 if ( (res = checkType(tag, TYPE_INT64)) != OK) { in update()
248 if ( (res = checkType(tag, TYPE_DOUBLE)) != OK) { in update()
261 if ( (res = checkType(tag, TYPE_RATIONAL)) != OK) { in update()
274 if ( (res = checkType(tag, TYPE_BYTE)) != OK) { in update()
287 if ( (res = checkType(entry.tag, entry.type)) != OK) { in update()
321 if (res == OK) { in updateImpl()
327 } else if (res == OK) { in updateImpl()
333 if (res != OK) { in updateImpl()
341 OK, in updateImpl()
364 if (CC_UNLIKELY( res != OK )) { in find()
375 if (CC_UNLIKELY( res != OK )) { in find()
391 return OK; in erase()
392 } else if (res != OK) { in erase()
399 if (res != OK) { in erase()
446 return OK; in resizeIfNeeded()
547 status_t res = OK; in getTagFromName()
548 if ((res = vTags->lookupTag(tagName, sectionName, &candidateTag)) != OK) { in getTagFromName()
554 return OK; in getTagFromName()