Searched refs:expected_type (Results 1 – 2 of 2) sorted by relevance
137 bool IsTypeValid(uint32_t tag, int32_t expected_type);
207 bool HalCameraMetadata::IsTypeValid(uint32_t tag, int32_t expected_type) { in IsTypeValid() argument213 if (type != expected_type) { in IsTypeValid()215 __FUNCTION__, type, tag, expected_type); in IsTypeValid()