/external/libnfc-nci/src/udrv/include/ |
unv.h | 65 UDRV_API extern BOOLEAN UNV_MapBlock(UINT16, tUNV_STORAGE_PREF, UINT16, 66 UINT16, UINT16 *, void *); 67 UDRV_API extern BOOLEAN UNV_ReadMap(UINT16, tUNV_STORAGE_PREF *, UINT16 *, 68 UINT16 *, UINT16 *); 69 UDRV_API extern BOOLEAN UNV_EraseBlock(UINT16); 70 UDRV_API extern void UNV_Default(UINT16); [all...] |
/external/bluetooth/bluedroid/stack/pan/ |
pan_int.h | 54 UINT16 handle; 57 UINT16 bad_pkts_rcvd; 58 UINT16 src_uuid; 59 UINT16 dst_uuid; 60 UINT16 prv_src_uuid; 61 UINT16 prv_dst_uuid; 62 UINT16 ip_addr_known; 112 extern void pan_conn_ind_cb (UINT16 handle, 117 extern void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change); 118 extern void pan_data_ind_cb (UINT16 handle [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_int.h | 33 #define GATT_CREATE_CONN_ID(tcb_idx, gatt_if) ((UINT16) ((((UINT8)(tcb_idx) ) << 8) | ((UINT8) (gatt_if)))) 34 #define GATT_GET_TCB_IDX(conn_id) ((UINT8) (((UINT16) (conn_id)) >> 8)) 106 UINT16 s_handle; /* starting handle */ 107 UINT16 e_handle; /* ending handle */ 108 UINT16 value_len; /* length of the attribute value */ 123 UINT16 handle; /* read, handle value confirmation */ 124 UINT16 mtu; 131 UINT16 handle; 144 UINT16 handle; /* WRITE, WRITE_BLOB */ 145 UINT16 mtu; /* exchange MTU request * [all...] |
/external/chromium_org/media/cast/rtp_receiver/rtp_parser/test/ |
rtp_packet_builder.h | 22 void SetPacketId(uint16 packet_id); 23 void SetMaxPacketId(uint16 max_packet_id); 25 void SetSequenceNumber(uint16 sequence_number); 34 uint16 packet_id_; 35 uint16 max_packet_id_; 38 uint16 sequence_number_;
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetGammaRamp.3 | 8 \fBint \fBSDL_GetGammaRamp\fP\fR(\fBUint16 *redtable, Uint16 *greentable, Uint16 *bluetable\fR); 11 Gets the gamma translation lookup tables currently used by the display\&. Each table is an array of 256 Uint16 values\&.
|
SDL_WarpMouse.3 | 8 \fBvoid \fBSDL_WarpMouse\fP\fR(\fBUint16 x, Uint16 y\fR);
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdpint.h | 95 UINT16 len; 101 UINT16 num_uids; 109 UINT16 start; 110 UINT16 end; 115 UINT16 num_attr; 125 UINT16 id; 134 UINT16 num_attributes; 145 UINT16 num_records; 160 UINT16 next_attr_index; /* attr index for next continuation response */ 161 UINT16 next_attr_start_id; /* attr id to start with for the attr index in next cont. response (…) [all...] |
/external/chromium_org/device/serial/ |
serial.mojom | 9 uint16 vendor_id; 11 uint16 product_id;
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database_error.h | 16 explicit IndexedDBDatabaseError(uint16 code) : code_(code) {} 17 IndexedDBDatabaseError(uint16 code, const char* message) 19 IndexedDBDatabaseError(uint16 code, const base::string16& message) 23 uint16 code() const { return code_; } 27 const uint16 code_;
|
/external/bluetooth/bluedroid/stack/include/ |
hcimsgs.h | 35 #define HCIC_GET_UINT16(p, off) (UINT16)((*((UINT8 *)((p) + 1) + p->offset + 3 + (off)) + \ 93 HCI_API extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period, 111 HCI_API extern BOOLEAN btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types, 114 UINT16 clock_offset, 128 HCI_API extern BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason); 138 HCI_API extern BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types); 212 HCI_API extern BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types) [all...] |
gap_api.h | 155 typedef void (tGAP_CONN_CALLBACK) (UINT16 gap_handle, UINT16 event); 161 typedef void (tGAP_CALLBACK) (UINT16 event, void *p_data); 170 UINT16 status; 177 UINT16 status; 191 UINT16 service; 198 UINT16 mfc_name; 199 UINT16 lmp_subversion; 209 UINT16 int_min; 210 UINT16 int_max [all...] |
utfc.h | 42 extern UINT16 utfc_16_to_8(UINT8 *p_utf8, UINT16 utf8_len, UINT16 *p_utf16, UINT16 utf16_len); 55 extern UINT16 utfc_8_to_16(UINT16 *p_utf16, UINT16 utf16_len, UINT8 *p_utf8);
|
l2c_api.h | 140 UINT16 rtrans_tout; 141 UINT16 mon_tout; 142 UINT16 mps; 151 UINT16 result; /* Only used in confirm messages */ 153 UINT16 mtu; 157 UINT16 flush_to; 164 UINT16 flags; /* bit 0: 0-no continuation, 1-continuation */ 175 typedef UINT16 tL2CAP_CH_CFG_BITS; 187 typedef void (tL2CA_CONNECT_IND_CB) (BD_ADDR, UINT16, UINT16, UINT8) [all...] |
/external/bluetooth/bluedroid/bta/pan/ |
bta_pan_ci.c | 53 void bta_pan_ci_tx_ready(UINT16 handle) 78 void bta_pan_ci_rx_ready(UINT16 handle) 105 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) 130 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, 131 UINT8 *p_data, UINT16 len, BOOLEAN ext) 173 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, 201 BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16* p_protocol [all...] |
/external/bluetooth/bluedroid/stack/srvc/ |
srvc_battery_int.h | 36 UINT16 ba_level_hdl; 37 UINT16 clt_cfg_hdl; 38 UINT16 rpt_ref_hdl; 39 UINT16 pres_fmt_hdl; 43 UINT16 pending_handle; 70 extern BOOLEAN battery_valid_handle_range(UINT16 handle); 74 extern UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status);
|
srvc_dis_int.h | 31 UINT16 uuid; 32 UINT16 handle; 47 UINT16 service_handle; 48 UINT16 max_handle; 72 extern BOOLEAN dis_valid_handle_range(UINT16 handle); 73 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
|
srvc_eng_int.h | 39 UINT16 conn_id; 74 extern tSRVC_CLCB *srvc_eng_find_clcb_by_conn_id(UINT16 conn_id); 76 extern UINT16 srvc_eng_find_conn_id_by_bd_addr(BD_ADDR bda); 79 extern void srvc_eng_release_channel (UINT16 conn_id) ; 82 extern void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value);
|
/external/bluetooth/bluedroid/btif/include/ |
btif_util.h | 51 const char* dump_dm_search_event(UINT16 event); 52 const char* dump_dm_event(UINT16 event); 53 const char* dump_hf_event(UINT16 event); 54 const char* dump_hf_client_event(UINT16 event); 55 const char* dump_hh_event(UINT16 event); 56 const char* dump_hf_conn_state(UINT16 event); 59 const char* dump_hf_audio_state(UINT16 event); 62 const char* dump_av_conn_state(UINT16 event); 63 const char* dump_av_audio_state(UINT16 event);
|
/external/chromium_org/extensions/common/permissions/ |
usb_device_permission_data.h | 23 // productId are decimal strings representing uint16 values. 38 UsbDevicePermissionData(uint16 vendor_id, 39 uint16 product_id, 55 const uint16& vendor_id() const { return vendor_id_; } 56 const uint16& product_id() const { return product_id_; } 60 uint16& vendor_id() { return vendor_id_; } 61 uint16& product_id() { return product_id_; } 64 uint16 vendor_id_; 65 uint16 product_id_;
|
usb_device_permission.h | 20 CheckParam(uint16 vendor_id, uint16 product_id, int interface_id) 24 const uint16 vendor_id; 25 const uint16 product_id;
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_int.h | 166 UINT16 count; /* How many I-frames to drop in a row; used only with one-shot tests */ 202 UINT16 rx_sdu_len; /* Length of the SDU being received */ 265 UINT16 psm; 266 UINT16 real_psm; /* This may be a dummy RCB for an o/b connection but */ 290 UINT16 local_cid; /* Local CID */ 291 UINT16 remote_cid; /* Remote CID */ 317 UINT16 buff_quota; /* Buffer quota before sending congestion */ 326 UINT16 tx_mps; /* TX MPS adjusted based on current controller */ 327 UINT16 max_rx_mtu; 342 UINT16 fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel * [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_rfc.c | 43 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle); 44 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle); 45 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle); 47 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle); 48 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle); 49 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle); 51 int bta_ag_data_cback_1(UINT16 port_handle, void *p_data, UINT16 len); 52 int bta_ag_data_cback_2(UINT16 port_handle, void *p_data, UINT16 len) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
napenforcementclient.h | 16 UINT16 count; 23 UINT16 length; 31 typedef UINT16 SystemHealthEntityCount; 32 typedef UINT16 EnforcementEntityCount;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
ethernet.h | 121 uint16 ether_type; 152 #define eacmp(a, b) ((((const uint16 *)(a))[0] ^ ((const uint16 *)(b))[0]) | \ 153 (((const uint16 *)(a))[1] ^ ((const uint16 *)(b))[1]) | \ 154 (((const uint16 *)(a))[2] ^ ((const uint16 *)(b))[2])) 161 ((uint16 *)(d))[0] = ((const uint16 *)(s))[0]; \ 162 ((uint16 *)(d))[1] = ((const uint16 *)(s))[1]; [all...] |
/external/chromium_org/cloud_print/gcp20/prototype/ |
dns_response_builder.h | 29 uint16 type; 30 uint16 klass; 39 explicit DnsResponseBuilder(uint16 id); 52 uint16 priority, 53 uint16 weight, uint16 http_port, 78 uint16 type,
|