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

<<21222324252627282930>>

  /external/libnfc-nci/src/nfa/include/
nfa_nv_ci.h 40 UINT16 num_read;
99 NFC_API extern void nfa_nv_ci_read (UINT16 num_bytes_read,
nfa_nv_co.h 91 NFC_API extern void nfa_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
111 NFC_API extern void nfa_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
  /external/libnfc-nci/src/nfa/int/
nfa_sys.h 82 UINT16 mbox_evt; /* GKI mailbox event */
124 extern void nfa_sys_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
  /external/neven/Embedded/common/src/b_APIEm/
Functions.c 289 uint32 bpi_memWriteCsa16( uint16* memPtrA, uint32 memSizeA, uint16 chkSumA )
291 uint16* memPtrL = memPtrA - memSizeA + 1;
293 uint16 sumL = 0;
294 uint16 csaL = 0;
299 uint16 valL = 0;
310 uint32 bpi_memReadCsa16( const uint16* memPtrA )
312 return bbs_SIZEOF16( uint16 );
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c 38 uint16* histoPtrA,
42 uint16* dstPtrL;
65 uint16* histoPtrA,
71 uint16* dstPtrL;
116 const uint16* histoPtrA )
121 const uint16* histoArrPtrL;
164 uint16 histogramL[ 256 ];
175 uint16 histogramL[ 256 ];
  /external/tpm2/
CpriMisc.c 28 UINT16 size // IN: size of the output.
33 size = size - (((UINT16) BN_num_bits(inVal) + 7) / 8);
NV_fp.h 37 UINT16 size, // IN: size of NV data
47 UINT16 NvGetName(TPMI_RH_NV_INDEX handle, // IN: handle of the index
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 86 uint16 pr_cursig; /* Current signal. */
87 uint16 unused;
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows_386.go 51 wprocessorlevel uint16
52 wprocessorrevision uint16
  /prebuilts/go/linux-x86/src/runtime/
defs_windows_386.go 51 wprocessorlevel uint16
52 wprocessorrevision uint16
  /system/bt/bta/av/
bta_av_cfg.c 60 const UINT16 bta_av_audio_flush_to[] = {
168 const UINT16 bta_av_rc_id[] =
217 const UINT16 bta_av_rc_id_ac[] =
250 UINT16 *p_bta_av_rc_id_ac = (UINT16 *) bta_av_rc_id_ac;
252 UINT16 *p_bta_av_rc_id_ac = NULL;
255 UINT16 *p_bta_av_rc_id = (UINT16 *) bta_av_rc_id;
  /system/bt/bta/dm/
bta_dm_ci.c 101 void bta_dm_sco_ci_data_ready(UINT16 event, UINT16 sco_handle)
  /system/bt/bta/hf_client/
bta_hf_client_at.h 38 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
84 UINT16 buf_len;
  /system/bt/btif/co/
bta_hl_co.c 322 UINT16 buf_size, UINT8 *p_buf, UINT16 evt)
367 UINT16 data_size, UINT8 *p_data, UINT16 evt)
419 UINT16 buf_size, UINT8 *p_buf, UINT16 evt)
448 UINT16 data_size, UINT8 *p_data, UINT16 evt)
  /system/bt/stack/gap/
gap_utils.c 87 BOOLEAN gap_is_service_busy (UINT16 request)
113 UINT16 gap_convert_btm_status (tBTM_STATUS btm_status)
  /system/bt/stack/l2cap/
l2c_csm.c 45 static void l2c_csm_closed (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
46 static void l2c_csm_orig_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
47 static void l2c_csm_term_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
48 static void l2c_csm_w4_l2cap_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
49 static void l2c_csm_w4_l2ca_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
50 static void l2c_csm_config (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
51 static void l2c_csm_open (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
52 static void l2c_csm_w4_l2cap_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
53 static void l2c_csm_w4_l2ca_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
56 static char *l2c_csm_get_event_name (UINT16 event)
    [all...]
l2c_ucd.c 57 UINT16 xx;
96 UINT16 psm;
130 UINT16 xx;
161 static void l2c_ucd_disconnect_ind_cback (UINT16 cid, BOOLEAN result)
175 static void l2c_ucd_config_ind_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
189 static void l2c_ucd_config_cfm_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
205 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info )
268 BOOLEAN L2CA_UcdDeregister ( UINT16 psm )
272 UINT16 xx;
329 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type
    [all...]
  /system/extras/perfprofd/quipper/base/
basictypes.h 26 typedef uint16_t uint16; typedef
46 const uint16 kuint16max = 0xFFFF;
  /system/bt/stack/pan/
pan_main.c 94 void pan_conn_ind_cb (UINT16 handle,
128 remote_uuid->uu.uuid16 = (UINT16)((remote_uuid->uu.uuid128[2] << 8) | remote_uuid->uu.uuid128[3]);
137 remote_uuid->uu.uuid16 = (UINT16)remote_uuid->uu.uuid32;
162 local_uuid->uu.uuid16 = (UINT16)((local_uuid->uu.uuid128[2] << 8) | local_uuid->uu.uuid128[3]);
171 local_uuid->uu.uuid16 = (UINT16)local_uuid->uu.uuid32;
331 void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change)
433 void pan_data_ind_cb (UINT16 handle,
436 UINT16 protocol,
438 UINT16 len,
442 UINT16 i
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/
plan9obj.a 256 ? runtime.duffzero?,type.map[uint16]string?
261 0runtime.morestack_noctxt??"".autotmp_0111?:type.map.bucket[uint16]string"".autotmp_0110?4type.map.hdr[uint16]string"".autotmp_0108??type.struct { F uintptr; syms *[]"".Sym; fname map[uint16]string }"".autotmp_0107?Btype.struct { F uintptr; n *int }"".syms?type.[]"".Sym"".fname?,type.map[uint16]string "".err?type.error"".n?type.int "".~r3ptype.error "".~r2@type.[]"".Sym"".ptrsz0type.int"".symtabtype.[]uint84"???????@???B?N 8 2?A$6G2AW??-?Tgclocals·1d16d16c28ff1aa217c10ee3962bf204Tgclocals·b7022647afe3fd5e30eec5d88d883f4ddprebuilts/go/darwin-x86/src/debug/plan9obj/file.go?$"".(*File).Symbols? ? eH? %H?D$?H;A?H??1?H??$?H??$?H??$?1?H??$?H??$?H??$?H?$H?H?\$H?D$?H?D$1?H9???H?H?\$pH?D$x1?H?\$PH?\$XH?H?$?H?D$H?D$HH?l$xH?hH?l$p?=u|H?(H?D$HH?1?H9?t7H?L$H1?H??$?H??$?H??$?H??$?H??$?H???H?H?$H?H?\$H?H?\$?H?D$?H?$H?l$?H?D$H?o???H?$?H?l$H??$?H?T$H??$?H?L$H??$?H?D$ H?\$(H??$?H??$?H????H?H??$?H?$?1?H?\$`H?\$hH?H?$?H?D$H?D$HH??$?H?hH??$??=u|H?(H?D$HH?1?H9?t7H?T$H1?H??$?H??$?H??$?H??$?H??$?H???H?H?$H?H?\$H?H?\$?H?D$?H?$H?l$?H?D$H?o???H?,$H?T$H?L$H??$?H?kH?l$?H?T$ H?L$(H?D$0H?l$8H?t$@H??$?H??$?H??$?H??$?H??$?H?????????4
307 ?,type.map[uint16]string?
309 "runtime.newobject?:go.string."bad filename code"?type.uint16?
322 *runtime.concatstring2?6runtime.writeBarrierEnabled?,type.map[uint16]string?
334 "runtime.morestackp?("".autotmp_0149type.uint8"".autotmp_0147?(type.*"".formatError"".autotmp_0143type.uint16"".autotmp_0142type.int"".autotmp_0141type.string"".autotmp_0140type.string"".autotmp_0139(type.*"".formatError"".autotmp_0138type.uint16"".autotmp_0137?type.uint16"".autotmp_0136type.[]uint8"".autotmp_0134type.int"" (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/debug/
plan9obj.a 256 ? runtime.duffzero?,type.map[uint16]string?
261 0runtime.morestack_noctxt??"".autotmp_0111?:type.map.bucket[uint16]string"".autotmp_0110?4type.map.hdr[uint16]string"".autotmp_0108??type.struct { F uintptr; syms *[]"".Sym; fname map[uint16]string }"".autotmp_0107?Btype.struct { F uintptr; n *int }"".syms?type.[]"".Sym"".fname?,type.map[uint16]string "".err?type.error"".n?type.int "".~r3ptype.error "".~r2@type.[]"".Sym"".ptrsz0type.int"".symtabtype.[]uint84"???????@???B?N 8 2?A$6G2AW??-?Tgclocals·1d16d16c28ff1aa217c10ee3962bf204Tgclocals·b7022647afe3fd5e30eec5d88d883f4dbprebuilts/go/linux-x86/src/debug/plan9obj/file.go?$"".(*File).Symbols? ? dH? %H?D$?H;A?H??1?H??$?H??$?H??$?1?H??$?H??$?H??$?H?$H?H?\$H?D$?H?D$1?H9???H?H?\$pH?D$x1?H?\$PH?\$XH?H?$?H?D$H?D$HH?l$xH?hH?l$p?=u|H?(H?D$HH?1?H9?t7H?L$H1?H??$?H??$?H??$?H??$?H??$?H???H?H?$H?H?\$H?H?\$?H?D$?H?$H?l$?H?D$H?o???H?$?H?l$H??$?H?T$H??$?H?L$H??$?H?D$ H?\$(H??$?H??$?H????H?H??$?H?$?1?H?\$`H?\$hH?H?$?H?D$H?D$HH??$?H?hH??$??=u|H?(H?D$HH?1?H9?t7H?T$H1?H??$?H??$?H??$?H??$?H??$?H???H?H?$H?H?\$H?H?\$?H?D$?H?$H?l$?H?D$H?o???H?,$H?T$H?L$H??$?H?kH?l$?H?T$ H?L$(H?D$0H?l$8H?t$@H??$?H??$?H??$?H??$?H??$?H?????????4
307 ?,type.map[uint16]string?
309 "runtime.newobject?:go.string."bad filename code"?type.uint16?
322 *runtime.concatstring2?6runtime.writeBarrierEnabled?,type.map[uint16]string?
334 "runtime.morestackp?("".autotmp_0149type.uint8"".autotmp_0147?(type.*"".formatError"".autotmp_0143type.uint16"".autotmp_0142type.int"".autotmp_0141type.string"".autotmp_0140type.string"".autotmp_0139(type.*"".formatError"".autotmp_0138type.uint16"".autotmp_0137?type.uint16"".autotmp_0136type.[]uint8"".autotmp_0134type.int"" (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/http/
fcgi.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/net/http/
fcgi.a     [all...]
  /system/bt/bta/hh/
bta_hh_le.c 51 static const UINT16 bta_hh_uuid_to_rtp_type[BTA_LE_HID_RTP_UUID_MAX][2] =
78 UINT16 conn_id;
79 UINT16 handle;
83 UINT16 len;
88 static list_t *gatt_op_queue_executing = NULL; // list of UINT16 connection ids that currently execute
90 static void mark_as_executing(UINT16 conn_id) {
91 UINT16 *executing_conn_id = osi_malloc(sizeof(UINT16));
100 UINT16 *conn_id = context;
101 UINT16 *conn_id2 = data
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 253 uint16 cat_id; /* Category ID */
256 uint16 sub_cat_id; /* Sub Category ID */
265 uint16 wps_cfg_meths; /* Config Methods: reg_prototlv.h WPS_CONFMET_* */
486 uint16 svc_updi; /* Service Update Indicator */
495 uint16 len; /* Length: 5 plus size of Query Data */
504 uint16 info_id; /* Info ID: 0xDDDD */
505 uint16 len; /* Length of service request TLV, 5 plus the size of request data */
515 uint16 qreq_len; /* Query Request Length */
522 uint16 len; /* Length: 5 plus size of Query Data */
532 uint16 info_id; /* Info ID: 0xDDDD *
    [all...]

Completed in 980 milliseconds

<<21222324252627282930>>