Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbcamera/
DMetadata.cpp117 int Metadata::add(uint32_t tag, int count, const void *tag_data) { in add() argument
119 if (!add_camera_metadata_entry(mData, tag, tag_data, count)) { in add()
145 res = add_camera_metadata_entry(tmp, tag, tag_data, count); in add()
148 __func__, tag, tag_data, count, tmp); in add()
DMetadata.h55 int add(uint32_t tag, int count, const void *tag_data);
/hardware/libhardware/modules/camera/3_0/
DMetadata.cpp130 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add() argument
148 if (mData && !add_camera_metadata_entry(mData, tag, tag_data, count)) in add()
167 res = add_camera_metadata_entry(tmp, tag, tag_data, count); in add()
170 __func__, tag, tag_data, count, tmp); in add()
DMetadata.h55 int add(uint32_t tag, int count, const void *tag_data);