Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 6 of 6) sorted by relevance

/system/iorap/src/serialize/
Dprotobuf_io.cc118 int byte_size = message.ByteSize(); in WriteFully() local
119 if (byte_size < 0) { in WriteFully()
120 DCHECK(false) << "Invalid protobuf size: " << byte_size; in WriteFully()
121 LOG(ERROR) << "ProtobufIO: Invalid protobuf size: " << byte_size; in WriteFully()
124 size_t serialized_size = static_cast<size_t>(byte_size); in WriteFully()
147 ::google::protobuf::io::ArrayOutputStream output_stream{data, byte_size}; in WriteFully()
/system/bt/stack/include/
Dport_api.h44 uint8_t byte_size; member
/system/bt/stack/rfcomm/
Drfc_port_fsm.cc912 port_pars->byte_size = p_frame->u.rpn.byte_size; in rfc_set_port_state()
Drfc_ts_frames.cc420 *p_data++ = (p_pars->byte_size << RFCOMM_RPN_BITS_SHIFT) | in rfc_send_rpn()
816 p_rx_frame->u.rpn.byte_size = in rfc_process_mx_message()
Drfc_int.h122 uint8_t byte_size; member
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h2323 auto byte_size = sizeof(size) + elem_size * size;
2324 if (end) *end = veco + byte_size;
2325 return Verify(veco, byte_size);