Searched defs:u16 (Results 1 – 9 of 9) sorted by relevance
| /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/nfc/src/rust/test/ |
| D | main.rs | 27 pub fn nfc_callback(kind: u16, val: &[u8]) { in nfc_callback()
|
| /system/nfc/src/rust/nci/ |
| D | api.rs | 69 pub async fn nfc_enable(&mut self, callback: fn(u16, &[u8])) { in nfc_enable() 155 pub async fn nfc_get_lmrt_size(&mut self) -> u16 { in nfc_get_lmrt_size()
|
| /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/core/libsparse/ |
| D | sparse_defs.h | 39 typedef unsigned short int u16; typedef
|
| /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 | 69 typedef unsigned short int u16; typedef
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
| D | ITestService.rs | 929 …eatChar(&self, _arg_token: u16, _aidl_reply: std::result::Result<binder::binder_impl::Parcel, bind… in read_response_RepeatChar() 1125 …fn build_parcel_ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::Re… in build_parcel_ReverseChar() 1132 …_arg_input: &[u16], _arg_repeated: &mut Vec<u16>, _aidl_reply: std::result::Result<binder::binder_… in read_response_ReverseChar()
|