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

/system/nfc/src/nfc/include/
H A Dndef_utils.h170 uint8_t* p_type, uint8_t tlen);
183 uint8_t* p_type, uint8_t tlen);
277 uint8_t* p_type, uint8_t type_len,
294 uint8_t tnf, uint8_t* p_type,
/system/core/libunwindstack/tests/
H A DElfInterfaceTest.cpp130 phdr.p_type = PT_LOAD;
168 phdr.p_type = PT_LOAD;
176 phdr.p_type = PT_LOAD;
185 phdr.p_type = PT_LOAD;
235 phdr.p_type = PT_LOAD;
243 phdr.p_type = PT_LOAD;
252 phdr.p_type = PT_LOAD;
304 phdr.p_type = PT_LOAD;
312 phdr.p_type = PT_LOAD;
321 phdr.p_type
[all...]
H A DElfTest.cpp61 phdr.p_type = PT_LOAD;
70 phdr.p_type = PT_ARM_EXIDX;
96 phdr.p_type = PT_LOAD;
/system/nfc/src/nfa/dm/
H A Dnfa_dm_ndef.c358 uint8_t *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; local
427 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len);
436 p_handler = nfa_dm_ndef_find_next_handler(NULL, tnf, p_type, type_len,
452 p_handler, tnf, p_type, type_len, p_payload, payload_len);
517 p_handler, tnf, p_type, type_len, p_payload, payload_len);
/system/nfc/src/nfc/ndef/
H A Dndef_utils.c449 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);
897 uint8_t tnf, uint8_t* p_type,
915 return NDEF_MsgAddRec(p_msg, max_size, p_cur_size, tnf, p_type, type_len,
952 if (p_type) memcp
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
895 NDEF_MsgInsertRec(uint8_t* p_msg, uint32_t max_size, uint32_t* p_cur_size, int32_t index, 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
1452 uint8_t *p_type, *p_id, *p_pay; local
[all...]
/system/core/debuggerd/libdebuggerd/
H A Delf_utils.cpp54 if (phdr.p_type == PT_NOTE) {
/system/core/libunwindstack/
H A DElfInterface.cpp144 if (!memory_->ReadField(offset, &phdr, &phdr.p_type, sizeof(phdr.p_type))) {
148 if (HandleType(offset, phdr.p_type)) {
152 switch (phdr.p_type) {
/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.cc3431 uint8_t* p_type; local
3533 p_type = p++;
3564 UINT8_TO_STREAM(p_type, data_type);
3573 p_type = p++;
3594 UINT8_TO_STREAM(p_type, data_type);
3601 p_type = p++;
3623 UINT8_TO_STREAM(p_type, data_type);
/system/extras/simpleperf/
H A Dread_elf.cpp435 if ((it->p_type == llvm::ELF::PT_LOAD) && (it->p_flags & llvm::ELF::PF_X)) {
/system/core/libbacktrace/
H A DBacktraceOffline.cpp738 if ((it->p_type == llvm::ELF::PT_LOAD) && (it->p_flags & llvm::ELF::PF_X)) {

Completed in 163 milliseconds