Home
last modified time | relevance | path

Searched defs:u8 (Results 1 – 17 of 17) sorted by relevance

/system/nfc/src/include/
Dnfc_types.h62 #define UINT8_TO_STREAM(p, u8) \ argument
64 #define INT8_TO_STREAM(p, u8) \ argument
76 #define STREAM_TO_UINT8(u8, p) \ argument
127 #define UINT8_TO_BE_STREAM(p, u8) \ argument
135 #define BE_STREAM_TO_UINT8(u8, p) \ argument
157 #define UINT8_TO_BE_FIELD(p, u8) \ argument
/system/nfc/src/nfc/include/
Dllcp_defs.h40 #define LLCP_GET_NS(u8) ((uint8_t)(u8) >> 4) argument
41 #define LLCP_GET_NR(u8) ((uint8_t)(u8)&0x0F) argument
88 #define LLCP_GET_MAJOR_VERSION(u8) (((uint8_t)(u8) >> 4) & 0x0F) argument
89 #define LLCP_GET_MINOR_VERSION(u8) ((uint8_t)(u8)&0x0F) argument
/system/media/camera/include/system/
Dcamera_metadata.h86 uint8_t *u8; member
105 const uint8_t *u8; member
/system/core/libsparse/
Dsparse_defs.h40 typedef unsigned char u8; typedef
/system/core/adb/tls/
Dadb_ca_list.cpp107 auto* u8 = reinterpret_cast<const uint8_t*>(sha256.data()); in SHA256BitsToHexString() local
/system/bt/stack/include/
Dbt_types.h290 #define UINT8_TO_STREAM(p, u8) \ argument
292 #define INT8_TO_STREAM(p, u8) \ argument
332 #define STREAM_TO_INT8(u8, p) \ argument
337 #define STREAM_TO_UINT8(u8, p) \ argument
444 #define UINT8_TO_FIELD(p, u8) \ argument
468 #define UINT8_TO_BE_STREAM(p, u8) \ argument
481 #define BE_STREAM_TO_UINT8(u8, p) \ argument
539 #define UINT8_TO_BE_FIELD(p, u8) \ argument
Dsdp_api.h89 uint8_t u8; /* 8-bit integer */ member
Dbtm_api_types.h382 #define BTM_COD_FORMAT_TYPE(u8, pd) \ argument
384 #define BTM_COD_MINOR_CLASS(u8, pd) \ argument
386 #define BTM_COD_MAJOR_CLASS(u8, pd) \ argument
/system/keymaster/key_blob_utils/
Docb.c768 uint8_t u8[16]; in gen_offset_from_nonce() member
805 uint8_t u8[16]; in process_ad() member
942 uint8_t u8[16]; in ae_encrypt() member
1159 uint8_t u8[16]; in ae_decrypt() member
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc711 uint8_t len, *p_start, u8; in nfc_ncif_decode_rf_params() local
1509 uint8_t u8; in nfc_ncif_proc_ee_discover_req() local
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h88 typedef unsigned char u8; typedef
/system/bt/stack/sdp/
Dsdp_api.cc911 uint8_t u8; in SDP_SetLocalDiRecord() local
Dsdp_utils.cc795 uint8_t u8; in sdpu_get_len_from_type() local
/system/media/audio/include/system/
Daudio_effect.h456 uint8_t* u8; // pointer to unsigned 8 bit data at start of buffer member
/system/nfc/src/nfc/tags/
Drw_i93.cc1759 uint8_t flags, u8 = 0, cc[4]; in rw_i93_sm_detect_ndef() local
/system/bt/bta/av/
Dbta_av_act.cc763 uint8_t u8, pdu, *p; in bta_av_proc_meta_cmd() local
/system/media/camera/src/
Dcamera_metadata.c116 uint8_t u8; member