Searched refs:checkType (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/camera/common/default/ |
D | CameraMetadata.cpp | 162 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType() function in android::hardware::camera::common::helper::CameraMetadata 184 if ((res = checkType(tag, TYPE_INT32)) != OK) { in update() 196 if ((res = checkType(tag, TYPE_BYTE)) != OK) { in update() 208 if ((res = checkType(tag, TYPE_FLOAT)) != OK) { in update() 220 if ((res = checkType(tag, TYPE_INT64)) != OK) { in update() 232 if ((res = checkType(tag, TYPE_DOUBLE)) != OK) { in update() 245 if ((res = checkType(tag, TYPE_RATIONAL)) != OK) { in update() 257 if ((res = checkType(tag, TYPE_BYTE)) != OK) { in update() 270 if ((res = checkType(entry.tag, entry.type)) != OK) { in update()
|
/hardware/interfaces/camera/common/default/include/ |
D | CameraMetadata.h | 200 status_t checkType(uint32_t tag, uint8_t expectedType);
|