HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 301 - 325 of 451) sorted by null

<<111213141516171819

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 32 import java.util.UUID;
52 static final UUID SECURE_UUID =
53 UUID.fromString("8591d757-18ee-45e1-9b12-92875d06ba23");
54 static final UUID INSECURE_UUID =
55 UUID.fromString("301c214f-91a2-43bf-a795-09d1198a81a7");
56 static final UUID HANDSFREE_INSECURE_UUID =
57 UUID.fromString("0000111F-0000-1000-8000-00805F9B34FB");
70 private final UUID mUuid;
88 public BluetoothChatService(Context context, Handler handler, UUID uuid) {
    [all...]
MessageTestActivity.java 43 import java.util.UUID;
78 private final UUID mUuid;
83 MessageTestActivity(boolean secure, boolean server, UUID uuid) {
86 mUuid = uuid;
  /external/bluetooth/bluez/audio/
manager.c 162 uuid_t uuid; local
165 if (bt_string2uuid(&uuid, uuidstr) < 0) {
166 error("%s not detected as an UUID-128", uuidstr);
170 if (!sdp_uuid128_to_uuid(&uuid) && uuid.type != SDP_UUID16) {
171 error("Could not convert %s to a UUID-16", uuidstr);
175 uuid16 = uuid.value.uuid16;
229 DBG("Unrecognized UUID: 0x%04X", uuid16);
258 sdp_uuid16_create(&profile.uuid, HEADSET_PROFILE_ID);
314 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID)
    [all...]
  /external/bluetooth/glib/gio/
gunixvolumemonitor.c 145 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
151 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
  /external/e2fsprogs/debian/
rules 38 UUID_VERSION = $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
39 UUID_SOVERSION = $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
69 uuiddevdir=${debdir}/uuid-dev
71 uuidruntimedir=${debdir}/uuid-runtime
72 uuidruntimedbgdir=${debdir}/uuid-runtime-dbg
408 mkdir -p ${debdir}/uuid-dev/usr/share/doc
409 # ln -sf libuuid${UUID_SOVERSION} ${debdir}/uuid-dev/usr/share/doc/uuid-dev
530 $(INSTALL) -p -m 0644 debian/uuid-runtime.copyright \
531 ${uuidruntimedbgdir}/usr/share/doc/uuid-runtime-dbg/copyrigh
    [all...]
  /external/llvm/test/Scripts/
macho-dumpx 124 import uuid namespace
125 print " ('uuid', %s)" % uuid.UUID(bytes=f.read(16))
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFramePrivate.idl 52 uuid(A1657D07-4881-4475-9D10-76548731D448),
IWebPreferencesPrivate.idl 38 uuid(1380DE41-42CF-4170-9D5D-7840EDE5B36C),
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 17 #include "uuid.h"
575 uuid_bin2str(sm->wps->uuid, uuid_string, sizeof(uuid_string));
577 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
580 wpabuf_put_str(buf, "<UDN>uuid:");
1453 u8 uuid[UUID_LEN]; local
1661 u8 uuid[UUID_LEN]; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_i.h 241 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
286 struct wps_device_data *dev, const u8 *uuid);
  /frameworks/av/services/audioflinger/
AudioPolicyService.h 236 EffectDesc(const char *name, const effect_uuid_t& uuid) :
238 mUuid(uuid) { }
  /packages/apps/Email/src/com/android/email/activity/
Welcome.java 145 * UUID rather than the account ID, which will be changed after account restore.
147 public static Intent createAccountShortcutIntent(Context context, String uuid, long mailboxId) {
150 IntentUtilities.setAccountUuid(b, uuid);
297 * Determine which account to open with the given account ID and UUID.
306 // If a UUID is specified, try to use it.
307 // If the UUID is invalid, accountId will be NO_ACCOUNT.
319 // Neither an accountID or a UUID is specified.
  /system/core/gpttool/
gpttool.c 87 void get_uuid(u8 *uuid)
91 read(fd, uuid, 16);
  /external/e2fsprogs/
e2fsprogs.spec 58 uniqueness of time-based UUID generation even at very high rates on
105 -c "UUID generator helper daemon" uuidd
208 %{_libdir}/pkgconfig/uuid.pc
217 %{_includedir}/uuid
222 %{_mandir}/man3/uuid.3*
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 68 // 128 bit UUID for PBAP
183 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
184 if (uuid == null) {
187 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid));
189 if (uuid.length != UUID_LENGTH) {
190 Log.w(TAG, "Wrong UUID length");
194 if (uuid[i] != PBAP_TARGET[i]) {
195 Log.w(TAG, "Wrong UUID");
199 reply.setHeader(HeaderSet.WHO, uuid);
    [all...]
  /external/dnsmasq/src/
rfc2131.c 110 unsigned char *uuid);
115 static void pxe_misc(struct dhcp_packet *mess, unsigned char *end, unsigned char *uuid);
144 unsigned char *agent_id = NULL, *uuid = NULL; local
718 uuid = pxe_uuid;
762 pxe_misc(mess, end, uuid);
810 pxe_misc(mess, end, uuid);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 34 // Google auxiliary environmental reverb UUID: 1f0ae2e0-4ef7-11df-bc09-0002a5d5c51b
47 // Google insert environmental reverb UUID: aa476040-6342-11df-91a4-0002a5d5c51b
59 // Google auxiliary preset reverb UUID: 63909320-53a6-11df-bdbd-0002a5d5c51b
71 // Google insert preset reverb UUID: d93dc6a0-6342-11df-b128-0002a5d5c51b
114 int EffectCreate(const effect_uuid_t *uuid,
127 if (pHandle == NULL || uuid == NULL) {
133 if (memcmp(uuid, &desc->uuid, sizeof(effect_uuid_t))
185 int EffectGetDescriptor(const effect_uuid_t *uuid,
190 if (pDescriptor == NULL || uuid == NULL)
    [all...]
  /external/bluetooth/bluez/serial/
proxy.c 85 char *uuid128; /* UUID 128 */
151 uuid_t uuid, root_uuid, l2cap, rfcomm; local
165 bt_string2uuid(&uuid, uuid128);
166 sdp_uuid128_to_uuid(&uuid);
167 svclass_id = sdp_list_append(NULL, &uuid);
171 sdp_uuid16_create(&profile.uuid, SERIAL_PORT_PROFILE_ID);
585 dict_append_entry(&dict, "uuid", DBUS_TYPE_STRING, &prx->uuid128);
1186 uuid_str = g_key_file_get_string(config, group_str, "UUID",
  /external/dbus/bus/
bus.c 46 DBusGUID uuid; member in struct:BusContext
711 _dbus_generate_uuid (&context->uuid);
938 DBusString *uuid)
940 return _dbus_uuid_encode (&context->uuid, uuid);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config_file.c 24 #include "uuid.h"
388 if (uuid_str2bin(pos, config->uuid)) {
389 wpa_printf(MSG_ERROR, "Line %d: invalid UUID", line);
392 uuid_bin2str(config->uuid, buf, sizeof(buf));
393 wpa_printf(MSG_DEBUG, "uuid=%s", buf);
451 { FUNC(uuid) },
869 if (!is_nil_uuid(config->uuid)) {
871 uuid_bin2str(config->uuid, buf, sizeof(buf));
872 fprintf(f, "uuid=%s\n", buf);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 14 #include "utils/uuid.h"
259 if (is_nil_uuid(wpa_s->conf->uuid))
260 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN);
262 os_memcpy(bss->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
  /external/bluetooth/bluez/compat/
hidd.c 448 uint16_t uuid = HID_SVCLASS_ID; local
459 &uuid, &channel, name, sizeof(name) - 1);
467 switch (uuid) {

Completed in 1544 milliseconds

<<111213141516171819