Searched
full:uint16 (Results
351 -
375 of
1177) sorted by null
<<11121314151617181920>>
/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) 583 UINT16 GKI_get_buf_size (void *p_buf) 685 GKI_send_event(task_id, (UINT16)EVENT_MASK(mbox)) [all...] |
/external/libnfc-nci/src/nfc/include/ |
rw_api.h | 151 UINT16 msg_len; /* Length of the NDEF message */ 167 UINT16 *p_system_codes; /* Table of system codes */ 220 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */ 395 NFC_API extern tNFC_STATUS RW_T1tReadNDef (UINT8 *p_buffer, UINT16 buf_len); 409 NFC_API extern tNFC_STATUS RW_T1tWriteNDef (UINT16 msg_len, UINT8 *p_msg); 481 NFC_API extern tNFC_STATUS RW_T2tRead (UINT16 block); 496 NFC_API extern tNFC_STATUS RW_T2tWrite (UINT16 block, UINT8 *p_write_data); 540 NFC_API extern tNFC_STATUS RW_T2tReadNDef (UINT8 *p_buffer, UINT16 buf_len); 554 NFC_API extern tNFC_STATUS RW_T2tWriteNDef (UINT16 msg_len, UINT8 *p_msg ); [all...] |
/external/bluetooth/bluedroid/bta/ar/ |
bta_ar_int.h | 47 UINT16 ct_categories[2];
|
/external/bluetooth/bluedroid/bta/include/ |
bta_av_sbc.h | 50 UINT16 bits, UINT16 n_channels); 71 ** **************** Please use uint16 array as dst. 204 extern void bta_av_sbc_bld_hdr(BT_HDR *p_buf, UINT16 fr_per_pkt);
|
bta_jv_co.h | 47 BTA_API extern int bta_co_rfc_data_outgoing(void *user_data, UINT8* buf, UINT16 size);
|
/external/bluetooth/bluedroid/gki/ulinux/ |
data_types.h | 31 typedef unsigned short UINT16;
|
/external/bluetooth/bluedroid/stack/pan/ |
pan_api.c | 296 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle) 454 tPAN_RESULT PAN_Disconnect (UINT16 handle) 511 tPAN_RESULT PAN_Write (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext) 514 UINT16 i; 620 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) 623 UINT16 i; 630 UINT16 len [all...] |
/external/chromium/chrome/browser/chromeos/ |
proxy_cros_settings_provider.h | 35 uint16 port,
|
/external/chromium/chrome/browser/importer/ |
importer_data_types.h | 40 uint16 services_supported; // Bitmask of ImportItem.
|
/external/chromium/net/base/ |
host_port_pair.cc | 16 HostPortPair::HostPortPair(const std::string& in_host, uint16 in_port)
|
ssl_cipher_suite_names.h | 21 uint16 cipher_suite);
|
ssl_cipher_suite_names_generate.go | 34 value uint16 139 lastValue := uint16(0) 141 fmt.Printf("struct CipherSuite {\n uint16 cipher_suite, encoded;\n};\n\n") 149 value := uint16(fromHex(r.Value[2])<<12 | fromHex(r.Value[3])<<8 | fromHex(r.Value[7])<<4 | fromHex(r.Value[8]))
|
/external/chromium/net/disk_cache/ |
hash.cc | 6 typedef uint16 uint16_t;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
bytebuffer.cc | 74 bool ByteBuffer::ReadUInt16(uint16* val) { 77 uint16 v; 148 void ByteBuffer::WriteUInt16(uint16 val) { 149 uint16 v = HostToNetwork16(val);
|
/external/expat/amiga/ |
expat_base.h | 35 uint16 pad;
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_api.c | 68 (UINT16 *) ((UINT8 *)nfc_hal_task_stack + NFC_HAL_TASK_STACK_SIZE), 157 UINT16 size; 165 if ((p_msg = (NFC_HDR *)GKI_getbuf ((UINT16)(size + NFC_HDR_SIZE))) != NULL) 189 void HAL_NfcWrite (UINT16 data_len, UINT8 *p_data)
|
/external/libnfc-nci/src/hal/int/ |
nfc_hal_int_api.h | 55 UINT16 xtal_freq; 107 typedef void (tNFC_HAL_NCI_CBACK) (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data); 224 UINT16 patch_data_len); 244 UINT16 i2c_patchfile_len, UINT32 prei2c_delay);
|
/external/libnfc-nci/src/nfa/int/ |
nfa_rw_int.h | 200 UINT16 first_block_number; 201 UINT16 number_blocks; 310 UINT16 i93_afi_location; 313 UINT16 i93_num_block;
|
/external/libnfc-nci/src/udrv/include/ |
udac.h | 29 typedef UINT16 tUDAC_GAIN;
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
basic_types.h | 57 typedef unsigned short uint16; typedef
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_MapRGB.3 | |
SDL_MapRGBA.3 | |
SDL_MouseButtonEvent.3 | 11 Uint16 x, y;
|
SDL_MouseMotionEvent.3 | 10 Uint16 x, y;
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_rwops.h | 131 extern DECLSPEC Uint16 SDLCALL SDL_ReadLE16(SDL_RWops *src); 132 extern DECLSPEC Uint16 SDLCALL SDL_ReadBE16(SDL_RWops *src); 141 extern DECLSPEC int SDLCALL SDL_WriteLE16(SDL_RWops *dst, Uint16 value); 142 extern DECLSPEC int SDLCALL SDL_WriteBE16(SDL_RWops *dst, Uint16 value);
|
Completed in 411 milliseconds
<<11121314151617181920>>