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

<<11121314151617181920>>

  /external/libnfc-nci/src/udrv/include/
uipc.h 127 UDRV_API extern BOOLEAN UIPC_Send(tUIPC_CH_ID ch_id, UINT16 msg_evt, UINT8 *p_buf, UINT16 msglen);
138 UDRV_API extern UINT32 UIPC_Read(tUIPC_CH_ID ch_id, UINT16 *p_msg_evt, UINT8 *p_buf, UINT32 len);
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq16.c 38 void bim_createHisto16( uint16* histoPtrA,
42 uint16* dstPtrL;
43 const uint16* srcPtrL;
66 void bim_createHistoOfSection16( uint16* histoPtrA,
71 const uint16* srcPtrL;
72 uint16* dstPtrL;
121 const uint16* histoPtrA )
126 const uint16* histoArrPtrL;
127 uint16* dstPtrL;
128 uint16 mappingL[ 256 ]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AudioCVT.3 9 Uint16 src_format;
10 Uint16 dest_format;
17 void (*filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmeth.h 94 uint16 subtype; /* Vendor specific..32769 */
95 uint16 length;
99 uint16 usr_subtype;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 204 Uint16 *srcp = (Uint16 *)(from); \
205 Uint16 *dstp = (Uint16 *)(to); \
294 Uint16 *srcp = (Uint16 *)(from); \
295 Uint16 *dstp = (Uint16 *)(to); \
417 Uint16 *src = (Uint16 *)(from);
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 38 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
40 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);
41 void bnepu_send_peer_multicast_filter_rsp (tBNEP_CONN *p_bcb, UINT16 response_code);
54 tBNEP_CONN *bnepu_find_bcb_by_cid (UINT16 cid)
56 UINT16 xx;
83 UINT16 xx;
112 UINT16 xx;
214 p_buf->len = (UINT16)(p - p_start);
229 void bnep_send_conn_responce (tBNEP_CONN *p_bcb, UINT16 resp_code)
273 UINT16 xx
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
142 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri)
147 UINT16 s_hdl=0;
277 UINT16 GATTS_AddIncludeService (UINT16 service_handle, UINT16 include_svc_handle)
315 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
357 UINT16 GATTS_AddCharDescriptor (UINT16 service_handle
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c 95 int bta_hl_compose_supported_feature_list( UINT8 *p, UINT16 num_elem,
98 UINT16 xx, str_len, seq_len;
144 BOOLEAN bta_hl_add_sup_feature_list (UINT32 handle, UINT16 num_elem,
174 UINT16 svc_class_id_list[BTA_HL_NUM_SVC_ELEMS];
178 UINT16 browse_list[] = {UUID_SERVCLASS_PUBLIC_BROWSE_GROUP};
182 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE;
183 UINT16 version = BTA_HL_VERSION_01_00;
244 (UINT16)ATTR_ID_SERVICE_NAME,
256 (UINT16)ATTR_ID_SERVICE_DESCRIPTION,
270 (UINT16)ATTR_ID_PROVIDER_NAME
    [all...]
bta_hl_ci.c 49 UINT16 evt )
84 UINT16 evt )
119 UINT16 evt )
154 UINT16 evt )
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 114 typedef UINT16 tBTA_AG_PEER_FEAT;
120 typedef UINT16 tBTA_AG_PEER_CODEC;
204 UINT16 id;
205 UINT16 value;
213 UINT16 num;
214 UINT16 audio_handle;
215 UINT16 errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */
260 UINT16 handle;
303 UINT16 num;
373 UINT16 sco_pkt_types
    [all...]
bta_pan_api.h 80 UINT16 handle; /* Handle associated with this connection. */
89 UINT16 handle; /* Handle associated with this connection. */
99 UINT16 handle; /* Handle associated with the connection. */
193 BTA_API extern void BTA_PanClose(UINT16 handle);
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 68 static int add_sdp_by_uuid(const char *name, const uint8_t *service_uuid, UINT16 channel)
98 if( SDP_AddSequence(btm_sdp_handle, (UINT16) ATTR_ID_SERVICE_CLASS_ID_LIST,
106 UINT16 list[1];
141 UINT16 pbs_service = UUID_SERVCLASS_PBAP_PSE;
142 UINT16 browse = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP;
175 (UINT16)ATTR_ID_SERVICE_NAME,
230 UINT16 service = UUID_SERVCLASS_MESSAGE_ACCESS;
231 UINT16 browse = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP;
252 p_bta_maps_cfg->mas_id = (UINT16)strtol(&map_handle_buf[0],NULL, 16);
253 p_bta_maps_cfg->supported_message_types = (UINT16)strtol(&map_type_buf[0],NULL, 16)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_tables.h 97 extern const uint16 huffTable_1[];
98 extern const uint16 huffTable_2[];
99 extern const uint16 huffTable_3[];
100 extern const uint16 huffTable_5[];
101 extern const uint16 huffTable_6[];
102 extern const uint16 huffTable_7[];
103 extern const uint16 huffTable_8[];
104 extern const uint16 huffTable_9[];
105 extern const uint16 huffTable_10[];
106 extern const uint16 huffTable_11[]
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 152 typedef void (tBTIF_CBACK) (UINT16 event, char *p_param);
153 typedef void (tBTIF_COPY_CBACK) (UINT16 event, char *p_dest, char *p_src);
167 UINT16 event; /* message event id */
176 bt_status_t btif_transfer_context (tBTIF_CBACK *p_cback, UINT16 event, char* p_params,
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 47 UINT16 len;
55 UINT16 size_needed;
117 tAVRC_STS AVRC_ParsResponse (tAVRC_MSG *p_msg, tAVRC_RESPONSE *p_result, UINT8 *p_buf, UINT16 buf_len)
120 UINT16 id;
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 52 typedef void (tHID_HOST_SDP_CALLBACK) (UINT16 result, UINT16 attr_mask,
139 HID_API extern tHID_STATUS HID_HostAddDev (BD_ADDR addr, UINT16 attr_mask,
175 UINT8 param, UINT16 data,
  /external/chromium_org/chrome/browser/media/
wv_test_license_server_config.h 24 uint16 port_;
  /external/chromium_org/cloud_print/gcp20/prototype/
service_parameters.cc 19 uint16 http_port)
  /external/chromium_org/content/browser/geolocation/
osx_wifi.h 70 typedef UInt16 WINetworkInfoFlags;
74 UInt16 channel; // Channel for the network.
78 UInt16 beaconInterval; // Beacon interval in milliseconds
80 UInt16 nameLen;
  /external/chromium_org/content/common/
content_constants_internal.h 17 extern const uint16 kMaxPluginSideLength;
  /external/chromium_org/content/test/plugin/
plugin_execute_stream_javascript.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url2_test.h 25 NPBool seekable, uint16* stype) OVERRIDE;
plugin_thread_async_call_test.h 23 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
plugin_windowless_test.h 24 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
  /external/chromium_org/courgette/
disassembler_win32_x64.h 122 uint16 size_of_optional_header_;
123 uint16 offset_of_data_directories_;
125 uint16 machine_type_;
126 uint16 number_of_sections_;

Completed in 1012 milliseconds

<<11121314151617181920>>