Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.h137 bool IsTypeValid(uint32_t tag, int32_t expected_type);
Dhal_camera_metadata.cc207 bool HalCameraMetadata::IsTypeValid(uint32_t tag, int32_t expected_type) { in IsTypeValid() argument
213 if (type != expected_type) { in IsTypeValid()
215 __FUNCTION__, type, tag, expected_type); in IsTypeValid()