Searched refs:cstring (Results 1 – 1 of 1) sorted by relevance
356 status_t GetEnumValue(uint32_t tag_id, const char* cstring, T* result /*out*/) { in GetEnumValue() argument357 if ((result == nullptr) || (cstring == nullptr)) { in GetEnumValue()363 camera_metadata_enum_value(tag_id, cstring, strlen(cstring), &enum_value); in GetEnumValue()366 cstring); in GetEnumValue()