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

<<11121314151617181920>>

  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 56 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
109 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 48 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16)
133 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id)
157 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id)
  /external/bluetooth/bluedroid/btif/include/
btif_av_api.h 58 typedef UINT16 tBTIF_AV_FEAT;
189 UINT16 sampling_freq; /* 44100, 48000 etc */
190 UINT16 num_channel; /* 1 for mono or 2 stereo */
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
sbc_encoder.h 164 UINT16 u16BitRate;
188 UINT16 FrameHeader;
189 UINT16 u16PacketLength;
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 202 UINT16 event;
203 UINT16 len;
204 UINT16 offset;
205 UINT16 layer_specific;
227 #define HCI_GET_CMD_HDR_OPCODE(p) (UINT16)((*((UINT8 *)((p) + 1) + p->offset) + \
253 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
285 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); (p) += 2;
    [all...]
  /external/chromium/chrome/browser/importer/
importer_host.cc 101 uint16 items,
185 uint16 items,
200 void ImporterHost::CheckForLoadedModels(uint16 items) {
importer_host.h 76 uint16 items,
96 uint16 items,
102 void CheckForLoadedModels(uint16 items);
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.h 91 uint16 DeltaAt(size_t target_index) const;
106 std::vector<uint16> *deltas);
117 std::vector<uint16> deltas_;
  /external/chromium/chrome/browser/ui/gtk/importer/
import_progress_dialog_gtk.cc 37 uint16 items,
62 uint16 items,
221 uint16 items,
  /external/chromium/crypto/
rsa_private_key_nss.cc 52 RSAPrivateKey* RSAPrivateKey::Create(uint16 num_bits) {
59 RSAPrivateKey* RSAPrivateKey::CreateSensitive(uint16 num_bits) {
187 RSAPrivateKey* RSAPrivateKey::CreateWithParams(uint16 num_bits,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 81 void NotifyMTU(uint16 mtu);
110 // Note: can't go as high as 1024 * 64, because of uint16 precision
120 uint16 wnd;
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 116 UINT16 cmd_len = NCI_MSG_HDR_SIZE + tlv_size + 1;
124 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL)
206 void nfc_hal_dm_config_nfcc_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data)
230 UINT16 len;
250 nfc_hal_dm_send_nci_cmd (p, (UINT16)(NCI_MSG_HDR_SIZE + len), nfc_hal_dm_config_nfcc_cback);
377 tNFC_HAL_XTAL_INDEX nfc_hal_dm_get_xtal_index (UINT32 brcm_hw_id, UINT16 *p_xtal_freq)
411 UINT16 xtal_freq;
465 UINT16 xtal_freq;
682 void nfc_hal_dm_send_nci_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_NCI_CBACK *p_cback)
718 nfc_hal_main_start_quick_timer (&nfc_hal_cb.ncit_cb.nci_wait_rsp_timer, (UINT16)(NFC_HAL_TTYPE_NCI_WAIT_RSP)
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 185 UINT16 event;
186 UINT16 len;
187 UINT16 offset;
188 UINT16 layer_specific;
211 #define HCI_GET_CMD_HDR_OPCODE(p) (UINT16)((*((UINT8 *)((p) + 1) + p->offset) + \
237 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
269 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); (p) += 2;
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 84 UINT16 ndef_cur_size,
85 UINT16 ndef_max_size,
134 NFC_API extern tNFA_STATUS NFA_CeRegisterFelicaSystemCodeOnDH (UINT16 system_code,
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_mouse.c 116 Uint16 X, Y;
143 X = (Uint16)x;
151 Y = (Uint16)y;
  /external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c 251 static Uint16 jp_paddles[4];
252 static Uint16 jp_lightpens[2];
253 static Uint16 jp_directions;
254 static Uint16 jp_fires;
748 Uint16 fires;
749 Uint16 directions;
750 Uint16 dummy1[6];
751 Uint16 paddles[4];
752 Uint16 dummy2[4];
753 Uint16 lightpens[2]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testbitmap.c 62 Uint16 *buffer16;
63 Uint16 color;
133 buffer16=(Uint16*)buffer;
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 71 typedef unsigned short uint16; typedef
73 #define AEEEvent uint16
208 PlatformKeyboardEvent(AEEEvent, uint16, uint32, Type);
PlatformMouseEvent.h 65 typedef unsigned short uint16; typedef
67 #define AEEEvent uint16
177 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
  /external/webkit/Source/WebCore/platform/brew/
PlatformKeyboardEventBrew.cpp 43 static String keyIdentifierForBrewKeyCode(uint16 keyCode)
113 static int windowsKeyCodeForKeyEvent(uint16 code)
217 PlatformKeyboardEvent::PlatformKeyboardEvent(AEEEvent event, uint16 code, uint32 modifiers, Type type)
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 219 UINT16 TxAaMtuSize;
258 const char* dump_media_event(UINT16 event);
345 const char* dump_media_event(UINT16 event)
589 UINT16 minmtu;
594 UINT16 codec_mode_tbl[5] = { SBC_JOINT_STEREO, SBC_STEREO, SBC_DUAL, 0, SBC_MONO };
597 UINT16 codec_block_tbl[5] = { 16, 12, 8, 0, 4 };
600 UINT16 freq_block_tbl[5] = { SBC_sf48000, SBC_sf44100, SBC_sf32000, 0, SBC_sf16000 };
621 UINT16 minmtu;
700 (UINT16 *) ((UINT8 *)a2dp_media_task_stack + A2DP_MEDIA_TASK_STACK_SIZE),
1016 static UINT16 Debug = 0
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 241 UINT16 seq;
244 UINT16 offset;
245 UINT16 ex_len;
269 offset = (UINT16) (p - p_start);
326 UINT8 * avdt_scb_hdl_report(tAVDT_SCB *p_scb, UINT8 *p, UINT16 len)
328 UINT16 result = AVDT_SUCCESS;
332 UINT16 pkt_len;
407 UINT16 al_len;
412 UINT16 seq;
415 UINT16 ex_len
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 89 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word);
90 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
91 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack);
95 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
99 BOOLEAN is_rx, UINT16 ctrl_word);
140 UINT16 l2c_fcr_tx_get_fcs (BT_HDR *p_buf)
156 UINT16 l2c_fcr_rx_get_fcs (BT_HDR *p_buf)
253 UINT16 i;
336 BT_HDR *l2c_fcr_clone_buf (BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes, UINT8 pool
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 99 uint16 iL;
100 uint16 sizeL = ptrA->arrE.sizeE;
119 uint16 bts_Flt16Vec_maxAbs( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA )
121 uint16 iL;
122 uint16 sizeL = ptrA->arrE.sizeE;
123 uint16 maxL = 0;
127 uint16 vL = srcL[ iL ] > 0 ? srcL[ iL ] : -srcL[ iL ];
182 uint16* memPtrA )
195 const uint16* memPtrA,
270 uint16 iL
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 730 void btm_read_hci_buf_size_complete (UINT8 *p, UINT16 evt_len)
734 UINT16 lm_num_acl_bufs;
735 UINT16 lm_num_sco_bufs;
736 UINT16 acl_buf_size;
794 void btm_read_ble_buf_size_complete (UINT8 *p, UINT16 evt_len)
797 UINT16 lm_num_le_bufs;
828 void btm_read_ble_local_supported_features_complete (UINT8 *p, UINT16 evt_len)
865 void btm_read_white_list_size_complete(UINT8 *p, UINT16 evt_len)
892 void btm_read_local_version_complete (UINT8 *p, UINT16 evt_len)
    [all...]

Completed in 430 milliseconds

<<11121314151617181920>>