/external/bluetooth/bluez/plugins/ |
pnat.c | 380 sdp_uuid16_create(&profile.uuid, DIALUP_NET_PROFILE_ID);
|
/external/bluetooth/glib/gio/ |
gunixvolume.c | 145 else if (g_str_has_prefix (volume->device_path, "UUID="))
|
/external/dbus/dbus/ |
dbus-sysdeps.h | 427 * @todo rename to UUID instead of GUID
|
/external/e2fsprogs/lib/blkid/ |
tag.c | 152 else if (!strcmp(name, "UUID"))
|
/external/e2fsprogs/misc/ |
mke2fs.c | 50 #include "uuid/uuid.h" [all...] |
/external/kernel-headers/original/linux/raid/ |
md_k.h | 139 char uuid[16]; member in struct:mddev_s
|
/external/sonivox/docs/JET_Authoring_Guidelines_files/ |
header.htm | 4 xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFrame.idl | 63 uuid(B4B22EF7-DD43-4d01-A992-99C4A8B1F845),
|
IWebFrameLoadDelegate.idl | 52 uuid(3354665B-84BA-4fdf-B35E-BF5CF9D96026),
|
IWebResourceLoadDelegate.idl | 59 uuid(AF3289AA-90DB-4ca4-A112-A1E5F0517953),
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_wsc.c | 18 #include "uuid.h"
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaAudioEffectTest.java | 39 import java.util.UUID; 158 //Test case 1.1: test constructor from effect uuid 167 desc[0].uuid, 189 AudioEffect effect = new AudioEffect(UUID.randomUUID(), [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 286 /* UUID structure for DSP/BIOS Bridge nodes. COMMON_TI_UUID*/
|
/system/extras/ext4_utils/ |
ext4_utils.c | 33 #include "uuid.h"
|
/external/bluetooth/bluez/audio/ |
control.c | 249 sdp_uuid16_create(&profile[0].uuid, AV_REMOTE_PROFILE_ID); 316 sdp_uuid16_create(&profile[0].uuid, AV_REMOTE_PROFILE_ID);
|
/external/e2fsprogs/e2fsck/ |
problem.h | 82 /* Adding UUID to filesystem */ 112 /* Superblock has a bad journal UUID */
|
/external/e2fsprogs/ext2ed/ |
ext2.descriptors | 150 char[16] s_uuid; /* 128-bit uuid for volume */ 164 char[16] s_journal_uuid; /* uuid of journal superblock */
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_fs.h | 557 __u8 s_uuid[16]; /* 128-bit uuid for volume */ 571 __u8 s_journal_uuid[16]; /* uuid of journal superblock */
|
/external/kernel-headers/original/linux/ |
ext3_fs.h | 457 /*68*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ 471 /*D0*/ __u8 s_journal_uuid[16]; /* uuid of journal superblock */
|
/external/qemu/ |
qemu-monitor.hx | 84 @item info uuid 85 show the current VM UUID
|
/frameworks/base/docs/html/sdk/ |
android-2.3.3.jd | 216 {@link android.bluetooth.BluetoothDevice#createInsecureRfcommSocketToServiceRecord(java.util.UUID)} and 217 {@link android.bluetooth.BluetoothAdapter#listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID)}
|
/frameworks/base/media/libeffects/testlibs/ |
EffectReverb.c | 32 // Google auxiliary environmental reverb UUID: 1f0ae2e0-4ef7-11df-bc09-0002a5d5c51b 45 // Google insert environmental reverb UUID: aa476040-6342-11df-91a4-0002a5d5c51b 57 // Google auxiliary preset reverb UUID: 63909320-53a6-11df-bdbd-0002a5d5c51b 69 // Google insert preset reverb UUID: d93dc6a0-6342-11df-b128-0002a5d5c51b 112 int EffectCreate(effect_uuid_t *uuid, 125 if (pInterface == NULL || uuid == NULL) { 131 if (memcmp(uuid, &desc->uuid, sizeof(effect_uuid_t)) [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPNode.c | 175 "UUID properties \r\n"))); 921 * Get Node properties from DCD/DOF file given the UUID
|
/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
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
LCML_DspCodec.c | 296 status = DSPManager_RegisterObject((struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid, 343 (struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[0].uuid, 360 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid, 611 status = DSPManager_RegisterObject((struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid, 661 (struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[0].uuid, 671 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid, [all...] |