HomeSort by relevance Sort by last modified time
    Searched full:guid (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /system/media/opensles/tests/examples/
slesTestEffectCapabilities.cpp 47 void guidToString(const SLInterfaceID guid, char *str) {
48 if ((NULL == guid) || (NULL == str)) {
52 guid->time_low,
53 guid->time_mid,
54 guid->time_hi_and_version,
55 guid->clock_seq,
56 guid->node[0],
57 guid->node[1],
58 guid->node[2],
59 guid->node[3]
    [all...]
  /frameworks/base/media/libmedia/
AudioEffect.cpp 440 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid)
442 if (str == NULL || guid == NULL) {
452 guid->timeLow = (uint32_t)tmp[0];
453 guid->timeMid = (uint16_t)tmp[1];
454 guid->timeHiAndVersion = (uint16_t)tmp[2];
455 guid->clockSeq = (uint16_t)tmp[3];
456 guid->node[0] = (uint8_t)tmp[4];
457 guid->node[1] = (uint8_t)tmp[5];
458 guid->node[2] = (uint8_t)tmp[6];
459 guid->node[3] = (uint8_t)tmp[7]
    [all...]
  /development/host/windows/usb/api/
adb_api_private_defines.h 44 AdbInstanceEnumEntry(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
91 GUID class_id() const {
102 GUID class_id_;
adb_interface_enum.cpp 35 bool AdbInterfaceEnumObject::InitializeEnum(GUID class_id,
  /external/chromium/base/
event_trace_provider_win.h 15 typedef GUID EtwEventClass;
40 header.Guid = event_class;
50 header.Guid = event_class;
72 // registers with ETW by its name which is a GUID. ETW calls back to
83 explicit EtwTraceProvider(const GUID& provider_name);
100 void set_provider_name(const GUID& provider_name) {
103 const GUID& provider_name() const { return provider_name_; }
142 GUID provider_name_;
logging_win.h 16 extern const GUID kLogEventId;
42 static void Initialize(const GUID& provider_name);
event_trace_controller_win.h 12 // which is a GUID, and can from that point forward receive callbacks that
125 // This will cause all providers registered with the GUID
127 HRESULT EnableProvider(const GUID& provider, UCHAR level,
130 HRESULT DisableProvider(const GUID& provider);
registry.cc 399 bool RegisterCOMServer(const tchar* guid,
403 key.CreateKey(guid, KEY_WRITE);
411 bool RegisterCOMServer(const tchar* guid, const tchar* name, HINSTANCE module) {
415 return RegisterCOMServer(guid, name, module_path);
418 bool UnregisterCOMServer(const tchar* guid) {
420 key.DeleteKey(guid);
  /external/libvpx/
examples.mk 28 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950
38 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1
52 #example_xma.GUID = A955FC4A-73F1-44F7-135E-30D84D32F022
56 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC
59 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7
63 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42
67 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD
70 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD8
73 force_keyframe.GUID = 3C67CADF-029F-4C86-81F5-D6D4F51177F0
78 decode_with_drops.GUID = CE5C53C4-8DDA-438A-86ED-0DDD3CDB8D2
    [all...]
  /external/libvpx/build/make/
gen_msvs_sln.sh 59 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
61 # save the project GUID to a varaible, normalizing to the basename of the
68 eval "${var}_guid=$guid"
80 eval "local guid=\${$1_guid}"
82 # save the project GUID to a varaible, normalizing to the basename of the
87 eval "${var}_guid=$guid"
89 echo "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"$name\", \"$file\", \"$guid\""
99 [ -z "${dep_guid}" ] && die "Unknown GUID for $dep (dependency of $var)"
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dcaps.h 229 #define D3DFDS_GUID 0x00000002L /* Match guid */
253 GUID guid; member in struct:_D3DFINDDEVICESEARCH
260 GUID guid; /* guid which matched */ member in struct:_D3DFINDDEVICERESULT
dsetup.h 16 #define GUID void
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DCAPS.H 229 #define D3DFDS_GUID 0x00000002L /* Match guid */
253 GUID guid; member in struct:_D3DFINDDEVICESEARCH
260 GUID guid; /* guid which matched */ member in struct:_D3DFINDDEVICERESULT
DSETUP.H 16 #define GUID void
  /external/webkit/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 61 Vector<char> fontUuid(sizeof(GUID));
64 for (int i = 0; i < sizeof(GUID) / sizeof(int) ; ++i)
  /external/wpa_supplicant/
driver_ndis.h 34 char ifname[100]; /* GUID: {7EE3EFE5-C165-472F-986D-F6FBEDFE8C8D} */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.h 34 char ifname[100]; /* GUID: {7EE3EFE5-C165-472F-986D-F6FBEDFE8C8D} */
  /external/dbus/dbus/
dbus-server-protected.h 62 DBusGUID guid; /**< Globally unique ID of server */ member in struct:DBusServer
64 DBusString guid_hex; /**< Hex-encoded version of GUID */
dbus-auth.h 44 DBusAuth* _dbus_auth_server_new (const DBusString *guid);
  /external/chromium/base/crypto/
cssm_init.cc 22 // TODO(wtc): what should our caller GUID be?
  /external/dbus/doc/
TODO 55 - if the GUID is obtained only during authentication, not in the address,
125 "display ID" property on screen 0, with a GUID, and keying activation by
126 said GUID. Otherwise you get all kinds of unrobust
129 do per-display by simply including GUID in the service name.
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.h 55 extern HRESULT (WINAPI *DDrawCreate)( GUID FAR *lpGUID, LPDIRECTDRAW FAR *lplpDD, IUnknown FAR *pUnkOuter );
  /external/sonivox/arm-fm-22k/host_src/
eas_build.h 8 * build. The buildGUIDStr is a GUID created during
  /external/sonivox/arm-hybrid-22k/host_src/
eas_build.h 8 * build. The buildGUIDStr is a GUID created during
  /external/sonivox/arm-wt-22k/host_src/
eas_build.h 8 * build. The buildGUIDStr is a GUID created during

Completed in 839 milliseconds

1 2 3 4 5 6