Lines Matching refs:OK
93 return OK; in unlock()
125 ALOGE_IF(validate_camera_metadata_structure(mBuffer, /*size*/NULL) != OK, in acquire()
185 return OK; in checkType()
195 if ( (res = checkType(tag, TYPE_INT32)) != OK) { in update()
208 if ( (res = checkType(tag, TYPE_BYTE)) != OK) { in update()
221 if ( (res = checkType(tag, TYPE_FLOAT)) != OK) { in update()
234 if ( (res = checkType(tag, TYPE_INT64)) != OK) { in update()
247 if ( (res = checkType(tag, TYPE_DOUBLE)) != OK) { in update()
260 if ( (res = checkType(tag, TYPE_RATIONAL)) != OK) { in update()
273 if ( (res = checkType(tag, TYPE_BYTE)) != OK) { in update()
297 if (res == OK) { in updateImpl()
303 } else if (res == OK) { in updateImpl()
309 if (res != OK) { in updateImpl()
317 OK, in updateImpl()
340 if (CC_UNLIKELY( res != OK )) { in find()
351 if (CC_UNLIKELY( res != OK )) { in find()
367 return OK; in erase()
368 } else if (res != OK) { in erase()
376 if (res != OK) { in erase()
424 return OK; in resizeIfNeeded()
430 status_t err = OK; in readFromParcel()
441 if ((err = data.readInt32(&blobSizeTmp)) != OK) { in readFromParcel()
452 return OK; in readFromParcel()
469 if ((err = data.readBlob(blobSize, &blob)) != OK) { in readFromParcel()
479 if ((err = data.readInt32(&offsetTmp)) != OK) { in readFromParcel()
520 status_t res = OK; in writeToParcel()
556 if (res != OK) { in writeToParcel()
587 if (res != OK) { in writeToParcel()
599 if (validate_camera_metadata_structure(metadata, /*size*/NULL) != OK) { in writeToParcel()
617 status_t res = OK; in readFromParcel()
642 return OK; in readFromParcel()