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

<<11121314151617181920>>

  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win.cc 17 const uint16 kProtocolDescriptorListId = 4;
18 const uint16 kRfcommUuid = 3;
19 const uint16 kUuidId = 1;
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.cc 133 DCHECK_EQ(ReadInt<uint16>(data, kAudioFormatOffset), kAudioFormatPCM);
134 num_channels_ = ReadInt<uint16>(data, kChannelOffset);
136 bits_per_sample_ = ReadInt<uint16>(data, kBitsPerSampleOffset);
  /external/chromium_org/net/spdy/
hpack_huffman_table.h 41 DecodeEntry(uint8 next_table_index, uint8 length, uint16 symbol_id);
50 uint16 symbol_id;
121 uint16 failed_symbol_id_;
  /external/chromium_org/win8/metro_driver/
winrt_utils_unittest.cc 51 static HRESULT CreateProperty<UINT16>(UINT16 value,
109 TestCompareProperties<UINT16>(42, 43);
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_main.c 65 static char *nfa_ce_evt_2_str (UINT16 event);
178 UINT16 act_idx;
210 static char *nfa_ce_evt_2_str (UINT16 event)
  /external/lzma/C/
Ppmd7.h 34 UInt16 NumStats;
35 UInt16 SummFreq;
59 UInt16 BinSumm[128][64];
  /external/lzma/C/Util/7z/
7zMain.c 37 static Bool Utf16_To_Utf8(Byte *dest, size_t *destLen, const UInt16 *src, size_t srcLen)
86 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
100 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s, int fileMode)
134 static WRes MyCreateDir(const UInt16 *name)
160 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
175 static SRes PrintString(const UInt16 *s)
292 UInt16 *temp = NULL;
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
433 UInt16 *name = (UInt16 *)temp;
    [all...]
  /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 82 bool DataQueue::enqueue (UINT8* data, UINT16 dataLen)
123 bool DataQueue::dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen)
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 595 UINT16 BTA_JvGetPSM(void)
619 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
685 tBTA_JV_STATUS BTA_JvGetServicesLength(BOOLEAN inc_hdr, UINT16 *p_services_len)
779 tBTA_JV_STATUS BTA_JvServiceSelect(UINT16 uuid)
863 tBTA_JV_STATUS BTA_JvUpdateRecord(UINT32 handle, UINT16 *p_ids,
904 tBTA_JV_STATUS BTA_JvAddAttribute(UINT32 handle, UINT16 attr_id,
936 tBTA_JV_STATUS BTA_JvDeleteAttribute(UINT32 handle, UINT16 attr_id)
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 42 UINT8 *p_buf, UINT16 buf_len)
46 UINT16 len;
49 UINT16 *p_u16;
52 UINT16 size_needed;
282 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
285 UINT16 id;
  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c 48 BOOLEAN battery_valid_handle_range(UINT16 handle)
74 UINT16 handle = p_value->handle;
112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status)
166 BOOLEAN battery_gatt_c_read_ba_req(UINT16 conn_id)
198 UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info)
201 UINT16 srvc_hdl;
  /external/chromium_org/media/cast/rtcp/
test_rtcp_packet_builder.cc 188 big_endian_writer_.WriteU16(static_cast<uint16>(kTestRembBitrate / 2));
194 uint16 target_delay_ms) {
235 void TestRtcpPacketBuilder::AddReceiverEventLog(uint16 event_data,
237 uint16 event_timesamp_delta) {
240 uint16 type_and_delta = static_cast<uint16>(event_id) << 12;
  /external/chromium_org/media/formats/mp4/
box_definitions.h 191 uint16 data_reference_index;
192 uint16 width;
193 uint16 height;
215 uint16 data_reference_index;
216 uint16 channelcount;
217 uint16 samplesize;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);
67 void ProtoDispAdapterDisplayNciPacket (UINT8 *nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv)
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize)
269 void DispHcp (UINT8 *data, UINT16 len, BOOLEAN is_recv)
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 52 void LLCP_SetTestParams (UINT8 version, UINT16 wks)
83 void LLCP_SetConfig (UINT16 link_miu,
86 UINT16 link_timeout,
87 UINT16 inact_timeout_init,
88 UINT16 inact_timeout_target,
89 UINT16 symm_delay,
90 UINT16 data_link_timeout,
91 UINT16 delay_first_pdu_timeout)
165 void LLCP_GetConfig (UINT16 *p_link_miu,
168 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/bta/hf_client/
bta_hf_client_at.h 38 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
84 UINT16 buf_len;
  /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)
456 UINT16 data_size, UINT8 *p_data, UINT16 evt)
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 42 static void hidh_search_callback (UINT16 sdp_result);
77 void hidh_get_str_attr( tSDP_DISC_REC *p_rec, UINT16 attr_id, UINT16 max_len, char *str )
80 UINT16 name_len;
100 static void hidh_search_callback (UINT16 sdp_result)
107 UINT16 attr_mask = 0;
336 tHID_STATUS HID_HostAddDev ( BD_ADDR addr, UINT16 attr_mask, UINT8 *handle )
442 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 94 void pan_conn_ind_cb (UINT16 handle,
129 remote_uuid->uu.uuid16 = (UINT16)((remote_uuid->uu.uuid128[2] << 8) | remote_uuid->uu.uuid128[3]);
138 remote_uuid->uu.uuid16 = (UINT16)remote_uuid->uu.uuid32;
163 local_uuid->uu.uuid16 = (UINT16)((local_uuid->uu.uuid128[2] << 8) | local_uuid->uu.uuid128[3]);
172 local_uuid->uu.uuid16 = (UINT16)local_uuid->uu.uuid32;
333 void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_change)
435 void pan_data_ind_cb (UINT16 handle,
438 UINT16 protocol,
440 UINT16 len,
444 UINT16 i
    [all...]
  /external/chromium_org/chrome/utility/
profile_import_handler.cc 43 uint16 items,
76 void ProfileImportHandler::OnImportItemFinished(uint16 item) {

Completed in 860 milliseconds

<<11121314151617181920>>