Searched defs:msg_len (Results 1 – 16 of 16) sorted by relevance
/system/logging/logd/ |
D | RecordedLogMessage.h | 28 uint16_t msg_len; member
|
D | LogUtils.h | 69 static inline uint32_t MsgToTag(const char* msg, uint16_t msg_len) { in MsgToTag()
|
D | LogBufferElement.h | 47 uint16_t msg_len() const { return msg_len_; } in msg_len() function
|
D | SerializedLogEntry.h | 83 uint16_t msg_len() const { return msg_len_; } in msg_len() function
|
D | LogStatistics.h | 57 uint16_t msg_len; member
|
/system/core/trusty/confirmationui/include/ |
D | TrustyIpc.h | 77 uint32_t msg_len; member
|
/system/core/trusty/metrics/ |
D | metrics.cpp | 86 size_t msg_len = rc; in HandleEvent() local
|
/system/core/trusty/utils/spiproxyd/ |
D | main.c | 31 size_t msg_len; in handle_msg() local
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 401 size_t msg_len; in echo_test() local 461 size_t msg_len; in burst_write_test() local 752 size_t msg_len; in writev_test() local 830 size_t msg_len; in readv_test() local
|
/system/core/fastboot/device/ |
D | fastboot_device.cpp | 167 size_t msg_len = std::min(kMaxMessageSize, message.size()); in WriteStatus() local
|
/system/nfc/src/nfc/tags/ |
D | rw_t2t_ndef.cc | 1068 tNFC_STATUS rw_t2t_write_ndef_first_block(uint16_t msg_len, bool b_update_len) { in rw_t2t_write_ndef_first_block() 1165 tNFC_STATUS rw_t2t_write_ndef_next_block(uint16_t block, uint16_t msg_len, in rw_t2t_write_ndef_next_block() 2967 tNFC_STATUS RW_T2tWriteNDef(uint16_t msg_len, uint8_t* p_msg) { in RW_T2tWriteNDef()
|
D | rw_t1t_ndef.cc | 1482 uint8_t index, uint8_t msg_len) { in rw_t1t_send_ndef_byte() 2413 tNFC_STATUS RW_T1tWriteNDef(uint16_t msg_len, uint8_t* p_msg) { in RW_T1tWriteNDef()
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 300 uint8_t instruction, uint16_t msg_len, in nfa_hciu_send_msg()
|
/system/nfc/src/nfc/ndef/ |
D | ndef_utils.cc | 75 tNDEF_STATUS NDEF_MsgValidate(uint8_t* p_msg, uint32_t msg_len, in NDEF_MsgValidate()
|
/system/nfc/src/nfc/include/ |
D | rw_api.h | 177 uint16_t msg_len; /* Length of the NDEF message */ member
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_int.h | 398 uint16_t msg_len; /* For segmentation - length of the combined message */ member
|