/external/webkit/Source/WebKit/win/Interfaces/ |
IWebScrollBarPrivate.idl | 38 uuid(6C585B08-2E4F-4594-9B90-0425E3A33FD0),
|
IWebURLRequest.idl | 43 uuid(F4B85F1D-F3B2-493d-B786-0930E804A3BA),
|
IWebView.idl | 100 uuid(C0CDE63A-5ED1-453f-B937-93B1A61AD3B3), 151 uuid(174BBEFD-058E-49c7-91DF-6F110AA4AC28), 748 uuid(8F0E3A30-B924-44f8-990A-1AE61ED6C632), [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 44 // Google Graphic Equalizer UUID: e25aa840-543b-11df-98a5-0002a5d5c51b 47 {0xe25aa840, 0x543b, 0x11df, 0x98a5, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid 143 extern "C" int EffectCreate(const effect_uuid_t *uuid, 152 if (pHandle == NULL || uuid == NULL) { 156 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) { 198 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, 201 if (pDescriptor == NULL || uuid == NULL){ 206 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0) [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
ShortcutPicker.java | 148 String uuid = account.mCompatibilityUuid; local 149 shortcutIntent = Welcome.createAccountShortcutIntent(myActivity, uuid, mailboxId);
|
/external/bluetooth/bluez/attrib/ |
utils.c | 30 #include <bluetooth/uuid.h>
|
/external/clang/test/Parser/ |
MicrosoftExtensions.c | 6 struct __declspec(uuid("00000000-0000-0000-C000-000000000046")) __declspec(novtable) IUnknown {};
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
LCML_Types.h | 131 * Structure to capture uuid information. 135 struct DSP_UUID *uuid; member in struct:LCML_UUIDINFO
|
/external/dbus/dbus/ |
dbus-internals.h | 359 void _dbus_generate_uuid (DBusGUID *uuid); 360 dbus_bool_t _dbus_uuid_encode (const DBusGUID *uuid, 363 DBusGUID *uuid,
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.mak | 78 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
79 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
81 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
135 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
136 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
138 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 181 #include "uuid.h" 244 * Each uuid is 16 bytes long. 247 /* uuid_make -- construct a random UUID 252 static void uuid_make(u8 uuid[UUID_LEN]) 254 os_get_random(uuid, UUID_LEN); 257 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */ 258 uuid[8] &= 0x3f; uuid[8] |= 0x80; 579 /* subscription_find -- return existing subscription matching uuid, if an [all...] |
wps_common.c | 574 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) 592 os_memcpy(uuid, hash, 16); 595 uuid[6] = (5 << 4) | (uuid[6] & 0x0f); 598 uuid[8] = 0x80 | (uuid[8] & 0x3f);
|
/hardware/libhardware/include/hardware/ |
audio_effect.h | 44 // http://www.itu.int/ITU-T/asn1/uuid.html) 45 // This format is used for both "type" and "uuid" fields of the effect descriptor structure. 48 // - When used as uuid, it should be a unique UUID for this particular implementation. 60 // NULL UUID definition (matches SL_IID_NULL_) 70 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect 71 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s [all...] |
/external/bluetooth/bluez/health/ |
hdp_util.c | 450 sdp_uuid16_create(&hdp_profile.uuid, HDP_SVCLASS_ID); 854 uuid_t uuid; local 865 bt_string2uuid(&uuid, HDP_UUID); 866 if (bt_search_service(&src, &dst, &uuid, get_mdep_cb, mdep_data, 890 proto = sdp_uuid_to_proto(&iter->val.uuid); 1083 uuid_t uuid; local 1095 bt_string2uuid(&uuid, HDP_UUID); 1096 if (bt_search_service(&src, &dst, &uuid, search_cb, conn_data, 1153 uuid_t uuid; local 1163 bt_string2uuid(&uuid, HDP_UUID) [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 29 import java.util.UUID; 77 * UUID for environmental reverb effect 80 public static final UUID EFFECT_TYPE_ENV_REVERB = UUID 83 * UUID for preset reverb effect 86 public static final UUID EFFECT_TYPE_PRESET_REVERB = UUID 89 * UUID for equalizer effect 92 public static final UUID EFFECT_TYPE_EQUALIZER = UUID 235 public UUID uuid; field in class:AudioEffect.Descriptor [all...] |
/external/bluetooth/bluez/compat/ |
sdp.c | 301 int get_alternate_device_info(const bdaddr_t *src, const bdaddr_t *dst, uint16_t *uuid, uint8_t *channel, char *name, size_t len) 342 if (uuid) 343 *uuid = SERIAL_PORT_SVCLASS_ID; 345 if (uuid) 346 *uuid = HEADSET_SVCLASS_ID; 467 sdp_uuid16_create(&profile[0].uuid, NAP_PROFILE_ID); 483 sdp_uuid16_create(&profile[0].uuid, GN_PROFILE_ID); 497 sdp_uuid16_create(&profile[0].uuid, PANU_PROFILE_ID); 626 sdp_uuid16_create(&profile[0].uuid, LAN_ACCESS_PROFILE_ID); 632 sdp_uuid16_create(&profile[0].uuid, DIALUP_NET_PROFILE_ID) [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothEventLoop.java | 441 String uuid = null; local 449 uuid = str.toString(); 451 mBluetoothService.setRemoteDeviceProperty(address, name, uuid); 776 ParcelUuid uuid = ParcelUuid.fromString(deviceUuid); local [all...] |
/external/dbus/tools/ |
dbus-launch.c | 68 /* Read the machine uuid from file if needed. Returns TRUE if machine_uuid is 74 char uuid[UUID_MAXLEN]; local 85 if (fgets (uuid, UUID_MAXLEN, f) == NULL) 88 len = strlen (uuid); 92 /* rstrip the read uuid */ 93 while (len > 31 && isspace(uuid[len - 1])) 99 uuid[len] = '\0'; 100 machine_uuid = xstrdup (uuid); 920 fprintf (stderr, "Machine UUID not provided as arg to --autolaunch\n");
|
/external/bluetooth/bluez/input/ |
device.c | 71 char *uuid; member in struct:input_conn 112 if (!strcasecmp(iconn->uuid, pattern)) 139 g_free(iconn->uuid); 1075 const char *uuid, const char *alias, 1082 iconn->uuid = g_strdup(uuid); 1091 const bdaddr_t *dst, const char *uuid, 1105 iconn = input_conn_new(idev, uuid, "hid", timeout); 1116 const char *uuid, uint8_t channel) 1129 iconn = input_conn_new(idev, uuid, "hsp", 0) [all...] |
/external/bluetooth/bluez/src/ |
adapter.h | 152 const char *uuid, service_auth_cb cb, void *user_data); 201 int (*add_uuid) (int index, uuid_t *uuid, uint8_t svc_hint); 202 int (*remove_uuid) (int index, uuid_t *uuid);
|
/bionic/libc/kernel/common/linux/ |
dm-ioctl.h | 41 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/development/ndk/platforms/android-3/include/linux/ |
dm-ioctl.h | 38 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/external/bluetooth/bluez/audio/ |
transport.c | 748 const char *uuid; local 760 uuid = media_endpoint_get_uuid(transport->endpoint); 761 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &uuid); 851 const char *uuid; local 864 uuid = media_endpoint_get_uuid(endpoint); 865 if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0 || 866 strcasecmp(uuid, A2DP_SINK_UUID) == 0) { 872 } else if (strcasecmp(uuid, HFP_AG_UUID) == 0 || 873 strcasecmp(uuid, HSP_AG_UUID) == 0) [all...] |
/external/bluetooth/bluez/network/ |
server.c | 185 sdp_uuid16_create(&profile[0].uuid, NAP_PROFILE_ID); 202 sdp_uuid16_create(&profile[0].uuid, GN_PROFILE_ID); 214 sdp_uuid16_create(&profile[0].uuid, PANU_PROFILE_ID); 674 const char *uuid, *bridge; local 676 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &uuid, 680 if (g_strcmp0(uuid, "nap")) 681 return btd_error_failed(msg, "Invalid UUID"); 709 const char *uuid; local 711 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &uuid, 715 if (g_strcmp0(uuid, "nap") [all...] |
/external/bluetooth/glib/gio/ |
gunionvolumemonitor.c | 181 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid) 198 volume = g_volume_monitor_get_volume_for_uuid (child_monitor, uuid); 210 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid) 227 mount = g_volume_monitor_get_mount_for_uuid (child_monitor, uuid);
|