HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 551 - 575 of 1769) sorted by null

<<21222324252627282930>>

  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 94 UINT16 name_len = (UINT16) strlen (p_name);
119 UINT16 name_len;
120 UINT16 available_bytes;
142 name_len = (UINT16) strlen (p_name);
225 UINT16 available_bytes;
395 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p)
  /external/chromium_org/courgette/
assembly_program.cc 121 InstructionWithLabelARM(OP op, uint16 compressed_op, Label* label,
122 const uint8* arm_op, uint16 op_size)
127 uint16 compressed_op() const { return compressed_op_; }
129 uint16 op_size() const { return op_size_; }
131 uint16 compressed_op_;
133 uint16 op_size_;
190 CheckBool AssemblyProgram::EmitRel32ARM(uint16 op, Label* label,
191 const uint8* arm_op, uint16 op_size) {
439 uint16 compressed_op =
531 uint16 op_size
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.h 117 Pixel = *((Uint16 *)(buf)); \
144 Pixel = *((Uint16 *)(buf)); \
200 Uint16 Pixel; \
203 *((Uint16 *)(buf)) = Pixel; \
233 Uint16 *bufp; \
234 Uint16 Pixel; \
236 bufp = (Uint16 *)buf; \
307 Pixel = *((Uint16 *)(buf)); \
354 Uint16 Pixel; \
357 *((Uint16 *)(buf)) = Pixel;
    [all...]
SDL_bmp.c 67 Uint16 bfReserved1;
68 Uint16 bfReserved2;
75 Uint16 biPlanes;
76 Uint16 biBitCount;
315 Uint16 *pix = (Uint16 *)bits;
370 Uint16 bfReserved1;
371 Uint16 bfReserved2;
378 Uint16 biPlanes;
379 Uint16 biBitCount
    [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_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/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 105 uint16 imported_items) {
143 uint16 selected_items = importer::NONE;
159 uint16 supported_items = source_profile.services_supported;
161 uint16 imported_items = (selected_items & supported_items);
177 uint16 browser_services = source_profile.services_supported;
  /external/neven/Embedded/common/src/b_BasicEm/
DynMemManager.h 65 uint16* memPtrE;
100 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA,
108 uint16* memPtrA );
111 uint16* bbs_DynMemManager_nextBlock( struct bbs_Context* cpA,
114 uint16* curBlockPtrA,
UInt16Arr.h 44 /** pointer to array of uint16 */
45 uint16* arrPtrE;
113 const struct bbs_UInt16Arr* ptrA, uint16* memPtrA );
118 const uint16* memPtrA,
126 uint16 valA );
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.h 38 /** Pyramidal image of uint16 (packed bytes).
55 * Use function uint16* bim_UInt16BytePyrImage_arrPtr( uint32 levelA ) to obtain adress of image at given depth level
110 uint16* bim_UInt16BytePyrImage_arrPtr( struct bbs_Context* cpA,
139 uint16* memPtrA );
144 const uint16* memPtrA,
  /external/bluetooth/bluedroid/bta/include/
bta_fs_co.h 75 typedef UINT16 tBTA_FS_CO_STATUS;
96 #define BTA_FS_O_MODE_MASK(x) (((UINT16)(x)) & 0x0003)
151 UINT16 nbytes; /* number of bytes for last read/write */
203 UINT16 evt, UINT8 app_id);
240 BTA_API extern void bta_fs_co_resume_op(UINT32 offset, UINT16 evt, UINT8 app_id);
282 BTA_API extern void bta_fs_co_resume(UINT16 evt, UINT8 app_id);
366 BTA_API extern void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt,
394 BTA_API extern void bta_fs_co_write(int fd, const UINT8 *p_buf, UINT16 nbytes, UINT16 evt
    [all...]
bta_api.h 191 typedef UINT16 tBTA_DM_DISC; /* this discoverability mode is a bit mask among BR mode and LE mode */
202 typedef UINT16 tBTA_DM_CONN;
346 UINT16 low;
347 UINT16 hi;
356 UINT16 *p_uuid;
402 UINT16 appearance; /* appearance data */
436 UINT16 adv_int_min; /* minimum adv interval */
437 UINT16 adv_int_max; /* maximum adv interval */
549 UINT16 uuid16_mask;
570 UINT16 company_id; /* company ID *
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 38 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
40 UINT16 i;
41 UINT16 act_size;
50 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
63 p_cb->freeq[id].size = (UINT16) tempsize;
368 void *GKI_getbuf (UINT16 size)
402 if (((UINT16)1 << p_cb->pool_list[i]) & p_cb->pool_access_mask)
586 UINT16 GKI_get_buf_size (void *p_buf)
688 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox))
    [all...]
  /external/chromium_org/media/cast/rtcp/
rtcp_sender.cc 28 uint16 MergeEventTypeAndTimestampForWireFormat(
36 uint16 time_delta_12_bits =
37 static_cast<uint16>(time_delta_ms & kMaxWireFormatTimeDeltaMs);
39 uint16 event_type_4_bits = ConvertEventTypeToWireFormat(event);
169 uint16 target_delay_ms) {
220 uint16 number_of_rows = (report_block) ? 7 : 1;
458 std::list<uint16>::const_iterator it = nack->nack_list.begin();
461 uint16 nack_sequence_number = *it;
462 uint16 bitmask = 0;
465 int shift = static_cast<uint16>(*it - nack_sequence_number) - 1
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 349 #define AVRC_CHARSET_ID_ASCII ((UINT16) 0x0003) /* ASCII */
350 #define AVRC_CHARSET_ID_UTF8 ((UINT16) 0x006a) /* UTF-8 */
351 #define AVRC_CHARSET_ID_UTF16 ((UINT16) 0x03f7) /* 1015 */
352 #define AVRC_CHARSET_ID_UTF32 ((UINT16) 0x03f9) /* 1017 */
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 155 BOOLEAN l2c_link_hci_conn_comp (UINT8 status, UINT16 handle, BD_ADDR p_bda)
360 BOOLEAN l2c_link_hci_disc_comp (UINT16 handle, UINT8 reason)
487 BOOLEAN l2c_link_hci_qos_violation (UINT16 handle)
523 UINT16 timeout;
703 UINT16 qq, yy, qq_remainder;
705 UINT16 hi_quota, low_quota;
706 UINT16 num_lowpri_links = 0;
707 UINT16 num_hipri_links = 0;
708 UINT16 controller_xmit_quota = l2cb.num_lm_acl_bufs;
709 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A
    [all...]
l2c_utils.c 342 BT_HDR *l2cu_build_header (tL2C_LCB *p_lcb, UINT16 len, UINT8 cmd, UINT8 id)
423 void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id,
424 UINT16 p1, UINT16 p2)
426 UINT16 param_len;
438 if ((p_buf = l2cu_build_header (p_lcb, (UINT16) (L2CAP_CMD_REJECT_LEN + param_len), L2CAP_CMD_REJECT, rem_id)) == NULL )
507 void l2cu_send_peer_connect_rsp (tL2C_CCB *p_ccb, UINT16 result, UINT16 status)
550 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 217 (UINT16 *) ((UINT8 *)bte_btu_stack + BTE_BTU_STACK_SIZE),
520 UINT16 handle;
521 UINT16 peer_codec;
522 UINT16 state;
544 int set_audio_state(UINT16 handle, UINT16 codec, UINT8 state, void *param)
586 void bte_main_hci_send (BT_HDR *p_msg, UINT16 event)
588 UINT16 sub_event = event & BT_SUB_EVT_MASK; /* local controller ID */
730 p_hdr = (BT_HDR *) GKI_getbuf ((UINT16) size);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 491 UINT16 media_seq; /* media packet sequence number */
517 UINT16 peer_mtu; /* L2CAP mtu of the peer device */
518 UINT16 my_mtu; /* Our MTU for this channel */
519 UINT16 my_flush_to; /* Our flush timeout for this channel */
520 UINT16 lcid;
530 UINT16 lcid; /* L2CAP LCID of the associated transport channel */
613 extern UINT8 avdt_scb_verify(tAVDT_CCB *p_ccb, UINT8 state, UINT8 *p_seid, UINT16 num_seid, UINT8 *p_err_code);
690 extern tAVDT_TC_TBL *avdt_ad_tc_tbl_by_lcid(UINT16 lcid);
693 extern void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason);
  /system/core/adb/
usb_osx.c 57 UInt16 vendor, UInt16 product);
129 UInt16 vendor;
130 UInt16 product;
207 UInt16 buffer[256];
208 UInt16 languages[128];
304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product)
347 UInt16 maxPacketSize;
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 297 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle)
455 tPAN_RESULT PAN_Disconnect (UINT16 handle)
510 tPAN_RESULT PAN_Write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext)
569 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext)
572 UINT16 i;
677 tPAN_RESULT PAN_SetProtocolFilters (UINT16 handle,
678 UINT16 num_filters
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 86 typedef UINT16 tNFA_HANDLE;
179 UINT16 tlv_size; /* The length of TLV */
291 UINT16 *p_system_codes; /* Pointer to list of system codes */
300 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */
350 UINT16 len; /* Length of data */
365 UINT16 remote_wks; /* Well-Known service mask of peer */
367 UINT16 remote_link_miu;/* Link MIU of peer */
368 UINT16 local_link_miu; /* Link MIU of local */
390 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */
442 UINT16 len; /* Length of data *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 426 UINT16 length;
427 UINT16 canWrapLineAfter :1;
428 UINT16 isWhitespace :1;
429 UINT16 isNewline :1;
430 UINT16 isSoftHyphen :1;
431 UINT16 isRightToLeft :1;
432 UINT16 padding :11;
441 UINT16 designUnitsPerEm;
442 UINT16 ascent;
443 UINT16 descent
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 40 static void btm_cback(UINT16 index, void *p_data)
66 if (*((UINT16 *) p_data))
68 GAP_TRACE_EVENT(" GAP Discovery Complete Event(SDP Result: 0x%04x)", *((UINT16 *) p_data));
287 UINT16 gap_find_local_addr_by_name (const tBTM_BD_NAME devname, BD_ADDR bd_addr)
381 BOOLEAN gap_is_service_busy (UINT16 request)
407 UINT16 gap_convert_btm_status (tBTM_STATUS btm_status)

Completed in 1784 milliseconds

<<21222324252627282930>>