/external/chromium_org/cloud_print/gcp20/prototype/ |
command_line_reader.h | 14 uint16 ReadHttpPort(uint16 default_value);
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
scale.h | 37 void ScalePlane_16(const uint16* src, int src_stride, 39 uint16* dst, int dst_stride, 65 int I420Scale_16(const uint16* src_y, int src_stride_y, 66 const uint16* src_u, int src_stride_u, 67 const uint16* src_v, int src_stride_v, 69 uint16* dst_y, int dst_stride_y, 70 uint16* dst_u, int dst_stride_u, 71 uint16* dst_v, int dst_stride_v,
|
/external/bluetooth/bluedroid/stack/include/ |
port_api.h | 99 typedef int (tPORT_DATA_CALLBACK) (UINT16 port_handle, void *p_data, UINT16 len); 104 typedef int (tPORT_DATA_CO_CALLBACK) (UINT16 port_handle, UINT8* p_buf, UINT16 len, int type); 106 typedef void (tPORT_CALLBACK) (UINT32 code, UINT16 port_handle); 218 RFC_API extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, 219 BOOLEAN is_server, UINT16 mtu, 220 BD_ADDR bd_addr, UINT16 *p_handle, 233 RFC_API extern int RFCOMM_RemoveConnection (UINT16 handle); 245 RFC_API extern int RFCOMM_RemoveServer (UINT16 handle) [all...] |
srvc_api.h | 45 typedef UINT16 tDIS_ATTR_MASK; 53 UINT16 len; 59 UINT16 vendor_id; 60 UINT16 product_id; 61 UINT16 product_version; 77 UINT16 attr_mask; 93 UINT16 clt_cfg; 121 UINT16 clt_cfg; 192 GATT_API extern UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info);
|
/external/bluetooth/bluedroid/gki/common/ |
gki.h | 77 #define EVENT_MASK(evt) ((UINT16)(0x0001 << (evt))) 96 UINT16 event; 116 UINT16 count; 141 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16); 156 GKI_API extern UINT8 GKI_send_event (UINT8, UINT16); 162 GKI_API extern void *GKI_getbuf (UINT16); 163 GKI_API extern UINT16 GKI_get_buf_size (void *); 165 GKI_API extern UINT16 GKI_poolcount (UINT8); 166 GKI_API extern UINT16 GKI_poolfreecount (UINT8) [all...] |
gki_common.h | 72 UINT16 size; /* size of the buffers in the pool */ 73 UINT16 total; /* toatal number of buffers */ 74 UINT16 cur_cnt; /* number of buffers currently allocated */ 75 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ 84 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */ 100 UINT16 type; 252 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */ 258 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */ 259 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/ 306 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS] [all...] |
/external/bluetooth/bluedroid/stack/avct/ |
avct_int.h | 63 UINT16 peer_mtu; /* peer l2c mtu */ 64 UINT16 ch_result; /* L2CAP connection result value */ 65 UINT16 ch_lcid; /* L2CAP channel LCID */ 74 UINT16 peer_mtu; /* peer l2c mtu */ 75 UINT16 ch_result; /* L2CAP connection result value */ 76 UINT16 ch_lcid; /* L2CAP channel LCID */ 82 UINT16 conflict_lcid; /* L2CAP channel LCID */ 90 UINT16 peer_mtu; /* peer l2c mtu */ 91 UINT16 ch_result; /* L2CAP connection result value */ 92 UINT16 ch_lcid; /* L2CAP channel LCID * [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_int.h | 49 extern void RFCOMM_StartRsp (tRFC_MCB *p_mcb, UINT16 result); 51 extern void RFCOMM_DlcEstablishReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu); 52 extern void RFCOMM_DlcEstablishRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result); 58 extern void RFCOMM_ParNegReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu); 59 extern void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k); 61 extern void RFCOMM_TestReq (UINT8 *p_data, UINT16 len); 69 extern void RFCOMM_PortNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 param_mask); 96 UINT16 mtu; 103 UINT16 data_len [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_hl.h | 143 UINT16 data_type; 144 UINT16 max_tx_apdu_size; 145 UINT16 max_rx_apdu_size; 150 UINT16 data_type; 163 UINT16 mdl_id; 170 UINT16 peer_data_type; 176 UINT16 mtu; 178 UINT16 tx_size; 202 UINT16 req_ctrl_psm; 203 UINT16 ctrl_psm [all...] |
/external/bluetooth/bluedroid/stack/hid/ |
hid_conn.h | 55 UINT16 ctrl_cid; 56 UINT16 intr_cid; 57 UINT16 rem_mtu_size; 58 UINT16 disc_reason; /* Reason for disconnecting (for HID_HDEV_EVT_CLOSE) */
|
/external/chromium_org/net/http/ |
http_version.h | 19 HttpVersion(uint16 major, uint16 minor) : value_(major << 16 | minor) { } 22 uint16 major_value() const { 27 uint16 minor_value() const {
|
/external/libnfc-nci/src/nfa/int/ |
nfa_sys_int.h | 50 UINT16 enable_cplt_flags; 51 UINT16 enable_cplt_mask; 54 UINT16 proc_nfcc_pwr_mode_cplt_flags; 55 UINT16 proc_nfcc_pwr_mode_cplt_mask;
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetGammaRamp.3 | 8 \fBint \fBSDL_SetGammaRamp\fP\fR(\fBUint16 *redtable, Uint16 *greentable, Uint16 *bluetable\fR); 11 Sets the gamma lookup tables for the display for each color component\&. Each table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel\&. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision\&. You may pass NULL to any of the channels to leave them unchanged\&.
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscosmouse_c.h | 40 void FULLSCREEN_WarpWMCursor(_THIS, Uint16 x, Uint16 y); 43 void WIMP_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
napprotocol.h | 32 UINT16 count; 36 UINT16 count; 43 UINT16 size; 48 UINT16 size;
|
/external/bluetooth/bluedroid/bta/include/ |
bta_gattc_co.h | 44 BTA_API extern void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, 45 UINT16 conn_id, BOOLEAN to_save); 60 BTA_API extern void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id); 78 BTA_API extern void bta_gattc_co_cache_save(BD_ADDR server_bda, UINT16 evt, 79 UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr, 80 UINT16 attr_index, UINT16 conn_id); 97 BTA_API extern void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, 98 UINT16 start_index, UINT16 conn_id) [all...] |
bta_ag_ci.h | 48 BTA_API extern void bta_ag_ci_rx_write(UINT16 handle, char *p_data, UINT16 len); 61 BTA_API extern void bta_ag_ci_slc_ready(UINT16 handle); 74 BTA_API extern void bta_ag_ci_wbs_command (UINT16 handle, char *p_data, UINT16 len);
|
/external/bluetooth/bluedroid/stack/gap/ |
gap_conn.c | 33 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id); 34 static void gap_connect_cfm (UINT16 l2cap_cid, UINT16 result); 35 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 36 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg); 37 static void gap_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed); 38 static void gap_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg); 39 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested); 41 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid) [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_common.h | 84 UINT16 size; /* size of the buffers in the pool */ 85 UINT16 total; /* toatal number of buffers */ 86 UINT16 cur_cnt; /* number of buffers currently allocated */ 87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ 96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */ 110 UINT16 type; 260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */ 266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */ 267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/ 317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS] [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_common.h | 84 UINT16 size; /* size of the buffers in the pool */ 85 UINT16 total; /* toatal number of buffers */ 86 UINT16 cur_cnt; /* number of buffers currently allocated */ 87 UINT16 max_cnt; /* maximum number of buffers allocated at any time */ 96 #define MAX_USER_BUF_SIZE ((UINT16)0xffff - BUFFER_PADDING_SIZE) /* pool size must allow for header */ 110 UINT16 type; 260 UINT16 OSStackSize[GKI_MAX_TASKS]; /* stack size available to each task */ 266 UINT16 OSWaitEvt[GKI_MAX_TASKS]; /* events that have to be processed by the task */ 267 UINT16 OSWaitForEvt[GKI_MAX_TASKS]; /* events the task is waiting for*/ 317 UINT16 pool_buf_size[GKI_NUM_TOTAL_BUF_POOLS] [all...] |
/packages/apps/Nfc/nci/jni/ |
DataQueue.h | 66 bool enqueue (UINT8* data, UINT16 dataLen); 81 bool dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen); 98 UINT16 mDataLen; //number of octets of data 99 UINT16 mOffset; //offset of the first octet of data
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 30 uint16 opcode; 136 uint16 bredr; 212 uint16 opcode; 217 uint16 opcode; 222 uint16 handle; 233 uint16 len; 245 uint16 PAL_cap; 246 uint16 AMP_ASSOC_len; 253 uint16 llh; 260 uint16 llh [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_p2p_api.h | 93 UINT16 local_link_miu; 94 UINT16 remote_link_miu; 109 UINT16 remote_miu; 119 UINT16 remote_miu; 150 UINT16 wks; /* well-known service */ 151 UINT16 local_link_miu; 152 UINT16 remote_link_miu; 265 UINT16 miu, 318 UINT16 miu, 337 UINT16 miu [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmendian.h | 31 ((uint16)((((uint16)(val) & (uint16)0x00ffU) << 8) | \ 32 (((uint16)(val) & (uint16)0xff00U) >> 8))) 85 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \ 91 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \ 102 uint16 _val = (val); \ 117 uint16 *_buf = (uint16 *)(buf); [all...] |
/external/libnfc-nci/src/nfc/include/ |
ce_api.h | 163 UINT16 ndef_msg_max, 164 UINT16 ndef_msg_len, 209 NFC_API extern tNFC_STATUS CE_T4TTestSetCC (UINT16 cc_len, 211 UINT16 max_le, 212 UINT16 max_lc); 225 UINT16 file_id, 226 UINT16 max_file_size, 239 NFC_API extern tNFC_STATUS CE_SendRawFrame (UINT8 *p_raw_data, UINT16 data_len); 250 NFC_API extern tNFC_STATUS CE_SetActivatedTagType (tNFC_ACTIVATE_DEVT *p_activate_params, UINT16 t3t_system_code, tCE_CBACK *p_cback);
|