Searched refs:tag_data (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/libhardware/modules/usbcamera/ |
H A D | Metadata.cpp | 120 int Metadata::add(uint32_t tag, int count, const void *tag_data) { in add() argument 122 if (!add_camera_metadata_entry(mData, tag, tag_data, count)) { in add() 148 res = add_camera_metadata_entry(tmp, tag, tag_data, count); in add() 151 __func__, tag, tag_data, count, tmp); in add()
|
H A D | Metadata.h | 55 int add(uint32_t tag, int count, const void *tag_data);
|
/aosp12/hardware/libhardware/modules/camera/3_0/ |
H A D | Metadata.cpp | 132 int Metadata::add(uint32_t tag, int count, const void *tag_data) in add() argument 150 if (mData && !add_camera_metadata_entry(mData, tag, tag_data, count)) in add() 169 res = add_camera_metadata_entry(tmp, tag, tag_data, count); in add() 172 __func__, tag, tag_data, count, tmp); in add()
|
H A D | Metadata.h | 55 int add(uint32_t tag, int count, const void *tag_data);
|
/aosp12/system/media/camera/fuzz/ |
H A D | libcamera_metadata_fuzzer.cpp | 57 const void* tag_data = data + i; in LLVMFuzzerTestOneInput() local 59 add_camera_metadata_entry(m, tag, tag_data, data_count); in LLVMFuzzerTestOneInput() 68 add_camera_metadata_entry(m, tag, tag_data, data_count); in LLVMFuzzerTestOneInput()
|
/aosp12/system/nfc/src/nfc/tags/ |
H A D | rw_t2t_ndef.cc | 418 memcpy(p_t2t->tag_data, p_data, T2T_READ_DATA_LEN); in rw_t2t_handle_tlv_detect_rsp() 1866 memcpy(p_t2t->tag_data, p_data, T2T_READ_DATA_LEN); in rw_t2t_handle_format_tag_rsp() 1887 version_no = (uint16_t)p_t2t->tag_data[0] << 8 | p_t2t->tag_data[1]; in rw_t2t_handle_format_tag_rsp() 1899 ((uint16_t)p_t2t->tag_data[2] << 8 | p_t2t->tag_data[3]) * in rw_t2t_handle_format_tag_rsp() 1900 ((uint16_t)p_t2t->tag_data[4] << 8 | p_t2t->tag_data[5]) + in rw_t2t_handle_format_tag_rsp() 1902 locked_area = ((uint16_t)p_t2t->tag_data[2] << 8 | p_t2t->tag_data[3]) * in rw_t2t_handle_format_tag_rsp() 1903 ((uint16_t)p_t2t->tag_data[6]); in rw_t2t_handle_format_tag_rsp() 1905 status = rw_t2t_set_lock_tlv(addr, p_t2t->tag_data[7], locked_area); in rw_t2t_handle_format_tag_rsp() 2672 memset(p_t2t->tag_data, 0, T2T_READ_DATA_LEN); in rw_t2t_format_tag() 2982 rw_t2t_handle_ndef_read_rsp(p_t2t->tag_data); in RW_T2tReadNDef() [all …]
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | if_pppox.h | 85 char tag_data[0]; member
|
/aosp12/system/nfc/src/nfc/include/ |
H A D | rw_int.h | 395 uint8_t tag_data[T2T_READ_DATA_LEN]; /* T2T Block 4 - 7 data */ member
|