/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))); 59 status_t MockDrmFactory::createDrmPlugin(const uint8_t uuid[16], DrmPlugin **plugin) 66 bool MockCryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const 68 return (!memcmp(uuid, mock_uuid, sizeof(uuid))); 71 status_t MockCryptoFactory::createPlugin(const uint8_t uuid[16], const void *data,
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 35 import java.util.UUID; 146 * @param uuid SDP uuid 151 BluetoothDevice device, int port, ParcelUuid uuid) throws IOException { 152 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) { 157 if(uuid != null) 158 mUuid = uuid; 159 else mUuid = new ParcelUuid(new UUID(0, 0));
|
/frameworks/base/media/jni/audioeffect/ |
android_media_AudioEffect.cpp | 252 jstring type, jstring uuid, jint priority, jint sessionId, jintArray jId, jobjectArray javadesc) 278 if (uuid != NULL) { 279 uuidStr = env->GetStringUTFChars(uuid, NULL); 348 env->ReleaseStringUTFChars(uuid, uuidStr); 358 AudioEffect::guidToString(&desc.uuid, str, EFFECT_STRING_LEN_MAX); 415 env->ReleaseStringUTFChars(uuid, uuidStr); 746 AudioEffect::guidToString(&desc.uuid, str, EFFECT_STRING_LEN_MAX); 834 AudioEffect::guidToString(&descriptors[i].uuid, str, EFFECT_STRING_LEN_MAX);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaEnvReverbTest.java | 39 import java.util.UUID; 53 // Implementor UUID for volume controller effect defined in 55 private final static UUID VOLUME_EFFECT_UUID = 56 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"); 57 // Implementor UUID for environmental reverb effect defined in 59 private final static UUID ENV_REVERB_EFFECT_UUID = 60 UUID.fromString("c7a511a0-a3bb-11df-860e-0002a5d5c51b"); 451 // create reverb with UUID instead of EnvironmentalReverb constructor otherwise an
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiApConfigStore.java | 40 import java.util.UUID; 207 String randomUUID = UUID.randomUUID().toString();
|
/hardware/libhardware/include/hardware/ |
bt_gatt_client.h | 184 bt_status_t (*register_client)( bt_uuid_t *uuid ); 208 * Optionally, the results can be filtered for a given UUID.
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcLoadFormat.h | 122 mcUuid_t uuid; /**< Loadable service unique identifier (UUID). */ member in struct:__anon32586
|
mcSo.h | 92 * The combination of service provider id and Trustlet UUID forms a unique 98 /** Trustlet UUID. */ 99 mcUuid_t uuid; member in struct:__anon32592
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
g726decsocket_ti.h | 34 * in its code and it contains UUID of G726 decoder socket node. 47 /** G726DECSOCKET_TI_UUID: This struct contains the UUID of G726 decoder socket
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jbd.h | 127 #define JFS_FLAG_SAME_UUID 2 /* block has same uuid as previous */ 161 __u8 s_uuid[16]; /* 128-bit uuid for journal */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 127 #define JFS_FLAG_SAME_UUID 2 /* block has same uuid as previous */ 161 __u8 s_uuid[16]; /* 128-bit uuid for journal */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 127 #define JFS_FLAG_SAME_UUID 2 /* block has same uuid as previous */ 161 __u8 s_uuid[16]; /* 128-bit uuid for journal */
|
/external/bluetooth/bluedroid/stack/bnep/ |
bnep_api.c | 127 ** src_uuid - source uuid for the connection 128 ** dst_uuid - destination uuid for the connection 150 /* Both source and destination UUID lengths should be same */ 168 /* Backup current UUID values to restore if role change fails */ 184 BNEP_TRACE_API1 ("BNEP initiating security procedures for src uuid 0x%x",
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device.h | 164 // Returns true if uuid is in a a valid canonical format 166 static bool IsUUIDValid(const std::string& uuid); 223 // Returns the services (as UUID strings) that this device provides. 245 virtual bool ProvidesServiceWithUUID(const std::string& uuid) const; 333 // Attempts to open a socket to a service matching |uuid| on this device. If
|
/external/e2fsprogs/debugfs/ |
set_fields.c | 39 #include "uuid/uuid.h" 101 { "uuid", &set_sb.s_uuid, 16, parse_uuid }, 375 fprintf(stderr, "Invalid UUID format: %s\n", arg); 462 type = "UUID";
|
htree.c | 26 #include "uuid/uuid.h" 315 fprintf(stderr, "Invalid UUID format: %s\n",
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth.jd | 522 <h2>About UUID</h2> 524 <p>A Universally Unique Identifier (UUID) is a standardized 128-bit format for a string 525 ID used to uniquely identify information. The point of a UUID is that it's big 527 used to uniquely identify your application's Bluetooth service. To get a UUID to 528 use with your application, you can use one of the many random UUID generators on 529 the web, then initialize a {@link java.util.UUID} with {@link 530 java.util.UUID#fromString(String)}.</p> 541 UUID)}. 545 UUID is also included in the SDP entry and will be the basis for the connection 547 with this device, it will carry a UUID that uniquely identifies the service wit [all...] |
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | 175 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html 181 { 0xaa8130e0, 0x66fc, 0x11e0, 0xbad0, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }, // uuid 193 { 0xbb392ec0, 0x8d4d, 0x11e0, 0xa896, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }, // uuid 205 { 0xc06c8400, 0x8e06, 0x11e0, 0x9cb6, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b } }, // uuid 240 uint32_t UuidToProcId(const effect_uuid_t * uuid) 244 if (memcmp(uuid, sUuidToPreProcTable[i], sizeof(*uuid)) == 0) { [all...] |
/external/e2fsprogs/misc/ |
mke2fs.8.in | 104 .I UUID 366 @JDEV@.BI UUID= UUID 367 @JDEV@to locate the external journal by either the volume label or UUID 370 @JDEV@to display a journal device's volume label and UUID. See also the 630 .BI \-U " UUID" 631 Create the filesystem with the specified UUID.
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/ |
cmp.h | 1135 mcUuid_t uuid; member in struct:__anon32486 1194 mcUuid_t uuid; member in struct:__anon32494 1260 mcUuid_t uuid; member in struct:__anon32504 1319 mcUuid_t uuid; member in struct:__anon32512 1375 mcUuid_t uuid; member in struct:__anon32520 1432 mcUuid_t uuid; member in struct:__anon32528 1568 mcUuid_t uuid; member in struct:__anon32546 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-P2P | 283 p2p_serv_disc_req 00:00:00:00:00:00 upnp 10 uuid:6859dede-8574-59ab-9332-123456789012 359 p2p_service_add upnp 10 uuid:6859dede-8574-59ab-9332-123456789012::upnp:rootdevice 360 p2p_service_add upnp 10 uuid:5566d33e-9774-09ab-4822-333456785632::upnp:rootdevice 361 p2p_service_add upnp 10 uuid:1122de4e-8574-59ab-9322-333456789044::urn:schemas-upnp-org:service:ContentDirectory:2 362 p2p_service_add upnp 10 uuid:5566d33e-9774-09ab-4822-333456785632::urn:schemas-upnp-org:service:ContentDirectory:2 363 p2p_service_add upnp 10 uuid:6859dede-8574-59ab-9332-123456789012::urn:schemas-upnp-org:device:InternetGatewayDevice:1 489 set uuid <UUID> 491 Set WPS UUID (by default, this is generated based on the MAC address).
|
/bootable/diskinstaller/ |
config.mk | 242 # hrd-code the UUID so we don't have to release the disk manually in the VirtualBox manager. 244 virtual_box_manager_system_disk_ptions := --uuid "{aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa}" 245 virtual_box_manager_data_disk_ptions := --uuid "{bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb}"
|
/external/chromium_org/chrome/renderer/media/ |
chrome_key_systems.cc | 205 info.uuid.assign(kWidevineUuid, kWidevineUuid + arraysize(kWidevineUuid)); 288 request.uuid.insert(request.uuid.begin(), kWidevineUuid,
|
/external/wpa_supplicant_8/src/wps/ |
wps_attr_build.c | 119 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) 121 wpa_printf(MSG_DEBUG, "WPS: * UUID-E"); 124 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/ |
NotificationListenerVerifierActivity.java | 56 import java.util.UUID; 267 mTag1 = UUID.randomUUID().toString(); 268 mTag2 = UUID.randomUUID().toString(); 269 mTag3 = UUID.randomUUID().toString();
|