/system/bt/gd/rust/shim/src/ |
D | controller.rs | 139 pub fn controller_get_le_maximum_tx_data_length(c: &Controller) -> u16 { in controller_get_le_maximum_tx_data_length() 143 pub fn controller_get_le_maximum_tx_time(c: &Controller) -> u16 { in controller_get_le_maximum_tx_time()
|
D | bridge.rs | 85 fn controller_get_acl_buffer_length(c: &Controller) -> u16; in controller_get_acl_buffer_length() 86 fn controller_get_le_buffer_length(c: &Controller) -> u16; in controller_get_le_buffer_length() 87 fn controller_get_iso_buffer_length(c: &Controller) -> u16; in controller_get_iso_buffer_length() 88 fn controller_get_le_suggested_default_data_length(c: &Controller) -> u16; in controller_get_le_suggested_default_data_length() 89 fn controller_get_le_maximum_tx_data_length(c: &Controller) -> u16; in controller_get_le_maximum_tx_data_length() 90 fn controller_get_le_maximum_tx_time(c: &Controller) -> u16; in controller_get_le_maximum_tx_time() 91 fn controller_get_le_max_advertising_data_length(c: &Controller) -> u16; in controller_get_le_max_advertising_data_length() 94 fn controller_get_acl_buffers(c: &Controller) -> u16; in controller_get_acl_buffers()
|
/system/bt/gd/rust/facade/src/ |
D | lib.rs | 27 grpc_port: u16, in create() 28 rootcanal_port: Option<u16>, in create() 117 grpc_port: u16, in create() 118 rootcanal_port: Option<u16>, in create()
|
D | main.rs | 74 async fn indicate_started(signal_port: u16) { in indicate_started()
|
/system/nfc/src/include/ |
D | nfc_types.h | 57 #define UINT16_TO_STREAM(p, u16) \ argument 81 #define STREAM_TO_UINT16(u16, p) \ argument 122 #define UINT16_TO_BE_STREAM(p, u16) \ argument 140 #define BE_STREAM_TO_UINT16(u16, p) \ argument
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 256 handle: u16, in dispatch_to() 257 connections: &Arc<Mutex<HashMap<u16, ConnectionInternal>>>, in dispatch_to() 266 handle: u16, in run_connection() 270 connections: Arc<Mutex<HashMap<u16, ConnectionInternal>>>, in run_connection()
|
/system/nfc/src/nfc/include/ |
D | llcp_defs.h | 33 #define LLCP_GET_DSAP(u16) (((u16)&0xFC00) >> 10) argument 34 #define LLCP_GET_PTYPE(u16) (((u16)&0x03C0) >> 6) argument 35 #define LLCP_GET_SSAP(u16) (((u16)&0x003F)) argument
|
/system/bt/gd/rust/link/src/acl/ |
D | fragment.rs | 93 handle: u16, in fragmenting_stream()
|
D | core.rs | 55 pub async fn register(&mut self, handle: u16, bt: Bluetooth) -> Connection { in register()
|
/system/core/libsparse/ |
D | sparse_defs.h | 39 typedef unsigned short int u16; typedef
|
/system/bt/gd/rust/main/src/ |
D | lib.rs | 34 pub async fn set_rootcanal_port(&self, port: Option<u16>) { in set_rootcanal_port()
|
/system/bt/stack/include/ |
D | bt_types.h | 168 #define UINT16_TO_STREAM(p, u16) \ argument 225 #define STREAM_TO_UINT16(u16, p) \ argument 326 #define UINT16_TO_FIELD(p, u16) \ argument 350 #define UINT16_TO_BE_STREAM(p, u16) \ argument 373 #define BE_STREAM_TO_UINT16(u16, p) \ argument 421 #define UINT16_TO_BE_FIELD(p, u16) \ argument
|
D | sdp_api.h | 125 uint16_t u16; /* 16-bit integer */ member
|
D | hcimsgs.h | 503 #define HCID_GET_HANDLE(u16) (uint16_t)((u16)&HCI_DATA_HANDLE_MASK) argument 507 #define HCID_GET_EVENT(u16) \ argument
|
D | btm_api_types.h | 145 #define BTM_COD_SERVICE_CLASS(u16, pd) \ argument
|
/system/libbase/ |
D | parseint_test.cpp | 197 uint16_t u16; in TEST() local
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb_protocol.h | 107 static inline uint16_t rpmb_get_u16(struct rpmb_u16 u16) { in rpmb_get_u16()
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_utils.h | 81 typedef unsigned short int u16; typedef
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 387 uint16_t u16; in bta_av_group_navi_supported() local 723 uint16_t u16; in bta_av_chk_notif_evt_id() local 758 uint16_t u16; in bta_av_proc_meta_cmd() local
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 20 fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16>; in RepeatChar() 31 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() 89 fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16> { in RepeatChar() 122 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() 441 fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16> { in RepeatChar() 632 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() 1254 …fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16> { self.0.RepeatChar(_arg_… in RepeatChar() 1265 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar()
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 86 std::u16string u16{s16.string()}; in String16ToStdString() local
|
/system/bt/stack/sdp/ |
D | sdp_utils.cc | 791 uint16_t u16; in sdpu_get_len_from_type() local
|