HomeSort by relevance Sort by last modified time
    Searched refs:UINT16 (Results 76 - 100 of 671) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 45 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used)
50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
89 UINT16 i;
108 UINT16 gki_calc_stack (UINT8 task)
148 (UINT16)TaskId, gki_cb.com.OSTName[TaskId],
169 UINT16 i;
171 UINT16 size,act_size,maxbuffs;
210 UINT16 buf_size;
211 UINT16 num_bufs;
213 UINT16 i
    [all...]
gki_common.h 84 UINT16 size; /* size of the buffers in the pool */
85 UINT16 total; /* toatal number of buffers */
86 UINT16 cur_cnt; /* number of buffers currently allocated */
87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
110 UINT16 type;
260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS]
    [all...]
  /external/libnfc-nci/src/gki/common/
gki.h 93 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
345 UINT16 event;
366 UINT16 count;
391 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
409 GKI_API extern UINT8 GKI_isend_event (UINT8, UINT16);
413 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
419 GKI_API extern UINT8 GKI_create_pool (UINT16, UINT16, UINT8, void *);
425 GKI_API extern void *GKI_getbuf_debug (UINT16, const char *, int)
    [all...]
gki_debug.c 45 void GKI_PrintBufferUsage(UINT8 *p_num_pools, UINT16 *p_cur_used)
50 UINT16 cur[GKI_NUM_TOTAL_BUF_POOLS];
89 UINT16 i;
108 UINT16 gki_calc_stack (UINT8 task)
148 (UINT16)TaskId, gki_cb.com.OSTName[TaskId],
169 UINT16 i;
171 UINT16 size,act_size,maxbuffs;
210 UINT16 buf_size;
211 UINT16 num_bufs;
213 UINT16 i
    [all...]
gki_common.h 84 UINT16 size; /* size of the buffers in the pool */
85 UINT16 total; /* toatal number of buffers */
86 UINT16 cur_cnt; /* number of buffers currently allocated */
87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
110 UINT16 type;
260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS]
    [all...]
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 58 UINT16 miu; /* Local receiving MIU */
124 UINT16 miu; /* MIU of peer device */
134 UINT16 miu; /* MIU of peer device */
233 LLCP_API extern void LLCP_SetConfig (UINT16 link_miu,
236 UINT16 link_timeout,
237 UINT16 inact_timeout_init,
238 UINT16 inact_timeout_target,
239 UINT16 symm_delay,
240 UINT16 data_link_timeout,
241 UINT16 delay_first_pdu_timeout)
    [all...]
ce_api.h 163 UINT16 ndef_msg_max,
164 UINT16 ndef_msg_len,
209 NFC_API extern tNFC_STATUS CE_T4TTestSetCC (UINT16 cc_len,
211 UINT16 max_le,
212 UINT16 max_lc);
225 UINT16 file_id,
226 UINT16 max_file_size,
239 NFC_API extern tNFC_STATUS CE_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len);
250 NFC_API extern tNFC_STATUS CE_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, UINT16 t3t_system_code, tCE_CBACK *p_cback);
  /system/bt/stack/bnep/
bnep_int.h 133 UINT16 l2cap_cid;
135 UINT16 rem_mtu_size;
139 UINT16 sent_num_filters;
140 UINT16 sent_prot_filter_start[BNEP_MAX_PROT_FILTERS];
141 UINT16 sent_prot_filter_end[BNEP_MAX_PROT_FILTERS];
143 UINT16 sent_mcast_filters;
147 UINT16 rcvd_num_filters;
148 UINT16 rcvd_prot_filter_start[BNEP_MAX_PROT_FILTERS];
149 UINT16 rcvd_prot_filter_end[BNEP_MAX_PROT_FILTERS];
151 UINT16 rcvd_mcast_filters
    [all...]
  /external/tpm2/
CryptUtil_fp.h 19 UINT16 CryptCommit(void);
45 LIB_EXPORT UINT16
49 LIB_EXPORT UINT16
51 UINT16 digestSize, // IN: size of digest buffer
54 UINT16 CryptCompleteHash2B(
67 UINT16 *dataOutSize, // OUT: size of plain text in byte
71 UINT16 cipherInSize, // IN: size of cipher text in byte
104 UINT16 *cipherOutSize, // OUT: size of cipher text in byte
108 UINT16 dataInSize, // IN: size of plain text in byte
116 LIB_EXPORT UINT16
    [all...]
MemoryLib_fp.h 22 UINT16 dSize // IN: size of the receiving buffer
29 UINT16 MemoryRemoveTrailingZeros(TPM2B_AUTH *auth // IN/OUT: value to adjust
38 UINT16 aSize // IN: The size of aInOut.buffer (max values for aInOut.size)
NV_Certify_fp.h 18 UINT16 size;
19 UINT16 offset;
42 UINT16 NV_Certify_Out_Marshal(NV_Certify_Out* source,
  /system/bt/bta/include/
bta_hf_client_api.h 46 typedef UINT16 tBTA_HF_CLIENT_PEER_FEAT;
67 typedef UINT16 tBTA_HF_CLIENT_CHLD_FEAT;
157 UINT16 handle;
182 UINT16 value;
203 UINT16 cme;
220 UINT16 service;
227 UINT16 value;
310 void BTA_HfClientDeregister(UINT16 handle);
325 void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask);
338 void BTA_HfClientClose(UINT16 handle)
    [all...]
bta_jv_api.h 78 typedef UINT16 tBTA_JV_DISC;
157 typedef UINT16 tBTA_JV_EVT;
241 UINT16 len; /* The length of the data read. */
250 UINT16 len; /* The length of the data written. */
259 UINT16 channel; /* The connection channel */
262 UINT16 len; /* The length of the data written. */
364 UINT16 psm; /* BTA_JV_GET_PSM_EVT */
399 UINT16 sdp_raw_size; /* The size of p_sdp_raw_data */
400 UINT16 sdp_db_size; /* The size of p_sdp_db */
479 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type)
    [all...]
bta_hh_co.h 31 UINT16 rpt_uuid;
49 extern void bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len,
65 UINT16 attr_mask, UINT8 app_id);
bta_mce_api.h 51 typedef UINT16 tBTA_MCE_EVT;
57 UINT16 srv_name_len;
84 UINT16 sdp_db_size; /* The size of p_sdp_db */
  /system/bt/stack/rfcomm/
port_int.h 100 UINT16 lcid; /* Local cid used for this channel */
101 UINT16 peer_l2cap_mtu; /* Max frame that can be sent to peer L2CAP */
111 UINT16 pending_lcid; /* store LCID for incoming connection while connecting */
158 UINT16 uuid; /* Service UUID */
170 UINT16 mtu; /* Max MTU that port can receive */
171 UINT16 peer_mtu; /* Max MTU that port can send */
198 UINT16 credit_tx; /* Flow control credits for tx path */
199 UINT16 credit_rx; /* Flow control credits for rx path, this is */
201 UINT16 credit_rx_max; /* Max number of credits we will allow this guy to sent */
202 UINT16 credit_rx_low; /* Number of credits when we send credit update *
    [all...]
  /external/libnfc-nci/src/udrv/include/
uusb.h 85 UINT16 wValue;
86 UINT16 wIndex;
87 UINT16 wLength;
154 typedef void (*tUUSB_PROT_COMPLETE_CB ) (UINT8 *pBuf,UINT16 NumBytesInBuf);
156 typedef tUUSB_STATUS (*tUUSB_PROT_SETUP_CB ) (UINT8 **ppBuf,UINT16 *pBufSize);
160 UINT16 *pBufSize);
164 UINT16 NumBytesInBuf);
243 UINT16 RxTimeOut);
270 UINT16 Length,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
naptypes.h 38 UINT16 length;
46 typedef UINT16 SystemHealthEntityCount;
47 typedef UINT16 EnforcementEntityCount;
94 UINT16 count;
104 UINT16 type;
105 UINT16 size;
118 UINT16 count;
159 UINT16 size;
164 UINT16 size;
  /system/bt/bta/hh/
bta_hh_int.h 77 typedef UINT16 tBTA_HH_INT_EVT; /* HID host internal events */
114 UINT16 data;
148 UINT16 attr_mask;
149 UINT16 sub_event;
159 UINT16 conn_id;
167 UINT16 scan_int;
168 UINT16 scan_win;
197 UINT16 uuid;
200 UINT16 client_cfg_value;
213 UINT16 proto_mode_handle
    [all...]
  /system/bt/bta/jv/
bta_jv_int.h 84 UINT16 num_uuid;
86 UINT16 num_attr;
87 UINT16 attr_list[BTA_JV_MAX_ATTRS];
123 UINT16 psm; /* the psm used for this server connection */
142 UINT16 port_handle;/* port handle */
154 UINT16 rfc_hdl[BTA_JV_MAX_RFC_SR_SESSION];
170 UINT16 remote_psm;
171 UINT16 remote_chan;
173 UINT16 rx_mtu;
191 UINT16 local_psm
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 84 UINT16 ndef_cur_size,
85 UINT16 ndef_max_size,
134 NFC_API extern tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
  /system/bt/udrv/include/
uipc.h 95 BOOLEAN UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf, UINT16 msglen);
106 UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len);
  /hardware/broadcom/libbt/include/
uipc_msg.h 72 UINT16 version_major; /* UIPC_VERSION_MAJOR */
73 UINT16 version_minor; /* UIPC_VERSION_MINOR */
132 UINT16 acl_pkt_size;
163 UINT16 local_cid; /* Local CID */
164 UINT16 remote_cid; /* Remote CID */
165 UINT16 out_mtu; /* Max MTU we will send */
166 UINT16 handle; /* The handle used with LM */
167 UINT16 link_xmit_quota; /* Num outstanding pkts allowed */
174 UINT16 light_xmit_quota; /* Total quota for light stack */
175 UINT16 acl_data_size; /* Max ACL data size across HCI transport *
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 101 UINT16 offset; /* Offset of the lock byte in the Tag */
108 UINT16 offset; /* Reserved bytes offset taken from Memory control TLV */
153 UINT16 work_offset; /* Working byte offset */
157 UINT16 new_ndef_msg_len; /* Lenght of new updating NDEF Message */
161 UINT16 ndef_msg_offset; /* The offset on Tag where first NDEF message is present*/
162 UINT16 ndef_msg_len; /* Lenght of NDEF Message */
163 UINT16 max_ndef_msg_len; /* Maximum size of NDEF that can be written on the tag */
164 UINT16 ndef_header_offset; /* The offset on Tag where first NDEF tlv is present */
274 UINT16 offset; /* Offset of the lock byte in the Tag */
281 UINT16 offset; /* Reserved bytes offset taken from Memory contro (…)
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_nv_co.h 89 void nfc_hal_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
109 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);

Completed in 538 milliseconds

1 2 34 5 6 7 8 91011>>