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

1 2 3 45 6 7 8 91011>>

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFontFamily.h 170 inline UINT16
173 UINT16 EmHeight;
180 inline UINT16
183 UINT16 CellAscent;
190 inline UINT16
193 UINT16 CellDescent;
201 inline UINT16
204 UINT16 LineSpacing;
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 40 static void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
41 static void RFCOMM_ConnectCnf (UINT16 lcid, UINT16 err);
42 static void RFCOMM_ConfigInd (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
43 static void RFCOMM_ConfigCnf (UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
44 static void RFCOMM_DisconnectInd (UINT16 lcid, BOOLEAN is_clear);
46 static void RFCOMM_BufDataInd (UINT16 lcid, BT_HDR *p_buf);
47 static void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested);
88 void RFCOMM_ConnectInd (BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 98 BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bda, UINT16 min_int, UINT16 max_int,
99 UINT16 latency, UINT16 timeout)
238 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda, tBT_TRANSPORT transport)
241 UINT16 reason = 0;
285 void l2cble_scanner_conn_comp (UINT16 handle, BD_ADDR bda, tBLE_ADDR_TYPE type,
286 UINT16 conn_interval, UINT16 conn_latency, UINT16 conn_timeout
    [all...]
  /external/chromium_org/components/variations/
caching_permuted_entropy_provider.h 28 uint16 low_entropy_source,
41 virtual uint16 GetPermutedValue(uint32 randomization_seed) const OVERRIDE;
50 void AddToCache(uint32 randomization_seed, uint16 value) const;
54 bool FindValue(uint32 randomization_seed, uint16* value) const;
  /external/chromium_org/content/test/plugin/
plugin_new_fails_test.cc 13 NPError NewFailsTest::New(uint16 mode, int16 argc, const char* argn[],
plugin_new_fails_test.h 16 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
  /external/chromium_org/courgette/
types_win_pe.h 26 uint16 number_of_relocations; // Always zero in an image.
27 uint16 number_of_line_numbers; // Always zero in an image.
57 const uint16 kImageNtOptionalHdr32Magic = 0x10b;
58 const uint16 kImageNtOptionalHdr64Magic = 0x20b;
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.h 48 Uint16 encoding;
49 Uint16 channels; /* 1 = mono, 2 = stereo */
52 Uint16 blockalign; /* Bytes per sample block */
53 Uint16 bitspersample; /* One of 8, 12, 16, or 4 for ADPCM */
SDL_audio_c.h 27 extern Uint16 SDL_FirstAudioFormat(Uint16 format);
28 extern Uint16 SDL_NextAudioFormat(void);
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_int.h 104 UINT16 status;
111 UINT16 port_handle;
141 UINT16 serv_handle; /* RFCOMM server handle */
144 UINT16 conn_handle; /* RFCOMM handle of connected service */
150 UINT16 peer_version; /* profile version of peer device */
153 UINT16 sco_idx; /* SCO handle */
205 extern void bta_hf_client_sm_execute(UINT16 event,
223 extern void bta_hf_client_setup_port(UINT16 handle);
282 extern void bta_hf_client_ind(tBTA_HF_CLIENT_IND_TYPE type, UINT16 value);
283 extern void bta_hf_client_evt_val(tBTA_HF_CLIENT_EVT type, UINT16 value)
    [all...]
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_int.h 49 UINT16 service_uuid; /* service UUID of search */
57 UINT16 avdt_sdp_ver; /* AVDTP version */
77 A2D_API extern void a2d_set_avdt_sdp_ver (UINT16 avdt_sdp_ver);
  /external/bluetooth/bluedroid/stack/include/
btu.h 180 UINT16 clock_offset;
203 UINT16 event_range; /* start of event range */
218 UINT16 cmd_window;
238 UINT16 hcit_acl_data_size; /* Max ACL data size across HCI transport */
239 UINT16 hcit_acl_pkt_size; /* Max ACL packet size across HCI transport */
243 UINT16 hcit_ble_acl_data_size; /* Max BLE ACL data size across HCI transport */
244 UINT16 hcit_ble_acl_pkt_size; /* Max BLE ACL packet size across HCI transport */
271 BTU_API extern void btu_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
273 BTU_API extern void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
286 BTU_API extern void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
    [all...]
  /external/chromium_org/chrome/utility/
profile_import_handler.h 38 uint16 items,
41 void OnImportItemFinished(uint16 item);
55 uint16 items_to_import_;
  /external/chromium_org/media/cast/framer/
frame_buffer.h 17 typedef std::map<uint16, std::vector<uint8> > PacketMap;
40 uint16 max_packet_id_;
41 uint16 num_packets_received_;
frame_id_map.h 24 uint16 max_packet_id,
28 PacketType InsertPacket(uint16 packet_id);
41 uint16 max_received_packet_id_;
  /external/chromium_org/media/cast/rtp_receiver/
receiver_stats.h 31 uint16 min_sequence_number_;
32 uint16 max_sequence_number_;
34 uint16 sequence_number_cycles_;
  /external/chromium_org/media/cast/test/utility/
audio_utility_unittest.cc 18 uint16 out_timestamp;
27 uint16 out_timestamp;
36 uint16 out_timestamp;
  /external/chromium_org/media/cast/transport/rtp_sender/rtp_packetizer/test/
rtp_header_parser.h 23 uint16 packet_id;
24 uint16 max_packet_id;
31 uint16 sequence_number;
  /external/chromium_org/net/quic/
quic_server_id.h 25 uint16 port,
28 uint16 port,
46 uint16 port() const { return host_port_pair_.port(); }
  /external/chromium_org/sync/test/
local_sync_test_server.h 24 LocalSyncTestServer(uint16 port, uint16 xmpp_port);
42 uint16 xmpp_port_;
  /external/chromium_org/ui/base/resource/
resource_data_dll_win.cc 20 bool ResourceDataDLL::HasResource(uint16 resource_id) const {
29 bool ResourceDataDLL::GetStringPiece(uint16 resource_id,
45 uint16 resource_id) const {
resource_handle.h 31 virtual bool HasResource(uint16 resource_id) const = 0;
36 virtual bool GetStringPiece(uint16 resource_id,
42 uint16 resource_id) const = 0;
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_inet.h 37 extern UINT16 ntohs(UINT16 n);
41 #define nettohs(n) ((UINT16)((((n) << 8) & 0xff00) | (((n) >> 8) & 0x00ff)))
  /external/libnfc-nci/src/gki/common/
gki_inet.h 37 extern UINT16 ntohs(UINT16 n);
41 #define nettohs(n) ((UINT16)((((n) << 8) & 0xff00) | (((n) >> 8) & 0x00ff)))
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_endian.h 75 static __inline__ Uint16 SDL_Swap16(Uint16 x)
81 static __inline__ Uint16 SDL_Swap16(Uint16 x)
87 static __inline__ Uint16 SDL_Swap16(Uint16 x)
92 return (Uint16)result;
95 static __inline__ Uint16 SDL_Swap16(Uint16 x)
101 static __inline__ Uint16 SDL_Swap16(Uint16 x)
    [all...]

Completed in 499 milliseconds

1 2 3 45 6 7 8 91011>>