HomeSort by relevance Sort by last modified time
    Searched refs:UINT16 (Results 276 - 300 of 525) sorted by null

<<11121314151617181920>>

  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 55 const UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES] =
135 const UINT16 BTM_EIR_UUID_LKUP_TBL[];
137 extern UINT16 BTM_EIR_UUID_LKUP_TBL[BTM_EIR_MAX_SERVICES];
150 static UINT8 btm_convert_uuid_to_eir_service( UINT16 uuid16 );
156 static UINT16 btm_convert_uuid_to_uuid16( UINT8 *p_uuid, UINT8 uuid_size );
175 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval)
178 UINT16 service_class;
190 if (btm_ble_set_discoverability((UINT16)(inq_mode)
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 39 static void rfc_port_sm_state_closed (tPORT *p_port, UINT16 event, void *p_data);
40 static void rfc_port_sm_sabme_wait_ua (tPORT *p_port, UINT16 event, void *p_data);
41 static void rfc_port_sm_opened (tPORT *p_port, UINT16 event, void *p_data);
42 static void rfc_port_sm_orig_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data);
43 static void rfc_port_sm_term_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data);
44 static void rfc_port_sm_disc_wait_ua (tPORT *p_port, UINT16 event, void *p_data);
61 void rfc_port_sm_execute (tPORT *p_port, UINT16 event, void *p_data)
109 void rfc_port_sm_state_closed (tPORT *p_port, UINT16 event, void *p_data)
177 void rfc_port_sm_sabme_wait_ua (tPORT *p_port, UINT16 event, void *p_data)
249 void rfc_port_sm_term_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 216 const char* dump_dm_search_event(UINT16 event)
254 const char* dump_dm_event(UINT16 event)
290 const char* dump_hf_event(UINT16 event)
332 const char* dump_hf_client_event(UINT16 event)
364 const char* dump_hh_event(UINT16 event)
389 const char* dump_hf_conn_state(UINT16 event)
432 const char* dump_hf_audio_state(UINT16 event)
446 const char* dump_av_conn_state(UINT16 event)
459 const char* dump_av_audio_state(UINT16 event)
btif_gatt_test.c 53 UINT16 conn_id;
103 static void btif_test_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id,
115 static void btif_test_command_complete_cback(UINT16 conn_id, tGATTC_OPTYPE op,
141 static void btif_test_discovery_result_cback(UINT16 conn_id, tGATT_DISC_TYPE disc_type,
193 static void btif_test_discovery_complete_cback(UINT16 conn_id,
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 32 typedef unsigned short UINT16, *PUINT16;
438 UINT16 designUnitsPerEm;
444 UINT16 ascent;
450 UINT16 descent;
466 UINT16 capHeight;
472 UINT16 xHeight;
484 UINT16 underlineThickness;
496 UINT16 strikethroughThickness;
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_at.c 107 static void bta_hf_client_queue_at(tBTA_HF_CLIENT_AT_CMD cmd, const char *buf, UINT16 buf_len)
169 static void bta_hf_client_send_at(tBTA_HF_CLIENT_AT_CMD cmd, char *buf, UINT16 buf_len)
175 UINT16 len;
300 static void bta_hf_client_handle_error(tBTA_HF_CLIENT_AT_RESULT_TYPE type, UINT16 cme)
542 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type
    [all...]
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 394 void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout)
554 void bta_sys_add_uuid(UINT16 uuid16)
572 void bta_sys_remove_uuid(UINT16 uuid16)
590 BOOLEAN bta_sys_vs_hdl(UINT16 evt, void *p)
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 184 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst)
219 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL)
243 if ((p_buf = (tGATTS_PENDING_NEW_SRV_START *)GKI_getbuf((UINT16)sizeof(tGATTS_PENDING_NEW_SRV_START))) != NULL)
266 if ((p_buf = (tGATTS_SRV_CHG *)GKI_getbuf((UINT16)sizeof(tGATTS_SRV_CHG))) != NULL)
314 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle)
342 UINT16 svc_inst)
479 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary)
965 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
    [all...]
gatt_cl.c 60 UINT16 disc_type_to_uuid[GATT_DISC_MAX] =
136 void gatt_act_read (tGATT_CLCB *p_clcb, UINT16 offset)
365 UINT16 to_send, offset;
372 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */
413 void gatt_process_find_type_value_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT16 len, UINT8 *p_data)
459 UINT16 len, UINT8 *p_data)
518 UINT16 handle, UINT8 reason)
558 UINT16 len, UINT8 *p_data)
561 UINT16 handle;
611 UINT16 len, UINT8 *p_data
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 48 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
133 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id)
157 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id)
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 327 void bta_fs_co_open(const char *p_path, int oflags, UINT32 size, UINT16 evt,
454 void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt, UINT8 ssn, UINT8 app_id)
471 bta_fs_ci_read(fd, (UINT16)num_read, status, evt);
499 void bta_fs_co_write(int fd, const UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
857 tBTA_FS_DIRENTRY *p_entry, UINT16 evt, UINT8 app_id)
    [all...]
  /external/chromium_org/win8/metro_driver/
winrt_utils_unittest.cc 51 static HRESULT CreateProperty<UINT16>(UINT16 value,
109 TestCompareProperties<UINT16>(42, 43);
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 183 UINT16 len; /* Length of data */
200 UINT16 size;
459 UINT16 data_len,
  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c 48 BOOLEAN battery_valid_handle_range(UINT16 handle)
74 UINT16 handle = p_value->handle;
112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status)
166 BOOLEAN battery_gatt_c_read_ba_req(UINT16 conn_id)
198 UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info)
201 UINT16 srvc_hdl;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);
67 void ProtoDispAdapterDisplayNciPacket (UINT8 *nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv)
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize)
269 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv)
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 89 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word);
90 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
91 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack);
95 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
99 BOOLEAN is_rx, UINT16 ctrl_word);
140 UINT16 l2c_fcr_tx_get_fcs (BT_HDR *p_buf)
156 UINT16 l2c_fcr_rx_get_fcs (BT_HDR *p_buf)
253 UINT16 i;
336 BT_HDR *l2c_fcr_clone_buf (BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes, UINT8 pool
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_utils.c 163 tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id)
167 UINT16 id;
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 42 static void hidh_search_callback (UINT16 sdp_result);
77 void hidh_get_str_attr( tSDP_DISC_REC *p_rec, UINT16 attr_id, UINT16 max_len, char *str )
80 UINT16 name_len;
100 static void hidh_search_callback (UINT16 sdp_result)
107 UINT16 attr_mask = 0;
336 tHID_STATUS HID_HostAddDev ( BD_ADDR addr, UINT16 attr_mask, UINT8 *handle )
442 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf )
  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 37 static void smp_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, tBT_TRANSPORT transport);
77 static void smp_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason,
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 146 /* UINT16 must hold at least the values 0..65535. */
149 typedef unsigned short UINT16;
151 typedef unsigned int UINT16;
  /external/jpeg/
jmorecfg.h 171 /* UINT16 must hold at least the values 0..65535. */
174 typedef uint16_t UINT16;
176 typedef unsigned int UINT16;
  /external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h 33 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
52 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv);
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 168 /* UINT16 must hold at least the values 0..65535. */
171 typedef unsigned short UINT16;
173 typedef unsigned int UINT16;
  /external/bluetooth/bluedroid/stack/mcap/
mca_api.c 336 UINT16 ctrl_psm, UINT16 sec_mask)
423 tMCA_RESULT MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
424 UINT16 mdl_id, UINT8 peer_dep_id,
502 UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code,
599 tMCA_RESULT MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm,
600 UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg)
668 UINT16 mdl_id, UINT8 rsp_code,
831 tMCA_RESULT MCA_Delete(tMCA_CL mcl, UINT16 mdl_id)
915 UINT16 MCA_GetL2CapChannel (tMCA_DL mdl
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 59 UINT16 size, needed;
66 DISP_NCI ((UINT8 *) (p_msg + 1) + p_msg->offset, (UINT16) (p_msg->len), TRUE);
152 DISP_NCI ((UINT8 *) (p_msg + 1) + p_msg->offset, (UINT16) (p_msg->len), TRUE);
181 UINT16 len;
278 UINT16 len;
396 UINT16 opcode, old_opcode;
533 UINT16 data_len;
727 UINT16 max_len;
728 UINT16 buf_len, offset;
784 DISP_NCI (p + delta, (UINT16) (p_buf->len - delta), FALSE)
    [all...]

Completed in 590 milliseconds

<<11121314151617181920>>