Home
last modified time | relevance | path

Searched defs:proto_bytes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/tools/netsim/src/backend/
H A Dgrpc_client.cc106 std::vector<unsigned char> proto_bytes(response.ByteSizeLong()); in ReadPacketResponseLoop() local
116 const rust::Slice<::std::uint8_t const> proto_bytes) { in WritePacketRequest()
/aosp_15_r20/tools/netsim/rust/daemon/src/transport/
H A Dfd.rs254 let proto_bytes = request.write_to_bytes().unwrap(); in connector_fd_reader() localVariable
267 let proto_bytes = request.write_to_bytes().unwrap(); in connector_fd_reader() localVariable
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dbluetooth.rs179 let proto_bytes = match &create_params.bt_properties { in new() localVariable
199 let proto_bytes = config.as_ref().unwrap_or_default().write_to_bytes().unwrap(); in bluetooth_start() localVariable
/aosp_15_r20/tools/netsim/src/hci/
H A Dbluetooth_facade.cc194 void Start(const rust::Slice<::std::uint8_t const> proto_bytes, in Start()
488 std::vector<uint8_t> proto_bytes(bluetooth.ByteSizeLong()); in GetCxx() local
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dpywrap_saved_model_metrics_test.py26 def _get_histogram_proto(self, proto_bytes): argument
/aosp_15_r20/external/cronet/net/tools/cert_verify_tool/
H A Dcert_verify_comparision_tool.cc228 std::vector<char> proto_bytes(proto_size); in RunCert() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dpowerd_suspend_manager.rs70 let mut proto_bytes: Vec<u8> = vec![]; in generate_proto_bytes() localVariable
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dtube.rs169 let mut proto_bytes = vec![0u8; size_header]; in recv_proto() localVariable