/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/drm/mediadrm/plugins/mock/ |
MockDrmCryptoPlugin.cpp | 46 bool MockDrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) 48 return (!memcmp(uuid, mock_uuid, sizeof(uuid))); 51 status_t MockDrmFactory::createDrmPlugin(const uint8_t uuid[16], DrmPlugin **plugin) 58 bool MockCryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const 60 return (!memcmp(uuid, mock_uuid, sizeof(uuid))); 63 status_t MockCryptoFactory::createPlugin(const uint8_t uuid[16], const void *data,
|
/frameworks/av/include/media/ |
IDrm.h | 35 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0; 37 virtual status_t createPlugin(const uint8_t uuid[16]) = 0;
|
/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 126 extern "C" int EffectCreate(const effect_uuid_t *uuid, 135 if (pHandle == NULL || uuid == NULL) { 139 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) { 181 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid, 184 if (pDescriptor == NULL || uuid == NULL){ 189 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0) [all...] |
/frameworks/base/media/java/android/media/ |
MediaExtractor.java | 32 import java.util.UUID; 203 * @return a map of uuid-to-bytes, with the uuid specifying 206 public Map<UUID, byte[]> getPsshInfo() { 207 Map<UUID, byte[]> psshMap = null; 215 psshMap = new HashMap<UUID, byte[]>(); 220 UUID uuid = new UUID(msb, lsb); local 225 psshMap.put(uuid, psshdata) [all...] |
/frameworks/native/include/media/drm/ |
DrmAPI.h | 60 // given crypto scheme, which is specified by a UUID. 61 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0; 63 // Construct a DrmPlugin for the crypto scheme specified by UUID. 65 const uint8_t uuid[16], DrmPlugin **plugin) = 0;
|
/hardware/libhardware/include/hardware/ |
bluetooth.h | 107 /** Bluetooth 128-bit UUID */ 115 bt_uuid_t uuid; member in struct:__anon20581 359 * newly added profile's UUID. 406 /** Get Remote Device's service record for the given UUID */ 408 bt_uuid_t *uuid); 458 * properties of remote bonded devices such as name, UUID etc. */
|
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_) 71 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect 72 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
ShortcutPicker.java | 148 String uuid = account.mCompatibilityUuid; local 149 shortcutIntent = Welcome.createAccountShortcutIntent(myActivity, uuid, mailboxId);
|
/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/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; 581 /* subscription_find -- return existing subscription matching uuid, if an [all...] |
wps_common.c | 443 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) 461 os_memcpy(uuid, hash, 16); 464 uuid[6] = (5 << 4) | (uuid[6] & 0x0f); 467 uuid[8] = 0x80 | (uuid[8] & 0x3f);
|
/frameworks/av/media/libmedia/ |
IDrm.cpp | 71 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) { 74 data.write(uuid, 16); 80 virtual status_t createPlugin(const uint8_t uuid[16]) { 83 data.write(uuid, 16); 439 uint8_t uuid[16]; local 440 data.read(uuid, sizeof(uuid)); 441 reply->writeInt32(isCryptoSchemeSupported(uuid)); 448 uint8_t uuid[16]; local 449 data.read(uuid, sizeof(uuid)) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 42 import java.util.UUID; 64 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}; or start a scan for 1485 UUID uuid = UUID.randomUUID(); local [all...] |
BluetoothGattServer.java | 38 import java.util.UUID; 121 UUID srvcUuid = srvcId.getUuid(); 142 UUID srvcUuid = srvcId.getUuid(); 143 UUID charUuid = charId.getUuid(); 169 UUID srvcUuid = srvcId.getUuid(); 170 UUID charUuid = charId.getUuid(); 171 UUID descrUuid = descrId.getUuid(); 201 UUID srvcUuid = srvcId.getUuid(); 202 UUID charUuid = charId.getUuid(); 231 UUID srvcUuid = srvcId.getUuid() 320 UUID uuid = UUID.randomUUID(); local [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 29 import java.util.UUID; 76 * UUID for environmental reverberation effect 78 public static final UUID EFFECT_TYPE_ENV_REVERB = UUID 81 * UUID for preset reverberation effect 83 public static final UUID EFFECT_TYPE_PRESET_REVERB = UUID 86 * UUID for equalizer effect 88 public static final UUID EFFECT_TYPE_EQUALIZER = UUID 252 public UUID uuid; field in class:AudioEffect.Descriptor [all...] |
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/ |
cmp.h | 1135 mcUuid_t uuid; member in struct:__anon21434 1194 mcUuid_t uuid; member in struct:__anon21442 1260 mcUuid_t uuid; member in struct:__anon21452 1319 mcUuid_t uuid; member in struct:__anon21460 1375 mcUuid_t uuid; member in struct:__anon21468 1432 mcUuid_t uuid; member in struct:__anon21476 1568 mcUuid_t uuid; member in struct:__anon21494 [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_sr.c | 648 UINT16_TO_STREAM(p, p_attr->uuid); 654 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128); 710 /* for these PDUs, uuid filter must present */ 719 /* parse uuid now */ 723 GATT_TRACE_DEBUG0("UUID filter does not exsit"); 747 ** all primary services or discover primary service by UUID request. 756 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}}; local 760 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl); 764 if (gatt_uuid_compare(uuid, primary_service)) 791 GATT_TRACE_DEBUG1("unexpected ReadByGrpType Group: 0x%04x", uuid.uu.uuid16) 957 tBT_UUID uuid; local [all...] |
/frameworks/base/media/jni/ |
android_media_MediaDrm.cpp | 271 JNIEnv *env, jobject thiz, const uint8_t uuid[16]) { 273 mDrm = MakeDrm(uuid); 312 sp<IDrm> JDrm::MakeDrm(const uint8_t uuid[16]) { 319 status_t err = drm->createPlugin(uuid); 348 bool JDrm::IsCryptoSchemeSupported(const uint8_t uuid[16]) { 355 return drm->isCryptoSchemeSupported(uuid); 576 jniThrowException(env, "java/lang/IllegalArgumentException", "uuid is null"); 580 Vector<uint8_t> uuid = JByteArrayToVector(env, uuidObj); local 582 if (uuid.size() != 16) { 584 "invalid UUID size, expected 16 bytes") 618 Vector<uint8_t> uuid = JByteArrayToVector(env, uuidObj); local [all...] |
/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/bluedroid/bta/include/ |
bta_gatt_api.h | 55 tBT_UUID uuid; /* uuid of the attribute */ member in struct:__anon2672 125 UINT16 descr; /* as UUID as defined by SIG */ 243 tBT_UUID uuid; member in struct:__anon2684 469 /* read request always based on UUID */ 491 tBT_UUID uuid; member in struct:__anon2701 504 tBT_UUID uuid; member in struct:__anon2702 586 ** Parameters p_app_uuid - applicaiton UUID 663 ** p_srvc_uuid: a UUID of the service application is interested in. 680 ** p_char_uuid_cond: Characteristic UUID, if NULL find the first availabl [all...] |