/system/nfc/src/nfc/include/ |
D | ndef_utils.h | 157 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/ |
D | nfa_dm_ndef.cc | 367 uint8_t *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end; in nfa_dm_ndef_handle_message() local 438 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len); in nfa_dm_ndef_handle_message() 447 p_handler = nfa_dm_ndef_find_next_handler(nullptr, tnf, p_type, type_len, in nfa_dm_ndef_handle_message() 464 p_handler, tnf, p_type, type_len, p_payload, payload_len); in nfa_dm_ndef_handle_message() 530 p_handler, tnf, p_type, type_len, p_payload, payload_len); in nfa_dm_ndef_handle_message()
|
/system/core/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 162 phdr.p_type = PT_LOAD; in SinglePtLoad() 200 phdr.p_type = PT_LOAD; in MultipleExecutablePtLoads() 208 phdr.p_type = PT_LOAD; in MultipleExecutablePtLoads() 217 phdr.p_type = PT_LOAD; in MultipleExecutablePtLoads() 267 phdr.p_type = PT_LOAD; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr() 275 phdr.p_type = PT_LOAD; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr() 284 phdr.p_type = PT_LOAD; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr() 336 phdr.p_type = PT_LOAD; in NonExecutablePtLoads() 344 phdr.p_type = PT_LOAD; in NonExecutablePtLoads() 353 phdr.p_type = PT_LOAD; in NonExecutablePtLoads() [all …]
|
D | MapInfoGetLoadBiasTest.cpp | 141 phdr.p_type = PT_NULL; in InitElfData() 143 phdr.p_type = PT_LOAD; in InitElfData()
|
D | ElfTest.cpp | 64 phdr.p_type = PT_LOAD; in InitElf32() 73 phdr.p_type = PT_ARM_EXIDX; in InitElf32() 99 phdr.p_type = PT_LOAD; in InitElf64()
|
/system/nfc/src/nfc/ndef/ |
D | ndef_utils.cc | 458 uint8_t* NDEF_MsgGetFirstRecByType(uint8_t* p_msg, uint8_t tnf, uint8_t* p_type, in NDEF_MsgGetFirstRecByType() argument 488 (!memcmp(p_rec, p_type, tlen))) in NDEF_MsgGetFirstRecByType() 513 uint8_t* p_type, uint8_t tlen) { in NDEF_MsgGetNextRecByType() argument 546 (!memcmp(p_rec, p_type, tlen))) in NDEF_MsgGetNextRecByType() 820 uint8_t* p_type, uint8_t type_len, in NDEF_MsgAddRec() argument 873 if (p_type) memcpy(p_rec, p_type, type_len); in NDEF_MsgAddRec() 1324 uint8_t *p_type, *p_id, *p_pay; in NDEF_MsgCopyAndDechunk() local 1343 p_type = NDEF_RecGetType(p_rec, &tnf, &type_len); in NDEF_MsgCopyAndDechunk() 1357 status = NDEF_MsgAddRec(p_dest, max_out_len, &out_len, tnf, p_type, in NDEF_MsgCopyAndDechunk()
|
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 208 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode() argument 209 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (uint8_t)p_type, 0, in BTA_HhSetProtoMode()
|
/system/netd/resolv/ |
D | resolv_private.h | 205 const char* p_type(int);
|
D | res_debug.cpp | 187 p_type(ns_rr_type(rr)), p_class(ns_rr_class(rr))); in do_section() 459 const char* p_type(int type) { in p_type() function
|
D | res_mkquery.cpp | 117 << p_type(type) << ")"; in res_nmkquery()
|
D | gethnamaddr.cpp | 283 << p_type(qtype) << "\", got type \"" << p_type(type) << "\""; in getanswer()
|
D | getaddrinfo.cpp | 946 << p_type(qtype) << "\", got type \"" << p_type(type) << "\""; in getanswer()
|
/system/core/libunwindstack/ |
D | ElfInterface.cpp | 190 if (phdr.p_type == PT_LOAD && phdr.p_offset == 0) { in GetLoadBias() 206 switch (phdr.p_type) { in ReadProgramHeaders() 234 HandleUnknownType(phdr.p_type, phdr.p_offset, phdr.p_filesz); in ReadProgramHeaders()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3265 uint8_t* p_type; in bta_dm_set_eir() local 3368 p_type = p++; in bta_dm_set_eir() 3399 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir() 3408 p_type = p++; in bta_dm_set_eir() 3430 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir() 3437 p_type = p++; in bta_dm_set_eir() 3459 UINT8_TO_STREAM(p_type, data_type); in bta_dm_set_eir()
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 515 if ((it->p_type == llvm::ELF::PT_LOAD) && (it->p_flags & llvm::ELF::PF_X)) { in ReadMinExecutableVirtualAddress()
|