Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/system/bt/stack/crypto_toolbox/
H A Dcrypto_toolbox.cc38 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
128 constexpr size_t msg_len = BT_OCTET32_LEN /* U size */ + in g2() local
/aosp12/hardware/libhardware_legacy/
H A Duevent.c103 int uevent_add_native_handler(void (*handler)(void *data, const char *msg, int msg_len), in uevent_add_native_handler()
121 int uevent_remove_native_handler(void (*handler)(void *data, const char *msg, int msg_len)) in uevent_remove_native_handler()
/aosp12/system/bt/gd/crypto_toolbox/
H A Dcrypto_toolbox.cc39 constexpr size_t msg_len = OCTET32_LEN /* U size */ + OCTET32_LEN /* V size */ + 1 /* Z size */; in f4() local
62 constexpr size_t msg_len = 1 /* Counter size */ + 4 /* keyID size */ + OCTET16_LEN /* N1 size */ + in calculate_mac_key_or_ltk() local
101 …const uint8_t msg_len = OCTET16_LEN /* N1 size */ + OCTET16_LEN /* N2 size */ + OCTET16_LEN /* R s… in f6() local
121 constexpr size_t msg_len = OCTET32_LEN /* U size */ + OCTET32_LEN /* V size */ in g2() local
/aosp12/hardware/nxp/nfc/snxxx/halimpl/utils/
H A DNxpNfcCapability.cc35 tNFC_chipType capability::processChipType(uint8_t* msg, uint16_t msg_len) { in processChipType()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DNxpNfcCapability.cpp35 tNFC_chipType capability::getChipType(uint8_t* msg, uint16_t msg_len) { in getChipType()
/aosp12/system/logging/logd/
H A DRecordedLogMessage.h28 uint16_t msg_len; member
H A DLogUtils.h69 static inline uint32_t MsgToTag(const char* msg, uint16_t msg_len) { in MsgToTag()
H A DLogBufferElement.h54 uint16_t msg_len() const { return dropped_ ? 0 : msg_len_; } in msg_len() function
H A DSerializedLogEntry.h84 uint16_t msg_len() const { return msg_len_; } in msg_len() function
H A DLogStatistics.h57 uint16_t msg_len; member
/aosp12/system/core/trusty/confirmationui/include/
H A DTrustyIpc.h77 uint32_t msg_len; member
/aosp12/system/core/trusty/metrics/
H A Dmetrics.cpp87 size_t msg_len = rc; in HandleEvent() local
/aosp12/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c351 size_t msg_len; in echo_test() local
414 size_t msg_len; in burst_write_test() local
733 size_t msg_len; in writev_test() local
815 size_t msg_len; in readv_test() local
/aosp12/system/core/trusty/utils/spiproxyd/
H A Dmain.c31 size_t msg_len; in handle_msg() local
/aosp12/system/core/fastboot/device/
H A Dfastboot_device.cpp118 size_t msg_len = std::min(kMaxMessageSize, message.size()); in WriteStatus() local
/aosp12/system/nfc/src/nfc/tags/
H A Drw_t2t_ndef.cc1072 tNFC_STATUS rw_t2t_write_ndef_first_block(uint16_t msg_len, bool b_update_len) { in rw_t2t_write_ndef_first_block()
1169 tNFC_STATUS rw_t2t_write_ndef_next_block(uint16_t block, uint16_t msg_len, in rw_t2t_write_ndef_next_block()
3017 tNFC_STATUS RW_T2tWriteNDef(uint16_t msg_len, uint8_t* p_msg) { in RW_T2tWriteNDef()
H A Drw_t1t_ndef.cc1484 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()
/aosp12/packages/modules/adb/pairing_auth/
H A Dpairing_auth.cpp237 bool pairing_auth_init_cipher(PairingAuthCtx* ctx, const uint8_t* their_msg, size_t msg_len) { in pairing_auth_init_cipher()
/aosp12/system/bt/stack/gatt/
H A Dgatt_sr.cc715 uint16_t msg_len = in gatts_process_primary_service_req() local
883 size_t msg_len = sizeof(BT_HDR) + payload_size + L2CAP_MIN_OFFSET; in gatts_process_read_by_type_req() local
H A Dgatt_main.cc811 uint16_t msg_len = p_buf->len - 1; in gatt_data_process() local
/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.cc302 uint8_t instruction, uint16_t msg_len, in nfa_hciu_send_msg()
/aosp12/bionic/libc/kernel/uapi/linux/dvb/
H A Dfrontend.h76 __u8 msg_len; member
80 __u8 msg_len; member
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_pproc.h150 uint32_t msg_len; member
312 uint32_t msg_len; member
/aosp12/system/nfc/src/nfc/ndef/
H A Dndef_utils.cc74 tNDEF_STATUS NDEF_MsgValidate(uint8_t* p_msg, uint32_t msg_len, in NDEF_MsgValidate()
/aosp12/bionic/libc/include/sys/
H A Dsocket.h91 unsigned int msg_len; member

12