HomeSort by relevance Sort by last modified time
    Searched full:uint8 (Results 26 - 50 of 3007) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/bt/stack/smp/
smp_int.h 46 typedef UINT8 tSMP_ASSO_MODEL;
130 typedef UINT8 tSMP_EVENT;
157 typedef UINT8 tSMP_STATE;
187 typedef UINT8 tSMP_BR_EVENT;
198 typedef UINT8 tSMP_BR_STATE;
231 UINT8 key_type;
232 UINT8* p_data;
237 UINT8 *p_data; /* UINT8 type data pointer */
272 UINT8 trace_level
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug014.go 10 var c00 uint8 = '\0'; // ERROR "oct|char"
11 var c01 uint8 = '\07'; // ERROR "oct|char"
12 var cx0 uint8 = '\x0'; // ERROR "hex|char"
13 var cx1 uint8 = '\x'; // ERROR "hex|char"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug014.go 10 var c00 uint8 = '\0'; // ERROR "oct|char"
11 var c01 uint8 = '\07'; // ERROR "oct|char"
12 var cx0 uint8 = '\x0'; // ERROR "hex|char"
13 var cx1 uint8 = '\x'; // ERROR "hex|char"
  /external/libnfc-nci/src/hal/include/
nfc_types.h 54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 24);}
55 #define UINT24_TO_STREAM(p, u24) {*(p)++ = (UINT8)(u24); *(p)++ = (UINT8)((u24) >> 8); *(p)++ = (UINT8)((u24) >> 16);}
56 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);}
57 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);
    [all...]
  /system/bt/stack/hcic/
hcicmds.c 38 BOOLEAN btsnd_hcic_inquiry(const LAP inq_lap, UINT8 duration, UINT8 response_cnt)
41 UINT8 *pp = (UINT8 *)(p + 1);
60 UINT8 *pp = (UINT8 *)(p + 1);
72 const LAP inq_lap, UINT8 duration, UINT8 response_cnt)
75 UINT8 *pp = (UINT8 *)(p + 1)
    [all...]
hciblecmds.c 38 BOOLEAN btsnd_hcic_ble_set_local_used_feat (UINT8 feat_set[8])
41 UINT8 *pp = (UINT8 *)(p + 1);
56 UINT8 *pp = (UINT8 *)(p + 1);
71 UINT8 adv_type, UINT8 addr_type_own,
72 UINT8 addr_type_dir, BD_ADDR direct_bda,
73 UINT8 channel_map, UINT8 adv_filter_policy
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 35 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
36 uint8* dst_argb, int dst_stride_argb,
41 int I420ToARGB(const uint8* src_y, int src_stride_y,
42 const uint8* src_u, int src_stride_u,
43 const uint8* src_v, int src_stride_v,
44 uint8* dst_argb, int dst_stride_argb,
49 int I422ToARGB(const uint8* src_y, int src_stride_y,
50 const uint8* src_u, int src_stride_u,
51 const uint8* src_v, int src_stride_v,
52 uint8* dst_argb, int dst_stride_argb
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 60 typedef UINT8 tNFA_HCI_STATE;
69 typedef UINT8 tNFA_HCI_COMMAND;
70 typedef UINT8 tNFA_HCI_RESPONSE;
139 UINT8 gate;
147 UINT8 gate;
163 UINT8 pipe;
164 UINT8 reg_inx;
172 UINT8 pipe;
173 UINT8 reg_inx;
174 UINT8 size
    [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 44 UINT8 nci_snd_core_reset (UINT8 reset_type)
47 UINT8 *pp;
56 pp = (UINT8 *) (p + 1) + p->offset;
76 UINT8 nci_snd_core_init (void)
79 UINT8 *pp;
88 pp = (UINT8 *) (p + 1) + p->offset;
107 UINT8 nci_snd_core_get_config (UINT8 *param_ids, UINT8 num_ids
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_freebsd_386.go 134 Type uint8
135 Namlen uint8
144 Len uint8
145 Family uint8
152 Len uint8
153 Family uint8
161 Len uint8
162 Family uint8
167 Len uint8
168 Family uint8
    [all...]
ztypes_freebsd_amd64.go 134 Type uint8
135 Namlen uint8
144 Len uint8
145 Family uint8
152 Len uint8
153 Family uint8
161 Len uint8
162 Family uint8
167 Len uint8
168 Family uint8
    [all...]
ztypes_freebsd_arm.go 136 Type uint8
137 Namlen uint8
146 Len uint8
147 Family uint8
154 Len uint8
155 Family uint8
163 Len uint8
164 Family uint8
169 Len uint8
170 Family uint8
    [all...]
ztypes_openbsd_arm.go 113 F_fstypename [16]uint8
114 F_mntonname [90]uint8
115 F_mntfromname [90]uint8
116 F_mntfromspec [90]uint8
133 Type uint8
134 Namlen uint8
135 X__d_padding [4]uint8
136 Name [256]uint8
144 Len uint8
145 Family uint8
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_freebsd_386.go 134 Type uint8
135 Namlen uint8
144 Len uint8
145 Family uint8
152 Len uint8
153 Family uint8
161 Len uint8
162 Family uint8
167 Len uint8
168 Family uint8
    [all...]
ztypes_freebsd_amd64.go 134 Type uint8
135 Namlen uint8
144 Len uint8
145 Family uint8
152 Len uint8
153 Family uint8
161 Len uint8
162 Family uint8
167 Len uint8
168 Family uint8
    [all...]
ztypes_freebsd_arm.go 136 Type uint8
137 Namlen uint8
146 Len uint8
147 Family uint8
154 Len uint8
155 Family uint8
163 Len uint8
164 Family uint8
169 Len uint8
170 Family uint8
    [all...]
ztypes_openbsd_arm.go 113 F_fstypename [16]uint8
114 F_mntonname [90]uint8
115 F_mntfromname [90]uint8
116 F_mntfromspec [90]uint8
133 Type uint8
134 Namlen uint8
135 X__d_padding [4]uint8
136 Name [256]uint8
144 Len uint8
145 Family uint8
    [all...]
  /system/bt/stack/include/
avdtc_api.h 49 UINT8 seid_list[AVDT_NUM_SEPS]; /* Array of SEID values */
50 UINT8 num_seps; /* Number of values in array */
61 typedef void tAVDTC_CTRL_CBACK(UINT8 handle, BD_ADDR bd_addr, UINT8 event, tAVDTC_CTRL *p_data);
90 extern void AVDTC_DiscoverRsp(BD_ADDR bd_addr, UINT8 label,
91 tAVDT_SEP_INFO sep_info[], UINT8 num_seps);
102 extern void AVDTC_GetCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
113 extern void AVDTC_GetAllCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
124 extern void AVDTC_GetConfigReq(UINT8 handle);
135 extern void AVDTC_GetConfigRsp(UINT8 handle, UINT8 label, tAVDT_CFG *p_cfg)
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 35 static UINT8 *ndef_get_bt_oob_record (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
44 static UINT8 hr_rec_type[HR_REC_TYPE_LEN] = { 0x48, 0x72 }; /* "Hr" */
47 static UINT8 hs_rec_type[HS_REC_TYPE_LEN] = { 0x48, 0x73 }; /* "Hs" */
50 static UINT8 hc_rec_type[HC_REC_TYPE_LEN] = { 0x48, 0x63 }; /* "Hc" */
53 static UINT8 cr_rec_type[CR_REC_TYPE_LEN] = { 0x63, 0x72 }; /* "cr" */
56 static UINT8 ac_rec_type[AC_REC_TYPE_LEN] = { 0x61, 0x63 }; /* "ac" */
59 static UINT8 err_rec_type[ERR_REC_TYPE_LEN] = { 0x65, 0x72, 0x72 }; /* "err" */
62 static UINT8 *p_bt_oob_rec_type = (UINT8 *)"application/vnd.bluetooth.ep.oob"
    [all...]
  /system/bt/bta/sys/
bta_sys.h 112 typedef UINT8 tBTA_SYS_ID;
131 typedef UINT8 tBTA_SYS_CONN_STATUS;
138 typedef UINT8 tBTA_SYS_PREF_ROLES;
141 typedef void (tBTA_SYS_CONN_CBACK)(tBTA_SYS_CONN_STATUS status,UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
144 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
170 extern UINT8 appl_trace_level;
209 typedef UINT8 tBTA_SYS_HW_EVT;
225 extern void bta_sys_set_trace_level(UINT8 level)
    [all...]
  /external/libyuv/files/include/libyuv/
convert_argb.h 36 int ARGBCopy(const uint8* src_argb, int src_stride_argb,
37 uint8* dst_argb, int dst_stride_argb,
42 int I420ToARGB(const uint8* src_y, int src_stride_y,
43 const uint8* src_u, int src_stride_u,
44 const uint8* src_v, int src_stride_v,
45 uint8* dst_argb, int dst_stride_argb,
50 int I422ToARGB(const uint8* src_y, int src_stride_y,
51 const uint8* src_u, int src_stride_u,
52 const uint8* src_v, int src_stride_v,
53 uint8* dst_argb, int dst_stride_argb
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 41 typedef UINT8 tLLCP_LINK_STATE;
66 UINT8 flags; /* LLCP internal flags */
68 UINT8 agreed_major_version; /* llcp major version used in activated state */
69 UINT8 agreed_minor_version; /* llcp minor version used in activated state */
71 UINT8 peer_version; /* llcp version of peer device */
75 UINT8 peer_opt; /* Option field of peer device */
79 UINT8 symm_state; /* state of symmectric procedure */
81 UINT8 ll_idx; /* for scheduler of logical link connection */
82 UINT8 dl_idx; /* for scheduler of data link connection */
87 UINT8 link_deact_reason; /* reason of LLCP link deactivated *
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 38 int I420Scale(const uint8* src_y, int src_stride_y,
39 const uint8* src_u, int src_stride_u,
40 const uint8* src_v, int src_stride_v,
42 uint8* dst_y, int dst_stride_y,
43 uint8* dst_u, int dst_stride_u,
44 uint8* dst_v, int dst_stride_v,
49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
52 uint8* dst_y, uint8* dst_u, uint8* dst_v
    [all...]
  /system/bt/btif/include/
btif_hl.h 115 UINT8 mdep_cfg_idx;
129 UINT8 app_idx;
136 UINT8 mdep_cfg_idx;
139 UINT8 app_idx;
140 UINT8 mcl_idx;
141 UINT8 mdl_idx;
160 UINT8 num_elems;
171 UINT8 local_mdep_cfg_idx;
183 UINT8 *p_tx_pkt;
184 UINT8 *p_rx_pkt
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
cipher.a 43 n?type.[]uint8?
45 runtime.memmove??type.[]uint8?
52 0runtime.morestack_noctxt`?"".autotmp_0014?type.*"".cbc"".autotmp_0012type.int"".autotmp_0011_type.[]uint8"".autotmp_0010/type.[]uint8"".autotmp_0009type.[]uint8"".autotmp_0008type.int"".autotmp_0006?type.int "".~r1?type.[]uint8"".q?type.[]uint8"".p?type.[]uint8 "".~r2Ptype.*"".cbc
55 "".iv type.[]uint8"".btype."".Block????g?2,$??Q (7\{;S?(Tgclocals·10f197826b1911e8d06b29cd946bb5fdTgclocals·d45d0878bb406a48a4529d8444ed9587`prebuilts/go/darwin-x86/src/crypto/cipher/cbc.go?$"".NewCBCEncrypter??eH? %H;a?.H??P1?H??$?H??$?H?\$pH?\$0H?\$`H?$H?\$XH?[ ??H?D$H?\$0H9?tTH?H?\$@H?D$H7H?H?$H?\$@H?\$H?D$?H?\$H? H? $H?KH?L$? H?\$XH?$H?\$`H?\$H?\$hH?\$H?\$pH?\$H?\$xH?\$ ?H?\$(H?\$8H?1?H9?tH?\$8H??$?H??$?H??P?H?H?$H?H?\$H?H?\$?H?D$??????
68 "".iv type.[]uint8"".btype."".Block????>?H)-T?EDRZTgclocals·4ae34dfd02a53a03dae (…)
    [all...]

Completed in 340 milliseconds

12 3 4 5 6 7 8 91011>>