HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 51 - 75 of 1177) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/inputmethods/PinyinIME/jni/include/
dictlist.h 94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
96 void convert_to_hanzis(char16 *str, uint16 str_len);
98 void convert_to_scis_ids(char16 *str, uint16 str_len);
107 size_t predict(const char16 last_hzs[], uint16 hzs_len,
113 uint16 get_splids_for_hanzi(char16 hanzi, uint16 half_splid,
114 uint16 *splids, uint16 max_splids);
116 LemmaIdType get_lemma_id(const char16 *str, uint16 str_len)
    [all...]
spellingtrie.h 33 uint16 spelling_idx:11;
34 uint16 num_of_son:5;
44 static const uint16 kHalfIdShengmuMask = 0x01;
45 static const uint16 kHalfIdYunmuMask = 0x02;
46 static const uint16 kHalfIdSzmMask = 0x04;
111 uint16 h2f_start_[kFullSplIdStart];
112 uint16 h2f_num_[kFullSplIdStart];
115 uint16 *f2h_;
179 bool if_valid_id_update(uint16 *splid) const;
182 bool is_half_id(uint16 splid) const
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 124 UINT16 unit; /* as UUIUD defined by SIG */
125 UINT16 descr; /* as UUID as defined by SIG */
134 typedef UINT16 tBTA_GATT_CLT_CHAR_CONFIG;
140 typedef UINT16 tBTA_GATT_SVR_CHAR_CONFIG;
148 UINT16 handle_list[BTA_GATT_AGGR_HANDLE_NUM_MAX];
154 UINT16 len;
173 typedef UINT16 tBTA_GATT_REASON;
244 UINT16 s_handle;
245 UINT16 e_handle; /* used for service only */
277 UINT16 conn_id
    [all...]
bta_ag_ci.h 48 BTA_API extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len);
61 BTA_API extern void bta_ag_ci_slc_ready(UINT16 handle);
74 BTA_API extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);
bta_pan_co.h 81 BTA_API extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr);
94 BTA_API extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
109 BTA_API extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
124 BTA_API extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
139 BTA_API extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
140 UINT16 len, BOOLEAN ext, BOOLEAN forward);
155 BTA_API extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
173 BTA_API extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 32 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);
33 static void gap_connect_cfm (UINT16 l2cap_cid, UINT16 result);
34 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
35 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
36 static void gap_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed);
37 static void gap_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg);
38 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
40 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid)
    [all...]
gap_int.h 55 UINT16 event; /* Passed back in the callback */
90 UINT16 gap_handle; /* GAP handle */
91 UINT16 connection_id; /* L2CAP CID */
95 UINT16 psm;
96 UINT16 rem_mtu_size;
126 UINT16 handle;
127 UINT16 uuid;
153 UINT16 conn_id;
154 UINT16 cl_op_uuid;
155 UINT16 disc_handle
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki.h 86 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt)))
327 UINT16 event;
348 UINT16 count;
373 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16);
395 GKI_API extern UINT8 GKI_isend_event (UINT8, UINT16);
399 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16);
405 GKI_API extern UINT8 GKI_create_pool (UINT16, UINT16, UINT8, void *);
409 GKI_API extern void *GKI_getbuf (UINT16);
    [all...]
gki_common.h 74 UINT16 size; /* size of the buffers in the pool */
75 UINT16 total; /* toatal number of buffers */
76 UINT16 cur_cnt; /* number of buffers currently allocated */
77 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
86 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */
102 UINT16 type;
254 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */
260 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */
261 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/
311 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS]
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
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_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...]
  /packages/apps/Nfc/nci/jni/
DataQueue.h 66 bool enqueue (UINT8* data, UINT16 dataLen);
81 bool dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen);
98 UINT16 mDataLen; //number of octets of data
99 UINT16 mOffset; //offset of the first octet of data
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 69 UINT16 version_major; /* UIPC_VERSION_MAJOR */
70 UINT16 version_minor; /* UIPC_VERSION_MINOR */
129 UINT16 acl_pkt_size;
160 UINT16 local_cid; /* Local CID */
161 UINT16 remote_cid; /* Remote CID */
162 UINT16 out_mtu; /* Max MTU we will send */
163 UINT16 handle; /* The handle used with LM */
164 UINT16 link_xmit_quota; /* Num outstanding pkts allowed */
171 UINT16 light_xmit_quota; /* Total quota for light stack */
172 UINT16 acl_data_size; /* Max ACL data size across HCI transport *
    [all...]
btu.h 177 UINT16 clock_offset;
200 UINT16 event_range; /* start of event range */
215 UINT16 cmd_window;
234 UINT16 hcit_acl_data_size; /* Max ACL data size across HCI transport */
235 UINT16 hcit_acl_pkt_size; /* Max ACL packet size across HCI transport */
239 UINT16 hcit_ble_acl_data_size; /* Max BLE ACL data size across HCI transport */
240 UINT16 hcit_ble_acl_pkt_size; /* Max BLE ACL packet size across HCI transport */
267 BTU_API extern void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
269 BTU_API extern void btu_register_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout, tBTU_TIMER_CALLBACK timer_cb);
274 BTU_API extern void btu_register_event_range (UINT16 range, tBTU_EVENT_CALLBACK event_cb)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 30 uint16 opcode;
136 uint16 bredr;
212 uint16 opcode;
217 uint16 opcode;
222 uint16 handle;
233 uint16 len;
245 uint16 PAL_cap;
246 uint16 AMP_ASSOC_len;
253 uint16 llh;
260 uint16 llh
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 93 UINT16 local_link_miu;
94 UINT16 remote_link_miu;
109 UINT16 remote_miu;
119 UINT16 remote_miu;
150 UINT16 wks; /* well-known service */
151 UINT16 local_link_miu;
152 UINT16 remote_link_miu;
265 UINT16 miu,
318 UINT16 miu,
337 UINT16 miu
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 70 p_buf = (tBTA_HH_API_ENABLE *)GKI_getbuf((UINT16)sizeof(tBTA_HH_API_ENABLE));
119 if ((p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(BT_HDR))) != NULL)
123 p_buf->layer_specific = (UINT16) dev_handle;
143 p_buf = (tBTA_HH_API_CONN *)GKI_getbuf((UINT16)sizeof(tBTA_HH_API_CONN));
169 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
172 UINT16 len = (UINT16) (sizeof(tBTA_HH_CMD_DATA) );
179 p_buf->hdr.layer_specific = (UINT16) dev_handle;
214 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
257 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 31 ((uint16)((((uint16)(val) & (uint16)0x00ffU) << 8) | \
32 (((uint16)(val) & (uint16)0xff00U) >> 8)))
85 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
91 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
102 uint16 _val = (val); \
117 uint16 *_buf = (uint16 *)(buf);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 171 UINT16 opcode;
254 UINT16 policy_mask;
334 UINT16 sdp_result;
342 UINT16 period;
373 UINT16 value;
475 UINT16 conn_int_min;
476 UINT16 conn_int_max;
477 UINT16 supervision_tout;
478 UINT16 slave_latency;
500 UINT16 scan_int
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 38 void avct_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
39 void avct_l2c_connect_cfm_cback(UINT16 lcid, UINT16 result);
40 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
41 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avct_l2c_disconnect_ind_cback(UINT16 lcid, BOOLEAN ack_needed);
43 void avct_l2c_disconnect_cfm_cback(UINT16 lcid, UINT16 result);
44 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
    [all...]
  /external/libnfc-nci/src/nfc/include/
ce_api.h 162 UINT16 ndef_msg_max,
163 UINT16 ndef_msg_len,
208 NFC_API extern tNFC_STATUS CE_T4TTestSetCC (UINT16 cc_len,
210 UINT16 max_le,
211 UINT16 max_lc);
224 UINT16 file_id,
225 UINT16 max_file_size,
238 NFC_API extern tNFC_STATUS CE_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len);
249 NFC_API extern tNFC_STATUS CE_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, UINT16 t3t_system_code, tCE_CBACK *p_cback);
  /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,
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 61 UINT16 wks; /* well-known service bit-map */
71 UINT16 peer_miu; /* link MIU of peer device */
72 UINT16 peer_wks; /* WKS of peer device */
73 UINT16 peer_lto; /* link timeout of peer device in ms */
75 UINT16 effective_miu; /* MIU to send PDU in activated state */
83 UINT16 inact_timeout; /* inactivity timeout in ms */
90 UINT16 local_link_miu; /* Maximum Information Unit */
93 UINT16 local_lto; /* Local Link Timeout */
94 UINT16 inact_timeout_init; /* Inactivity Timeout as initiator role */
95 UINT16 inact_timeout_target; /* Inactivity Timeout as target role *
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Functions.c 40 uint16 bbs_swapBytes( uint16 valA )
48 uint16* memPtrA )
53 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 0 ) & 0xFFFF ) );
54 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 16 ) & 0xFFFF ) );
67 const uint16* memPtrA )
86 uint32 bbs_memPeek32( const uint16* memPtrA )
104 uint16* memPtrA )
107 *memPtrA++ = bbs_swapBytes( *( uint16* )ptrA );
109 *memPtrA++ = *( uint16* )ptrA
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 121 UINT16 num_uuid;
123 UINT16 num_attr;
124 UINT16 attr_list[BTA_JV_MAX_ATTRS];
140 UINT16 *p_services_len;
155 UINT16 uuid;
191 UINT16 psm; /* the psm used for this server connection */
209 UINT16 port_handle; /* port handle */
221 UINT16 rfc_hdl[BTA_JV_MAX_RFC_SR_SESSION];
235 UINT16 remote_psm;
236 UINT16 rx_mtu
    [all...]

Completed in 1631 milliseconds

1 23 4 5 6 7 8 91011>>