Home
last modified time | relevance | path

Searched refs:IsTypeValid (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/camera/common/hal/utils/
H A Dhal_camera_metadata.cc207 bool HalCameraMetadata::IsTypeValid(uint32_t tag, int32_t expected_type) { in IsTypeValid() function in android::google_camera_hal::HalCameraMetadata
229 if (IsTypeValid(tag, TYPE_BYTE) == false) { in Set()
243 if (IsTypeValid(tag, TYPE_INT32) == false) { in Set()
257 if (IsTypeValid(tag, TYPE_FLOAT) == false) { in Set()
271 if (IsTypeValid(tag, TYPE_INT64) == false) { in Set()
285 if (IsTypeValid(tag, TYPE_DOUBLE) == false) { in Set()
300 if (IsTypeValid(tag, TYPE_RATIONAL) == false) { in Set()
313 if (IsTypeValid(tag, TYPE_BYTE) == false) { in Set()
H A Dhal_camera_metadata.h137 bool IsTypeValid(uint32_t tag, int32_t expected_type);
/aosp12/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp33 bool IsTypeValid(const std::vector<std::string>& type_strings) { in IsTypeValid() function
95 if (!type_strings.empty() && !IsTypeValid(type_strings)) { in ParsePropertyInfoLine()