Searched refs:p_type (Results 1 - 11 of 11) sorted by relevance

/system/nfc/src/nfc/include/
H A Dndef_utils.h157 uint8_t* p_type, uint8_t tlen);
170 uint8_t* p_type, uint8_t tlen);
264 uint8_t* p_type, uint8_t type_len,
/system/nfc/src/nfa/dm/
H A Dnfa_dm_ndef.cc367 uint8_t *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; local
438 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len);
447 p_handler = nfa_dm_ndef_find_next_handler(NULL, tnf, p_type, type_len,
464 p_handler, tnf, p_type, type_len, p_payload, payload_len);
530 p_handler, tnf, p_type, type_len, p_payload, payload_len);
/system/core/libunwindstack/tests/
H A DMapInfoGetLoadBiasTest.cpp141 phdr.p_type = PT_NULL;
143 phdr.p_type = PT_LOAD;
H A DElfInterfaceTest.cpp144 phdr.p_type = PT_LOAD;
184 phdr.p_type = PT_LOAD;
192 phdr.p_type = PT_LOAD;
201 phdr.p_type = PT_LOAD;
253 phdr.p_type = PT_LOAD;
261 phdr.p_type = PT_LOAD;
270 phdr.p_type = PT_LOAD;
324 phdr.p_type = PT_LOAD;
332 phdr.p_type = PT_LOAD;
341 phdr.p_type
[all...]
H A DElfTest.cpp64 phdr.p_type = PT_LOAD;
73 phdr.p_type = PT_ARM_EXIDX;
99 phdr.p_type = PT_LOAD;
/system/nfc/src/nfc/ndef/
H A Dndef_utils.cc449 uint8_t* NDEF_MsgGetFirstRecByType(uint8_t* p_msg, uint8_t tnf, uint8_t* p_type, argument
479 (!memcmp(p_rec, p_type, tlen)))
504 uint8_t* p_type, uint8_t tlen) {
537 (!memcmp(p_rec, p_type, tlen)))
811 uint8_t* p_type, uint8_t type_len,
864 if (p_type) memcpy(p_rec, p_type, type_len);
1315 uint8_t *p_type, *p_id, *p_pay; local
1334 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len);
1348 status = NDEF_MsgAddRec(p_dest, max_out_len, &out_len, tnf, p_type,
503 NDEF_MsgGetNextRecByType(uint8_t* p_cur_rec, uint8_t tnf, uint8_t* p_type, uint8_t tlen) argument
809 NDEF_MsgAddRec(uint8_t* p_msg, uint32_t max_size, uint32_t* p_cur_size, uint8_t tnf, uint8_t* p_type, uint8_t type_len, uint8_t* p_id, uint8_t id_len, uint8_t* p_payload, uint32_t payload_len) argument
[all...]
/system/core/libunwindstack/
H A DElfInterface.cpp195 if (phdr.p_type == PT_LOAD && phdr.p_offset == 0) {
207 if (!memory_->ReadField(offset, &phdr, &phdr.p_type, sizeof(phdr.p_type))) {
210 offset + reinterpret_cast<uintptr_t>(&phdr.p_type) - reinterpret_cast<uintptr_t>(&phdr);
214 if (HandleType(offset, phdr.p_type, *load_bias)) {
218 switch (phdr.p_type) {
/system/core/debuggerd/libdebuggerd/
H A Delf_utils.cpp54 if (phdr.p_type == PT_NOTE) {
/system/bt/bta/hh/
H A Dbta_hh_api.cc202 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { argument
203 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (uint8_t)p_type, 0,
/system/bt/bta/dm/
H A Dbta_dm_act.cc3240 uint8_t* p_type; local
3343 p_type = p++;
3374 UINT8_TO_STREAM(p_type, data_type);
3383 p_type = p++;
3405 UINT8_TO_STREAM(p_type, data_type);
3412 p_type = p++;
3434 UINT8_TO_STREAM(p_type, data_type);
/system/extras/simpleperf/
H A Dread_elf.cpp461 if ((it->p_type == llvm::ELF::PT_LOAD) && (it->p_flags & llvm::ELF::PF_X)) {

Completed in 8390 milliseconds