HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 351 - 375 of 2364) sorted by null

<<11121314151617181920>>

  /system/bt/bta/include/
bta_hl_ci.h 62 UINT16 evt );
81 UINT16 evt );
102 UINT16 evt );
122 UINT16 evt );
bta_hl_api.h 188 typedef UINT16 tBTA_HL_MDL_ID; /* 0x0000 reserved,
224 UINT16 max_rx_apdu_size; /* local rcv MTU */
225 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
231 UINT16 data_type;
232 UINT16 max_rx_apdu_size; /* local rcv MTU */
233 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
271 UINT16 mtu;
289 UINT16 data_type;
296 UINT16 num_elems;
312 UINT16 ctrl_psm
    [all...]
  /system/bt/btif/include/
btif_pan_internal.h 69 UINT16 protocol;
97 btpan_conn_t *btpan_find_conn_handle(UINT16 handle);
104 int btpan_tap_send(int tap_fd, const BD_ADDR src, const BD_ADDR dst, UINT16 protocol,
105 const char* buff, UINT16 size, BOOLEAN ext, BOOLEAN forward);
  /system/bt/stack/avct/
avct_api.c 55 void AVCT_Register(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask)
133 UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc, BD_ADDR peer_addr)
135 UINT16 result = AVCT_SUCCESS;
196 UINT16 AVCT_RemoveConn(UINT8 handle)
198 UINT16 result = AVCT_SUCCESS;
237 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role)
240 UINT16 result = AVCT_SUCCESS;
314 UINT16 AVCT_RemoveBrowse (UINT8 handle)
317 UINT16 result = AVCT_SUCCESS
    [all...]
  /system/bt/stack/sdp/
sdp_db.c 45 UINT16 his_len, int nest_level);
61 UINT16 xx, yy;
119 UINT16 uuid_len, int nest_level)
189 tSDP_ATTRIBUTE *sdp_db_find_attr_in_rec (tSDP_RECORD *p_rec, UINT16 start_attr,
190 UINT16 end_attr)
193 UINT16 xx;
218 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
221 UINT16 xx, yy, len;
332 UINT16 xx, yy, zz;
395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type
    [all...]
sdp_utils.c 56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid)
58 UINT16 xx;
86 UINT16 xx;
115 UINT16 xx;
173 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs)
175 UINT16 xx;
312 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text)
315 UINT16 rsp_param_len
    [all...]
  /system/connectivity/shill/test-scripts/
set-device-property 14 device.SetProperty(property_key, dbus.UInt16(value))
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.inl 361 GLM_FUNC_QUALIFIER glm::uint16 bitfieldInterleave(glm::uint8 x, glm::uint8 y)
363 glm::uint16 REG1(x);
364 glm::uint16 REG2(y);
366 REG1 = ((REG1 << 4) | REG1) & glm::uint16(0x0F0F);
367 REG2 = ((REG2 << 4) | REG2) & glm::uint16(0x0F0F);
369 REG1 = ((REG1 << 2) | REG1) & glm::uint16(0x3333);
370 REG2 = ((REG2 << 2) | REG2) & glm::uint16(0x3333);
372 REG1 = ((REG1 << 1) | REG1) & glm::uint16(0x5555);
373 REG2 = ((REG2 << 1) | REG2) & glm::uint16(0x5555);
379 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint16 x, glm::uint16 y
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 78 typedef UINT16 tNFC_HAL_HCI_EVT;
241 UINT16 opcode;
242 UINT16 param_len;
255 UINT16 size;
307 UINT16 len;
314 UINT16 cur_patch_len_remaining;/* bytes remaining in patchfile to process */
316 UINT16 cur_patch_offset; /* offset of next byte to process */
331 UINT16 spd_patch_len_remaining;/* patch length */
332 UINT16 spd_patch_offset; /* offset of next byte to process */
342 UINT16 project_id; /* Current project_id of patch in nvm *
    [all...]
  /system/bt/stack/bnep/
bnep_api.c 137 UINT16 *p_handle)
139 UINT16 cid;
236 tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp)
239 UINT16 resp_code = BNEP_SETUP_CONN_OK;
278 UINT16 rem_len;
313 tBNEP_RESULT BNEP_Disconnect (UINT16 handle)
356 tBNEP_RESULT BNEP_WriteBuf (UINT16 handle,
359 UINT16 protocol,
392 UINT16 org_len, new_len;
468 tBNEP_RESULT BNEP_Write (UINT16 handle
    [all...]
  /system/bt/stack/gap/
gap_ble.c 43 static void gap_ble_s_attr_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE op_code, tGATTS_DATA *p_data);
46 static void gap_ble_c_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected,
48 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
97 tGAP_CLCB *gap_ble_find_clcb_by_conn_id(UINT16 conn_id)
177 BOOLEAN gap_ble_enqueue_request (tGAP_CLCB *p_clcb, UINT16 uuid, tGAP_BLE_CMPL_CBACK *p_cback)
197 BOOLEAN gap_ble_dequeue_request (tGAP_CLCB *p_clcb, UINT16 * p_uuid, tGAP_BLE_CMPL_CBACK **p_cback)
215 tGATT_STATUS gap_read_attr_value (UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long)
219 UINT16 offset = p_value->offset;
237 p_value->len = (UINT16)strlen ((char *)p_dev_name);
328 void gap_ble_s_attr_request_cback (UINT16 conn_id, UINT32 trans_id
    [all...]
  /system/bt/stack/gatt/
gatt_main.c 47 static void gatt_le_connect_cback (UINT16 chan, BD_ADDR bd_addr, BOOLEAN connected,
48 UINT16 reason, tBT_TRANSPORT transport);
49 static void gatt_le_data_ind (UINT16 chan, BD_ADDR bd_addr, BT_HDR *p_buf);
52 static void gatt_l2cif_connect_ind_cback (BD_ADDR bd_addr, UINT16 l2cap_cid,
53 UINT16 psm, UINT8 l2cap_id);
54 static void gatt_l2cif_connect_cfm_cback (UINT16 l2cap_cid, UINT16 result);
55 static void gatt_l2cif_config_ind_cback (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
56 static void gatt_l2cif_config_cfm_cback (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
57 static void gatt_l2cif_disconnect_ind_cback (UINT16 l2cap_cid, BOOLEAN ack_needed)
    [all...]
gatt_attr.c 43 static void gatt_request_cback(UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
44 static void gatt_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected,
46 static void gatt_disc_res_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
47 static void gatt_disc_cmpl_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
48 static void gatt_cl_op_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
74 UINT16 gatt_profile_find_conn_id_by_bd_addr(BD_ADDR remote_bda)
76 UINT16 conn_id = GATT_INVALID_CONN_ID;
90 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_conn_id(UINT16 conn_id)
137 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport)
183 static void gatt_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type
    [all...]
gatt_sr.c 46 UINT32 gatt_sr_enqueue_cmd (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 handle)
122 tGATTS_RSP *p_msg, UINT16 mtu)
124 UINT16 ii, total_len, len;
323 void gatt_process_exec_write_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data)
328 UINT16 conn_id;
387 void gatt_process_read_multi_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data)
390 UINT16 handle = 0, ll = len;
504 UINT8 op_code, UINT16 s_hdl,
505 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value)
596 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len
    [all...]
  /system/bt/stack/srvc/
srvc_eng.c 34 static void srvc_eng_s_request_cback (UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
35 static void srvc_eng_connect_cback (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected,
37 static void srvc_eng_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
69 UINT16 srvc_eng_find_conn_id_by_bd_addr(BD_ADDR bda)
118 tSRVC_CLCB *srvc_eng_find_clcb_by_conn_id(UINT16 conn_id)
142 UINT8 srvc_eng_find_clcb_idx_by_conn_id(UINT16 conn_id)
166 tSRVC_CLCB *srvc_eng_clcb_alloc (UINT16 conn_id, BD_ADDR bda)
193 BOOLEAN srvc_eng_clcb_dealloc (UINT16 conn_id)
266 static void srvc_eng_s_request_cback (UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type,
323 static void srvc_eng_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status
    [all...]
  /system/bt/stack/avrc/
avrc_sdp.c 60 static void avrc_sdp_cback(UINT16 status)
110 UINT16 AVRC_FindService(UINT16 service_uuid, BD_ADDR bd_addr,
115 UINT16 a2d_attr_list[] = {ATTR_ID_SERVICE_CLASS_ID_LIST, /* update AVRC_NUM_ATTR, if changed */
194 UINT16 AVRC_AddRecord(UINT16 service_uuid, char *p_service_name,
195 char *p_provider_name, UINT16 categories, UINT32 sdp_handle,
196 BOOLEAN browse_supported, UINT16 profile_version)
198 UINT16 browse_list[1];
202 UINT16 count = 1
    [all...]
  /system/bt/stack/include/
avct_api.h 103 typedef void (tAVCT_CTRL_CBACK)(UINT8 handle, UINT8 event, UINT16 result,
115 UINT16 pid; /* Profile ID */
142 extern void AVCT_Register(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask);
176 extern UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc,
192 extern UINT16 AVCT_RemoveConn(UINT8 handle);
210 extern UINT16 AVCT_CreateBrowse(UINT8 handle, UINT8 role);
225 extern UINT16 AVCT_RemoveBrowse(UINT8 handle);
237 extern UINT16 AVCT_GetBrowseMtu (UINT8 handle);
249 extern UINT16 AVCT_GetPeerMtu (UINT8 handle)
    [all...]
  /system/bt/stack/pan/
pan_utils.c 61 UINT32 pan_register_with_sdp (UINT16 uuid, UINT8 sec_mask, char *p_name, char *p_desc)
64 UINT16 browse_list = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP;
65 UINT16 security = 0;
113 UINT16 NetAccessType = 0x0005; /* Ethernet */
180 tPAN_CONN *pan_allocate_pcb (BD_ADDR p_bda, UINT16 handle)
182 UINT16 i;
221 tPAN_CONN *pan_get_pcb_by_handle (UINT16 handle)
223 UINT16 i;
247 UINT16 i;
281 UINT16 i
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
DynMemManager.c 90 uint16* pL = ( uint16* )ptrA->memPtrE;
94 pL = *( uint16** )pL;
125 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA,
130 uint16* pL = NULL;
131 bbs_DEF_fNameL( "uint16* bbs_DynMemManager_alloc( struct bbs_DynMemManager* ptrA, uint32 sizeA )" )
147 uint16** ppL = ( uint16** )ptrA->memPtrE;
148 while( *ppL != NULL ) ppL = ( uint16** )*ppL;
170 uint16* memPtrA
    [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...]
  /system/bt/stack/rfcomm/
rfc_mx_fsm.c 43 static void rfc_mx_sm_state_idle (tRFC_MCB *p_mcb, UINT16 event, void *p_data);
44 static void rfc_mx_sm_state_wait_conn_cnf (tRFC_MCB *p_mcb, UINT16 event, void *p_data);
45 static void rfc_mx_sm_state_configure (tRFC_MCB *p_mcb, UINT16 event, void *p_data);
46 static void rfc_mx_sm_sabme_wait_ua (tRFC_MCB *p_mcb, UINT16 event, void *p_data);
47 static void rfc_mx_sm_state_wait_sabme (tRFC_MCB *p_mcb, UINT16 event, void *p_data);
48 static void rfc_mx_sm_state_connected (tRFC_MCB *p_mcb, UINT16 event, void *p_data);
49 static void rfc_mx_sm_state_disc_wait_ua (tRFC_MCB *p_mcb, UINT16 event, void *p_data);
67 void rfc_mx_sm_execute (tRFC_MCB *p_mcb, UINT16 event, void *p_data)
114 void rfc_mx_sm_state_idle (tRFC_MCB *p_mcb, UINT16 event, void *p_data)
124 UINT16 lcid = L2CA_ConnectReq(BT_PSM_RFCOMM, p_mcb->bd_addr)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go 175 var _p0 *uint16
183 func _LoadLibrary(libname *uint16) (handle Handle, err error) {
243 func formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {
244 var _p0 *uint16
265 func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) {
348 func findFirstFile1(name *uint16, data *win32finddata1) (handle Handle, err error) {
397 func GetCurrentDirectory(buflen uint32, buf *uint16) (n uint32, err error) {
410 func SetCurrentDirectory(path *uint16) (err error) {
422 func CreateDirectory(path *uint16, sa *SecurityAttributes) (err error) {
434 func RemoveDirectory(path *uint16) (err error)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go 175 var _p0 *uint16
183 func _LoadLibrary(libname *uint16) (handle Handle, err error) {
243 func formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {
244 var _p0 *uint16
265 func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) {
348 func findFirstFile1(name *uint16, data *win32finddata1) (handle Handle, err error) {
397 func GetCurrentDirectory(buflen uint32, buf *uint16) (n uint32, err error) {
410 func SetCurrentDirectory(path *uint16) (err error) {
422 func CreateDirectory(path *uint16, sa *SecurityAttributes) (err error) {
434 func RemoveDirectory(path *uint16) (err error)
    [all...]
  /external/tpm2/
Object_spt.c 32 UINT16 size1;
33 UINT16 size2;
66 static UINT16
74 UINT16 keyBits;
88 // The IV size is a UINT16 size field plus the block size of the symmetric
90 return sizeof(UINT16) + CryptGetSymmetricBlockSize(symAlg, keyBits);
110 UINT16 *keyBits, // OUT: the symmetric key size in bits
197 UINT16 dataSize, // IN: the size of sensitive data
222 static UINT16
226 UINT16 dataSize, // IN: the size of sensitive data, excluding th
    [all...]
  /external/dng_sdk/source/
dng_ref_counted_block.h 157 /// Return pointer to allocated memory as a uint16 *.
158 /// \retval uint16 * valid for as many bytes as were allocated.
160 uint16 * Buffer_uint16 ()
162 return (uint16 *) Buffer ();
165 /// Return pointer to allocated memory as a const uint16 *.
166 /// \retval const uint16 * valid for as many bytes as were allocated.
168 const uint16 * Buffer_uint16 () const
170 return (const uint16 *) Buffer ();

Completed in 479 milliseconds

<<11121314151617181920>>