Home
last modified time | relevance | path

Searched refs:checkType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp173 status_t CameraMetadata::checkType(uint32_t tag, uint8_t expectedType) { in checkType() function in android::hardware::camera::common::V1_0::helper::CameraMetadata
197 if ( (res = checkType(tag, TYPE_INT32)) != OK) { in update()
210 if ( (res = checkType(tag, TYPE_BYTE)) != OK) { in update()
223 if ( (res = checkType(tag, TYPE_FLOAT)) != OK) { in update()
236 if ( (res = checkType(tag, TYPE_INT64)) != OK) { in update()
249 if ( (res = checkType(tag, TYPE_DOUBLE)) != OK) { in update()
262 if ( (res = checkType(tag, TYPE_RATIONAL)) != OK) { in update()
275 if ( (res = checkType(tag, TYPE_BYTE)) != OK) { in update()
288 if ( (res = checkType(entry.tag, entry.type)) != OK) { in update()
/hardware/interfaces/camera/common/1.0/default/include/
DCameraMetadata.h209 status_t checkType(uint32_t tag, uint8_t expectedType);