Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/
DMetadata.cpp130 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add() argument
140 if (!add_camera_metadata_entry(mData, tag, tag_data, count)) in add()
158 res = add_camera_metadata_entry(tmp, tag, tag_data, count); in add()
161 __func__, tag, tag_data, count, tmp); in add()
DMetadata.h55 int add(uint32_t tag, int count, const void *tag_data);