Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc59 uint8_t* p_index, bool b_one_byte,
1516 uint8_t* p_index, bool b_one_byte, in rw_t1t_prepare_ndef_bytes() argument
1529 while ((*p_index < T1T_BLOCK_SIZE) && in rw_t1t_prepare_ndef_bytes()
1532 (uint16_t)((block * T1T_BLOCK_SIZE) + *p_index)) == false) { in rw_t1t_prepare_ndef_bytes()
1533 p_data[*p_index] = p_length_field[p_t1t->work_offset]; in rw_t1t_prepare_ndef_bytes()
1537 (*p_index)++; in rw_t1t_prepare_ndef_bytes()
1543 while (*p_index < T1T_BLOCK_SIZE && in rw_t1t_prepare_ndef_bytes()
1546 (uint16_t)((block * T1T_BLOCK_SIZE) + *p_index)) == false) { in rw_t1t_prepare_ndef_bytes()
1547 p_data[*p_index] = in rw_t1t_prepare_ndef_bytes()
1552 (*p_index)++; in rw_t1t_prepare_ndef_bytes()
[all …]
/aosp12/frameworks/base/tools/aapt/
H A DImages.cpp1236 int p_index = imageInfo.haveLayoutBounds ? 2 : 1; in write_png() local
1249 memcpy((char*)unknowns[p_index].name, "npTc", 5); in write_png()
1250 unknowns[p_index].data = (png_byte*)imageInfo.serialize9patch(); in write_png()
1251 unknowns[p_index].size = imageInfo.info9Patch.serializedSize(); in write_png()
1253 checkNinePatchSerialization(&imageInfo.info9Patch, unknowns[p_index].data); in write_png()