/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 561 Parcelable[] uuid = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); 562 if (uuid != null) { 563 ParcelUuid[] uuids = new ParcelUuid[uuid.length]; 564 for (int i = 0; i < uuid.length; i++) { 565 uuids[i] = (ParcelUuid)uuid[i];
|
/external/bluetooth/bluez/lib/bluetooth/ |
sdp.h | 460 * identifier (UUID) is an attribute of the service. In addition, 464 uuid_t uuid; member in struct:__anon1755 505 uuid_t uuid; member in union:sdp_data_struct::__anon1759
|
/external/qemu/block/ |
vpc.c | 74 // UUID used to identify a parent hard disk (backing file) 75 uint8_t uuid[16]; member in struct:vhd_footer 537 // TODO uuid is missing
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config.h | 252 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS 254 u8 uuid[16]; member in struct:wpa_config
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_event.c | 17 #include "uuid.h" 304 wpabuf_put_str(buf, "SID: uuid:"); 306 uuid_bin2str(s->uuid, b, 80);
|
wps_attr_parse.c | 59 wpa_printf(MSG_DEBUG, "WPS: Invalid UUID-E length %u", 67 wpa_printf(MSG_DEBUG, "WPS: Invalid UUID-R length %u",
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaVisualizerTest.java | 37 import java.util.UUID; 209 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"), 285 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"),
|
MediaBassBoostTest.java | 38 import java.util.UUID; 205 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"),
|
MediaVirtualizerTest.java | 38 import java.util.UUID; 206 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"),
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 198 fprintf(f, "Filesystem UUID: %s\n", e2p_uuid2str(sb->s_uuid)); 276 fprintf(f, "Journal UUID: %s\n",
|
/external/oprofile/daemon/ |
opd_perfmon.c | 79 static unsigned char uuid[16] = { variable 212 memcpy(&ctx.ctx_smpl_buf_id, &uuid, 16);
|
/external/webkit/WebKit/win/Interfaces/ |
IWebPolicyDelegate.idl | 78 uuid(DFCDE523-FD96-4f95-958B-151540FE122A), 151 uuid(9B0BAE6C-A496-4000-9E22-2E89F0747401),
|
IWebArchive.idl | 45 uuid(F07D5252-F66E-4a4d-B9DC-33BD11DCC138),
|
IWebBackForwardList.idl | 46 uuid(C278A16D-B502-4131-B551-DCE3F4ED2B36),
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dm-ioctl.h | 97 * this structure at the start. If a uuid is specified any 132 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
|
/external/bluetooth/bluez/src/ |
adapter.c | 1079 * adapter_services_inc_rem - Insert or remove UUID from adapter 1887 uuid_t uuid; local [all...] |
adapter.h | 155 const char *uuid, service_auth_cb cb, void *user_data);
|
agent.c | 308 const char *uuid) 321 DBUS_TYPE_STRING, &uuid, 336 const char *uuid, 350 err = agent_call_authorize(req, path, uuid);
|
/external/e2fsprogs/e2fsck/ |
Makefile.in | 250 super.o: $(srcdir)/super.c $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/e2fsck.h \ 308 $(srcdir)/problem.h $(top_srcdir)/lib/uuid/uuid.h
|
/external/e2fsprogs/misc/ |
blkid.8.in | 46 from the content metadata (e.g. LABEL or UUID fields). 119 .BR UUID .
|
mke2fs.8.in | 312 @JDEV@.BI UUID= UUID 313 @JDEV@to locate the external journal by either the volume label or UUID 316 @JDEV@to display a journal device's volume label and UUID. See also the
|
/external/iproute2/doc/ |
nstat.sgml | 53 History is just dump saved in file <tt>/tmp/.Xstat.uUID</tt>
|
/external/qemu/ |
sysemu.h | 26 int qemu_uuid_parse(const char *str, uint8_t *uuid);
|
/external/quake/quake/src/QW/server/ |
qwsv.plg | 42 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib /nologo /subsystem:console /incremental:no /pdb:".\Release/qwsv.pdb" /machine:I386 /out:".\Release/qwsv.exe"
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontCustomPlatformData.cpp | 74 // it from base64-encoded uuid (128-bit). So, m_name
|