Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 9 of 9) sorted by relevance

/system/nfc/src/include/
Dnfc_types.h57 #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/
Dmain.rs27 pub fn nfc_callback(kind: u16, val: &[u8]) { in nfc_callback()
/system/nfc/src/rust/nci/
Dapi.rs69 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/
Dllcp_defs.h33 #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/
Dsparse_defs.h39 typedef unsigned short int u16; typedef
/system/libbase/
Dparseint_test.cpp197 uint16_t u16; in TEST() local
/system/core/trusty/utils/rpmb_dev/
Drpmb_protocol.h107 static inline uint16_t rpmb_get_u16(struct rpmb_u16 u16) { in rpmb_get_u16()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h69 typedef unsigned short int u16; typedef
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs929 …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()