HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /development/host/windows/usb/api/
adb_helper_routines.h 59 GUID class_id,
80 bool EnumerateDeviceInterfaces(GUID class_id,
adb_interface_enum.h 57 bool InitializeEnum(GUID class_id,
adb_api.cpp 41 ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
142 ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
adb_api.h 201 GUID class_id;
227 ADBWIN_API ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
287 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 141 const GUID *pguid;
166 GUID guidType;
174 GUID guidType;
228 #define MAKEDIPROP(prop) (*(const GUID *)(prop))
263 GUID guidInstance;
264 GUID guidProduct;
271 GUID guidInstance;
272 GUID guidProduct;
dplay.h 67 GUID guidSession; // Id for Game. Null is all games.
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 141 const GUID *pguid;
166 GUID guidType;
174 GUID guidType;
228 #define MAKEDIPROP(prop) (*(const GUID *)(prop))
263 GUID guidInstance;
264 GUID guidProduct;
271 GUID guidInstance;
272 GUID guidProduct;
DPLAY.H 67 GUID guidSession; // Id for Game. Null is all games.
  /external/webkit/WebCore/platform/graphics/chromium/
FontCustomPlatformData.cpp 116 Vector<char> fontUuid(sizeof(GUID));
117 CoCreateGuid(reinterpret_cast<GUID*>(fontUuid.data()));
  /external/dbus/dbus/
dbus-auth.c 199 DBusString guid_from_server; /**< GUID received from server */
213 DBusString guid; /**< Our globally unique ID in hex encoding */ member in struct:__anon1522
    [all...]
dbus-transport-protected.h 101 char *expected_guid; /**< GUID we expect the server to have, #NULL on server side or if we don't have an expectation */
dbus-internals.h 330 dbus_uint32_t as_uint32s[DBUS_UUID_LENGTH_WORDS]; /**< guid as four uint32 values */
331 char as_bytes[DBUS_UUID_LENGTH_BYTES]; /**< guid as 16 single-byte values */
dbus-auth-script.c 234 DBusString guid; local
239 _dbus_string_init_const (&guid, "5fa01f4202cd837709a3274ca0df9d00");
339 auth = _dbus_auth_server_new (&guid);
dbus-server.c 56 * already have a guid, but it shouldn't
70 !_dbus_string_append (&with_guid, ",guid=") ||
110 _dbus_generate_uuid (&server->guid);
112 if (!_dbus_uuid_encode (&server->guid, &server->guid_hex))
    [all...]
dbus-transport.c 80 * by subclasses in their constructor. The server GUID is the
82 * and will be #NULL for the client side of a connection. The GUID
342 expected_guid_orig = dbus_address_entry_get_value (entry, "guid");
541 _dbus_verbose ("Client expected GUID '%s' and we got '%s' from the server\n",
    [all...]
dbus-connection.c 282 char *server_guid; /**< GUID of server if we are in shared_connections, #NULL if server GUID is unknown or connection is private */
1521 const char *guid; local
1741 const char *guid; local
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 185 Vector<char> fontUuid(sizeof(GUID));
186 CoCreateGuid(reinterpret_cast<GUID*>(fontUuid.data()));
  /frameworks/base/tools/preload/
sorttable.js 379 if (!handler.$$guid) handler.$$guid = dean_addEvent.guid++;
392 handlers[handler.$$guid] = handler;
398 dean_addEvent.guid = 1;
406 delete element.events[type][handler.$$guid];
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 50 /* GUID struct (call it DLSID in case GUID is defined elsewhere) */
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
osTIType.h 137 } GUID;
  /external/wpa_supplicant/
driver_ndis.c     [all...]
  /external/qemu/
tap-win32.c 193 static int is_tap_win32_dev(const char *guid)
272 !strcmp (net_cfg_instance_id, guid)) {
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvlib.h 129 char guid[16]; /* Globally Unique IDentifier */ member in struct:__anon4357
  /external/webkit/WebKit/win/
WebDataSource.cpp 53 const GUID IID_WebDataSource =
  /system/core/fastboot/
usb_windows.c 65 static const GUID usb_class_id = ANDROID_USB_CLASS_ID;

Completed in 89 milliseconds

12 3 4 5