/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
dm-ioctl.h | 38 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
dm-ioctl.h | 38 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
dm-ioctl.h | 38 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
dm-ioctl.h | 38 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 69 // 128 bit UUID for PBAP 187 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET); 188 if (uuid == null) { 191 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); 193 if (uuid.length != UUID_LENGTH) { 194 Log.w(TAG, "Wrong UUID length"); 198 if (uuid[i] != PBAP_TARGET[i]) { 199 Log.w(TAG, "Wrong UUID"); 203 reply.setHeader(HeaderSet.WHO, uuid); [all...] |
/external/bluetooth/bluez/doc/ |
device-api.txt | 82 object CreateNode(string uuid) 86 UUID depends if the device driver has support for
|
/external/bluetooth/bluez/network/ |
common.c | 52 const char *uuid128; /* UUID 128 */ 72 /* UUID 128 string */
|
/external/bluetooth/bluez/plugins/ |
service.c | 71 char uuid[MAX_LEN_UUID_STR]; member in struct:pending_auth 608 auth->uuid, auth_cb, serv_adapter); 623 uuid_t *uuid, *uuid128; local 654 uuid = services->data; 655 uuid128 = sdp_uuid_to_uuid128(uuid); 669 memcpy(auth->uuid, uuid_str, MAX_LEN_UUID_STR); 684 if (btd_request_authorization(&src, &auth->dst, auth->uuid, auth_cb, 737 auth->uuid, auth_cb, serv_adapter);
|
/external/bluetooth/glib/gio/ |
gwin32volumemonitor.c | 220 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid) 226 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
|
gvolume.c | 209 * Gets the UUID for the @volume. The reference is typically based on 210 * the file system UUID for the volume in question and should be 211 * considered an opaque string. Returns %NULL if there is no UUID 214 * Returns: the UUID for @volume or %NULL if no UUID can be computed.
|
/external/e2fsprogs/debian/attic/libs/ |
control | 96 It also contains dev files for 2 other libs (e2p and uuid) used by 108 libuuid generates and parses 128-bit universally unique id's (UUID's),
|
/external/e2fsprogs/lib/blkid/ |
blkidP.h | 33 * The bid_label and bid_uuid fields are shortcuts to the LABEL and UUID tag 48 char *bid_uuid; /* Shortcut to binary UUID */
|
/external/e2fsprogs/misc/ |
Makefile.in | 391 $(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h \ 402 $(top_srcdir)/lib/uuid/uuid.h $(top_srcdir)/lib/e2p/e2p.h \ 424 $(top_srcdir)/lib/ext2fs/kernel-list.h $(top_srcdir)/lib/uuid/uuid.h \ 444 uuidgen.o: $(srcdir)/uuidgen.c $(top_srcdir)/lib/uuid/uuid.h \
|
/external/libvpx/build/make/ |
gen_msvs_proj.sh | 58 local uuid="" 63 uuid="${uuid}${hex:$j:1}" 65 echo "${uuid:0:8}-${uuid:8:4}-${uuid:12:4}-${uuid:16:4}-${uuid:20:12}"
|
/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
|
/prebuilt/linux-x86/toolchain/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 */
|
/external/e2fsprogs/debugfs/ |
set_fields.c | 36 #include "uuid/uuid.h" 96 { "uuid", &set_sb.s_uuid, 16, parse_uuid }, 359 fprintf(stderr, "Invalid UUID format: %s\n", arg); 433 type = "UUID";
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaPresetReverbTest.java | 38 import java.util.UUID; 203 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"), 271 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"), 283 // create reverb with UUID instead of PresetReverb constructor otherwise an auxiliary 287 UUID.fromString("172cdf00-a3bc-11df-a72f-0002a5d5c51b"),
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexServerSession.java | 522 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET); 523 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid)); 524 if(uuid != null) { 525 reply.setHeader(HeaderSet.WHO, uuid);
|
/packages/apps/Email/src/com/android/email/ |
Account.java | 26 import java.util.UUID; 30 * and delete itself given a Preferences to work with. Each account is defined by a UUID. 103 mUuid = UUID.randomUUID().toString(); 118 Account(Preferences preferences, String uuid) { 119 this.mUuid = uuid;
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioEffectTest.java | 38 import java.util.UUID; 123 args = {UUID.class, UUID.class, int.class, int.class} 163 //Test case 1.1: test constructor from effect uuid 168 args = {UUID.class, UUID.class, int.class, int.class} 187 desc[i].uuid, 211 args = {UUID.class, UUID.class, int.class, int.class} 222 AudioEffect effect = new AudioEffect(UUID.randomUUID() [all...] |
/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); 413 env->ReleaseStringUTFChars(uuid, uuidStr); 750 AudioEffect::guidToString(&desc.uuid, str, EFFECT_STRING_LEN_MAX);
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
AttachmentProviderTests.java | 111 account1.mCompatibilityUuid = "test-UUID"; 196 account1.mCompatibilityUuid = "test-UUID"; 316 account1.mCompatibilityUuid = "test-UUID"; 390 account1.mCompatibilityUuid = "test-UUID"; 461 account1.mCompatibilityUuid = "test-UUID"; 508 account1.mCompatibilityUuid = "test-UUID"; 558 account1.mCompatibilityUuid = "test-UUID";
|
/bionic/libc/kernel/common/linux/raid/ |
md_k.h | 97 char uuid[16]; member in struct:mddev_s
|
/development/ndk/platforms/android-3/include/linux/raid/ |
md_k.h | 97 char uuid[16]; member in struct:mddev_s
|