HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 301 - 325 of 1177) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_huff_cw.cpp 140 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData)
150 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *pMainData)
153 uint16 cw;
167 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *pMainData)
170 uint16 cw;
193 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *pMainData)
196 uint16 cw;
219 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *pMainData)
222 uint16 cw;
248 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *pMainData
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_api.c 71 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
72 tSDP_UUID *p_uuid_list, UINT16 num_attr, UINT16 *p_attr_list)
75 UINT16 xx;
245 void SDP_SetIdleTimeout (BD_ADDR addr, UINT16 timeout)
262 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id,
307 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id)
475 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
728 static BOOLEAN sdp_fill_proto_elem( tSDP_DISC_ATTR *p_attr, UINT16 layer_uuid,
788 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 171 UINT16 mtu);
172 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
177 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
250 UINT16 len;
258 UINT16 len;
373 UINT16 avdt_version; /* AVDTP protocol version */
425 UINT16 buf_size;
471 UINT16 l2c_cid; /* L2CAP channel ID */
472 UINT16 stream_mtu; /* MTU of stream */
473 UINT16 avdt_version; /* the avdt version of peer device *
    [all...]
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 207 UINT16 miu,
381 UINT16 miu,
442 UINT16 miu,
502 UINT16 length,
688 UINT16 length,
    [all...]
  /external/bluetooth/bluedroid/bta/include/
utl.h 48 UINT16 service;
94 ** Description This utility function converts a UINT16 to a string. The
102 extern UINT8 utl_itoa(UINT16 i, char *p_s);
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 134 UINT16 handle; /* BTA PAN/BNEP handle */
166 UINT16 protocol;
192 extern tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle);
  /external/bluetooth/bluedroid/stack/avrc/
avrc_int.h 112 UINT16 rasm_offset; /* re-assembly flag, the offset of the start fragment */
126 UINT16 service_uuid; /* service UUID to search */
150 extern tAVRC_STS avrc_pars_pass_thru(tAVRC_MSG_PASS *p_msg, UINT16 *p_vendor_unique_id);
avrc_pars_tg.c 42 UINT8 *p_buf, UINT16 buf_len)
46 UINT16 len;
49 UINT16 *p_u16;
52 UINT16 size_needed;
272 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
275 UINT16 id;
  /external/chromium/base/
version.cc 91 const uint16 max = 0xFFFF;
97 uint16 component = static_cast<uint16>(num);
  /external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.cc 87 uint16 version_major, version_minor;
94 uint16 cached_version_major, cached_version_minor;
99 uint16 current_version_major, current_version_minor;
  /external/chromium/net/http/
http_alternate_protocols.cc 55 const std::string& host, uint16 port) const {
77 const std::string& host, uint16 port) const {
84 uint16 alternate_port,
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_main.c 64 static char *nfa_ce_evt_2_str (UINT16 event);
137 UINT16 act_idx;
169 static char *nfa_ce_evt_2_str (UINT16 event)
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c 60 static char *nfa_rw_evt_2_str (UINT16 event);
181 UINT16 act_idx;
210 static char *nfa_rw_evt_2_str (UINT16 event)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_1.c 84 Uint16 *map;
94 map = (Uint16 *)info->table;
100 *(Uint16 *)dst = map[*src++];
118 *(Uint16 *)dst = map[*src++];
135 *(Uint16 *)dst = map[*src++];
144 *(Uint16 *)dst = map[*src++];
167 *(Uint16 *)dst = map[*src++];
176 *(Uint16 *)dst = map[*src++];
324 Uint16 *dstp = (Uint16 *)info->d_pixels
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 50 static int NX_SetGammaRamp (_THIS, Uint16 * ramp) ;
51 static int NX_GetGammaRamp (_THIS, Uint16 * ramp) ;
485 static int NX_SetGammaRamp (_THIS, Uint16 * ramp)
488 Uint16 * red, * green, * blue ;
494 if (! GammaRamp_R) GammaRamp_R = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) ;
495 if (! GammaRamp_G) GammaRamp_G = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) ;
496 if (! GammaRamp_B) GammaRamp_B = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE)
    [all...]
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 80 bool DataQueue::enqueue (UINT8* data, UINT16 dataLen)
121 bool DataQueue::dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen)
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 594 UINT16 BTA_JvGetPSM(void)
618 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
684 tBTA_JV_STATUS BTA_JvGetServicesLength(BOOLEAN inc_hdr, UINT16 *p_services_len)
776 tBTA_JV_STATUS BTA_JvServiceSelect(UINT16 uuid)
860 tBTA_JV_STATUS BTA_JvUpdateRecord(UINT32 handle, UINT16 *p_ids,
896 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id,
928 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id)
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 52 void LLCP_SetTestParams (UINT8 version, UINT16 wks)
100 void LLCP_SetConfig (UINT16 link_miu,
103 UINT16 link_timeout,
104 UINT16 inact_timeout_init,
105 UINT16 inact_timeout_target,
106 UINT16 symm_delay,
107 UINT16 data_link_timeout,
108 UINT16 delay_first_pdu_timeout)
182 void LLCP_GetConfig (UINT16 *p_link_miu,
185 UINT16 *p_link_timeout
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 105 uint16 len; /* number of queued packets */
106 uint16 max; /* maximum number of queued packets */
144 uint16 num_prec; /* number of precedences in use */ \
145 uint16 hi_prec; /* rapid dequeue hint (>= highest non-empty prec) */ \
146 uint16 max; /* total max packets */ \
147 uint16 len; /* total number of packets */
223 uint16 r;
224 uint16 w;
225 uint16 len;
226 uint16 maxlen
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_ci.c 106 void bta_dm_sco_ci_data_ready(UINT16 event, UINT16 sco_handle)
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 323 UINT16 buf_size, UINT8 *p_buf, UINT16 evt)
368 UINT16 data_size, UINT8 *p_data, UINT16 evt)
427 UINT16 buf_size, UINT8 *p_buf, UINT16 evt)
453 UINT16 data_size, UINT8 *p_data, UINT16 evt)
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 41 static void hidh_search_callback (UINT16 sdp_result);
76 void hidh_get_str_attr( tSDP_DISC_REC *p_rec, UINT16 attr_id, UINT16 max_len, char *str )
79 UINT16 name_len;
99 static void hidh_search_callback (UINT16 sdp_result)
106 UINT16 attr_mask = 0;
335 tHID_STATUS HID_HostAddDev ( BD_ADDR addr, UINT16 attr_mask, UINT8 *handle )
441 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf )
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 54 UINT16 xx;
93 UINT16 psm;
127 UINT16 xx;
158 static void l2c_ucd_disconnect_ind_cback (UINT16 cid, BOOLEAN result)
172 static void l2c_ucd_config_ind_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
186 static void l2c_ucd_config_cfm_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg)
202 BOOLEAN L2CA_UcdRegister ( UINT16 psm, tL2CAP_UCD_CB_INFO *p_cb_info )
265 BOOLEAN L2CA_UcdDeregister ( UINT16 psm )
269 UINT16 xx;
326 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 93 void pan_conn_ind_cb (UINT16 handle,
128 remote_uuid->uu.uuid16 = (UINT16)((remote_uuid->uu.uuid128[2] << 8) | remote_uuid->uu.uuid128[3]);
137 remote_uuid->uu.uuid16 = (UINT16)remote_uuid->uu.uuid32;
162 local_uuid->uu.uuid16 = (UINT16)((local_uuid->uu.uuid128[2] << 8) | local_uuid->uu.uuid128[3]);
171 local_uuid->uu.uuid16 = (UINT16)local_uuid->uu.uuid32;
332 void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change)
433 void pan_data_ind_cb (UINT16 handle,
436 UINT16 protocol,
438 UINT16 len,
442 UINT16 i
    [all...]
  /external/chromium/chrome/browser/ui/views/importer/
import_progress_dialog_view.h 34 uint16 items,
84 uint16 items_;

Completed in 1372 milliseconds

<<11121314151617181920>>