HomeSort by relevance Sort by last modified time
    Searched refs:UCHAR (Results 1 - 25 of 51) sorted by null

1 2 3

  /development/host/windows/usb/winusb/
adb_winusb_interface.h 126 virtual bool GetEndpointInformation(UCHAR endpoint_index,
145 virtual ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_index,
162 ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_id, UCHAR endpoint_index);
176 UCHAR interface_number() const {
190 UCHAR interface_number_;
193 UCHAR def_read_endpoint_;
196 UCHAR read_endpoint_id_;
199 UCHAR def_write_endpoint_;
202 UCHAR write_endpoint_id_;
    [all...]
adb_winusb_endpoint_object.h 40 UCHAR endpoint_id,
41 UCHAR endpoint_index);
adb_winusb_interface.cpp 101 for (UCHAR endpoint = 0; endpoint < usb_interface_descriptor_.bNumEndpoints;
238 UCHAR endpoint_index,
296 UCHAR endpoint_index,
300 UCHAR endpoint_id;
318 ADBAPIHANDLE AdbWinUsbInterfaceObject::OpenEndpoint(UCHAR endpoint_id,
319 UCHAR endpoint_index) {
adb_winusb_endpoint_object.cpp 28 UCHAR endpoint_id,
29 UCHAR endpoint_index)
  /development/host/windows/usb/api/
adb_legacy_interface.h 96 virtual bool GetEndpointInformation(UCHAR endpoint_index,
115 virtual ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_index,
140 UCHAR endpoint_id,
141 UCHAR endpoint_index,
178 UCHAR def_read_endpoint_;
181 UCHAR read_endpoint_id_;
184 UCHAR def_write_endpoint_;
187 UCHAR write_endpoint_id_;
adb_endpoint_object.h 44 UCHAR endpoint_id,
45 UCHAR endpoint_index);
196 UCHAR endpoint_id() const {
201 UCHAR endpoint_index() const {
216 UCHAR endpoint_id_;
219 UCHAR endpoint_index_;
adb_legacy_endpoint_object.h 41 UCHAR endpoint_id,
42 UCHAR endpoint_index);
adb_interface.h 86 virtual bool GetEndpointInformation(UCHAR endpoint_index,
105 virtual ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_index,
adb_endpoint_object.cpp 26 UCHAR endpoint_id,
27 UCHAR endpoint_index)
adb_legacy_interface.cpp 76 for (UCHAR endpoint = 0; endpoint < usb_interface_descriptor_.bNumEndpoints;
172 UCHAR endpoint_index,
213 UCHAR endpoint_index,
218 UCHAR endpoint_id;
247 UCHAR endpoint_id,
248 UCHAR endpoint_index,
adb_api_legacy.h 130 UCHAR endpoint_index;
adb_legacy_endpoint_object.cpp 31 UCHAR endpoint_id,
32 UCHAR endpoint_index)
  /external/chromium/third_party/libjingle/source/talk/base/
winping.h 44 UCHAR Ttl; // Time To Live
45 UCHAR Tos; // Type Of Service
46 UCHAR Flags; // IP header flags
47 UCHAR OptionsSize; // Size in bytes of options data
  /external/chromium/googleurl/src/
url_canon_internal_file.h 80 template<typename CHAR, typename UCHAR>
98 URLCanonInternal<CHAR, UCHAR>::DoPath(
103 template<typename CHAR, typename UCHAR>
132 bool success = URLCanonInternal<CHAR, UCHAR>::DoHost(
145 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output);
149 success &= URLCanonInternal<CHAR, UCHAR>::DoQuery(
151 success &= URLCanonInternal<CHAR, UCHAR>::DoRef(
url_canon_query.cc 69 template<typename CHAR, typename UCHAR>
73 if (static_cast<UCHAR>(spec[i]) >= 0x80)
117 template<typename CHAR, typename UCHAR>
122 if (IsAllASCII<CHAR, UCHAR>(spec, query)) {
142 template<typename CHAR, typename UCHAR>
156 DoConvertToQueryEncoding<CHAR, UCHAR>(spec, query, converter, output);
url_canon_mailtourl.cc 42 template<typename CHAR, typename UCHAR>
72 UCHAR uch = static_cast<UCHAR>(source.path[i]);
url_canon_pathurl.cc 41 template<typename CHAR, typename UCHAR>
64 UCHAR uch = static_cast<UCHAR>(source.path[i]);
url_canon_etc.cc 108 template<typename CHAR, typename UCHAR>
131 UCHAR ch = static_cast<UCHAR>(spec[i]);
172 template<typename CHAR, typename UCHAR>
218 template<typename CHAR, typename UCHAR>
257 template<typename CHAR, typename UCHAR>
279 } else if (static_cast<UCHAR>(spec[i]) < 0x20) {
284 } else if (static_cast<UCHAR>(spec[i]) < 0x80) {
url_canon_ip.cc 57 template<typename CHAR, typename UCHAR>
95 } else if (static_cast<UCHAR>(spec[i]) >= 0x80 ||
262 template<typename CHAR, typename UCHAR>
347 template<typename CHAR, typename UCHAR>
416 if (static_cast<UCHAR>(spec[i]) >= 0x80)
493 template<typename CHAR, typename UCHAR>
508 if (!DoParseIPv6<CHAR, UCHAR>(spec, ipv6_comp, &ipv6_parsed))
602 template<typename CHAR, typename UCHAR>
url_canon_host.cc 102 template<typename CHAR, typename UCHAR>
109 if (static_cast<UCHAR>(spec[i]) >= 0x80)
313 template<typename CHAR, typename UCHAR>
326 ScanHostname<CHAR, UCHAR>(spec, host, &has_non_ascii, &has_escaped);
url_canon_path.cc 204 template<typename CHAR, typename UCHAR>
213 UCHAR uch = static_cast<UCHAR>(spec[i]);
322 template<typename CHAR, typename UCHAR>
338 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 84 #define UCHAR unsigned char
98 typedef UCHAR *PUCHAR;
123 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];
177 UCHAR KeyMaterial[1]; // variable length depending on above field
193 UCHAR KeyMaterial[1];// variable length depending on above field
206 typedef UCHAR NDIS_802_11_PMKID_VALUE[16];
251 typedef UCHAR NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES]; // Set of 8 data rates
252 typedef UCHAR NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX]; // Set of 16 data rates
258 UCHAR Ssid[NDIS_802_11_LENGTH_SSID]; // SSID information field
266 UCHAR Reserved[2]
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ralink.h 85 #define UCHAR unsigned char
99 typedef UCHAR *PUCHAR;
124 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];
178 UCHAR KeyMaterial[1]; // variable length depending on above field
194 UCHAR KeyMaterial[1];// variable length depending on above field
207 typedef UCHAR NDIS_802_11_PMKID_VALUE[16];
252 typedef UCHAR NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES]; // Set of 8 data rates
253 typedef UCHAR NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX]; // Set of 16 data rates
259 UCHAR Ssid[NDIS_802_11_LENGTH_SSID]; // SSID information field
267 UCHAR Reserved[2]
    [all...]
  /external/clang/test/Lexer/
ms-extensions.c 19 #define UCHAR 0xffui8
25 unsigned char c = UCHAR;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 32 UCHAR ucJs_JoyStickMask; /* mask of connected joystick pots */
33 UCHAR ucJs_ButtonStatus; /* bits of switches down */

Completed in 285 milliseconds

1 2 3