Searched defs:u32 (Results  1 – 11 of 11) sorted by relevance
| /tools/netsim/rust/netsim-cxx/src/ | 
| D | lib.rs | 80         fn handle_response(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u8);  in handle_response()87             kind: u32,  in handle_packet_request()
 88             facade_id: u32,  in handle_packet_request()
 90             packet_type: u32,  in handle_packet_request()
 96             kind: u32,  in handle_packet_response()
 97             facade_id: u32,  in handle_packet_response()
 99             packet_type: u32,  in handle_packet_response()
 112         fn handle_uwb_request(facade_id: u32, packet: &[u8]);  in handle_uwb_request()
 116         pub fn uwb_patch(_facade_id: u32, _proto_bytes: &[u8]);  in uwb_patch()
 124         pub fn uwb_reset(_facade_id: u32);  in uwb_reset()
 [all …]
 
 | 
| /tools/netsim/rust/netsim-cxx/src/uwb/ | 
| D | facade.rs | 15 pub fn handle_uwb_request(_facade_id: u32, _packet: &[u8]) {  in handle_uwb_request()19 pub fn uwb_reset(_facade_id: u32) {  in uwb_reset()
 22 pub fn uwb_remove(_facade_id: u32) {  in uwb_remove()
 26 pub fn uwb_patch(_facade_id: u32, _proto_bytes: &[u8]) {  in uwb_patch()
 36 pub fn uwb_add(_chip_id: u32) -> u32 {  in uwb_add()
 
 | 
| /tools/netsim/rust/netsim-cxx/src/captures/ | 
| D | handlers.rs | 315     kind: u32,  in handle_packet()316     facade_id: u32,  in handle_packet()
 318     packet_type: u32,  in handle_packet()
 347 pub fn handle_packet_request(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u32) {  in handle_packet_request()
 352 pub fn handle_packet_response(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u32) {  in handle_packet_response()
 
 | 
| D | pcap_util.rs | 55     packet_type: u32,  in append_record()
 | 
| /tools/netsim/rust/netsim-cxx/src/transport/ | 
| D | mod.rs | 26         _kind: u32,  in handle_response()27         _facade_id: u32,  in handle_response()
 
 | 
| D | fd.rs | 75 fn key(kind: u32, facade_id: u32) -> String {  in key()79 pub fn handle_response(kind: u32, facade_id: u32, packet: &cxx::CxxVector<u8>, packet_type: u8) {  in handle_response()
 
 | 
| /tools/netsim/rust/frontend-client-cxx/src/ | 
| D | lib.rs | 19     fn handle_error(&self, error_code: u32, error_message: &str) {  in handle_error()29     fn handle_error(&self, error_code: u32, error_message: &str);  in handle_error()
 50         fn handle_error(&self, error_code: u32, error_message: &str);  in handle_error()
 
 | 
| /tools/netsim/rust/netsim-cli/src/ | 
| D | pcap_handler.rs | 34     fn handle_error(&self, error_code: u32, error_message: &str) {  in handle_error()
 | 
| /tools/netsim/rust/backend-proto/src/ | 
| D | startup.rs | 102     fn compute_size(&self) -> u32 {  in compute_size()123     fn get_cached_size(&self) -> u32 {  in get_cached_size()
 301     fn compute_size(&self) -> u32 {  in compute_size()
 328     fn get_cached_size(&self) -> u32 {  in get_cached_size()
 520     fn compute_size(&self) -> u32 {  in compute_size()
 547     fn get_cached_size(&self) -> u32 {  in get_cached_size()
 845     fn compute_size(&self) -> u32 {  in compute_size()
 899     fn get_cached_size(&self) -> u32 {  in get_cached_size()
 
 | 
| D | packet_streamer.rs | 252     fn compute_size(&self) -> u32 {  in compute_size()296     fn get_cached_size(&self) -> u32 {  in get_cached_size()
 601     fn compute_size(&self) -> u32 {  in compute_size()
 642     fn get_cached_size(&self) -> u32 {  in get_cached_size()
 
 | 
| D | hci_packet.rs | 117     fn compute_size(&self) -> u32 {  in compute_size()141     fn get_cached_size(&self) -> u32 {  in get_cached_size()
 
 |