Searched defs:msg_len (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/crypto_toolbox/ |
D | crypto_toolbox.cc | 38 constexpr size_t msg_len = BT_OCTET32_LEN /* U size */ + in f4() local 59 constexpr size_t msg_len = 1 /* Counter size */ + 4 /* keyID size */ + in calculate_mac_key_or_ltk() local 102 const uint8_t msg_len = OCTET16_LEN /* N1 size */ + in f6() local 127 constexpr size_t msg_len = BT_OCTET32_LEN /* U size */ + in g2() local
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 346 size_t msg_len; in echo_test() local 409 size_t msg_len; in burst_write_test() local 728 size_t msg_len; in writev_test() local 810 size_t msg_len; in readv_test() local
|
/system/core/fastboot/device/ |
D | fastboot_device.cpp | 94 size_t msg_len = std::min(kMaxMessageSize, message.size()); in WriteStatus() local
|
/system/core/adb/daemon/ |
D | auth.cpp | 108 int msg_len = msg.length(); in adbd_send_key_message_locked() local
|
/system/nfc/src/nfc/tags/ |
D | rw_t2t_ndef.cc | 1105 tNFC_STATUS rw_t2t_write_ndef_first_block(uint16_t msg_len, bool b_update_len) { in rw_t2t_write_ndef_first_block() 1202 tNFC_STATUS rw_t2t_write_ndef_next_block(uint16_t block, uint16_t msg_len, in rw_t2t_write_ndef_next_block() 2980 tNFC_STATUS RW_T2tWriteNDef(uint16_t msg_len, uint8_t* p_msg) { in RW_T2tWriteNDef()
|
D | rw_t1t_ndef.cc | 1484 uint8_t index, uint8_t msg_len) { in rw_t1t_send_ndef_byte() 2414 tNFC_STATUS RW_T1tWriteNDef(uint16_t msg_len, uint8_t* p_msg) { in RW_T1tWriteNDef()
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 652 uint16_t msg_len = in gatts_process_primary_service_req() local 815 size_t msg_len = sizeof(BT_HDR) + tcb.payload_size + L2CAP_MIN_OFFSET; in gatts_process_read_by_type_req() local
|
D | gatt_main.cc | 859 uint16_t msg_len = p_buf->len - 1; in gatt_data_process() local
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 301 uint8_t instruction, uint16_t msg_len, in nfa_hciu_send_msg()
|
/system/nfc/src/nfc/ndef/ |
D | ndef_utils.cc | 74 tNDEF_STATUS NDEF_MsgValidate(uint8_t* p_msg, uint32_t msg_len, in NDEF_MsgValidate()
|
/system/nfc/src/nfc/include/ |
D | rw_api.h | 174 uint16_t msg_len; /* Length of the NDEF message */ member
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_int.h | 395 uint16_t msg_len; /* For segmentation - length of the combined message */ member
|