Searched defs:plen (Results 1 – 6 of 6) sorted by relevance
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 621 void nfc_ncif_proc_credits(uint8_t* p, uint16_t plen) { in nfc_ncif_proc_credits() 826 __attribute__((unused)) uint16_t plen) { in nfc_ncif_proc_discover_ntf() 1162 void nfc_ncif_proc_ee_action(uint8_t* p, uint16_t plen) { in nfc_ncif_proc_ee_action() 1232 void nfc_ncif_proc_ee_discover_req(uint8_t* p, uint16_t plen) { in nfc_ncif_proc_ee_discover_req() 1332 __attribute__((unused)) uint16_t plen, in nfc_ncif_proc_conn_create_rsp() 1540 void nfc_ncif_proc_t3t_polling_ntf(uint8_t* p, uint16_t plen) { in nfc_ncif_proc_t3t_polling_ntf()
|
/system/core/debuggerd/crasher/ |
D | crasher.cpp | 72 noinline void smash_stack_dummy_function(volatile int* plen) { in smash_stack_dummy_function() 80 noinline int smash_stack(volatile int* plen) { in smash_stack()
|
/system/core/libcutils/ |
D | fs_config.cpp | 274 static bool fs_config_cmp(bool dir, const char* prefix, size_t len, const char* path, size_t plen) { in fs_config_cmp() 321 size_t which, plen; in fs_config() local
|
/system/core/libdiskconfig/ |
D | diskconfig.c | 37 parse_len(const char *str, uint64_t *plen) in parse_len()
|
/system/bt/stack/avdt/ |
D | avdt_api.cc | 1108 uint8_t *p, *plen, *pm1, *p_end; in AVDT_SendReport() local
|
/system/nfc/src/nfc/ndef/ |
D | ndef_utils.cc | 825 int plen = (payload_len < 256) ? 1 : 4; in NDEF_MsgAddRec() local
|