Searched refs:checkType (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraMetadata.cpp | 173 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType() function in android::hardware::camera::common::V1_0::helper::CameraMetadata 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()
|
/hardware/interfaces/camera/common/1.0/default/include/ |
D | CameraMetadata.h | 209 status_t checkType(uint32_t tag, uint8_t expectedType);
|