HomeSort by relevance Sort by last modified time
    Searched full:uuid (Results 401 - 425 of 1218) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/renderer/media/crypto/
key_systems_unittest.cc 109 ext.uuid.assign(kExternalUuid, kExternalUuid + arraysize(kExternalUuid));
579 std::vector<uint8> uuid = GetUUID(kExternal); local
580 EXPECT_EQ(16u, uuid.size());
581 EXPECT_EQ(0xef, uuid[15]);
589 std::vector<uint8> uuid; local
590 EXPECT_DEBUG_DEATH_PORTABLE(uuid = GetUUID(kExternalParent),
592 EXPECT_TRUE(uuid.empty());
594 EXPECT_DEBUG_DEATH_PORTABLE(uuid = GetUUID(""), " is not a concrete system");
595 EXPECT_TRUE(uuid.empty());
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 21 #include "uuid.h"
137 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
188 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
192 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
193 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
198 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
204 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
279 * One pair for rootdevice, one pair for uuid, and a pair each for
398 * One pair for rootdevice, one pair for uuid, and a pair each for
451 * ST header of the M-SEARCH request is "ssdp:all", "upnp:rootdevice", "uuid:
    [all...]
wps_upnp_web.c 15 #include "uuid.h"
229 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
231 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
234 wpabuf_put_str(buf, "<UDN>uuid:");
902 * SID: uuid:xxxxxxxxx
924 u8 uuid[UUID_LEN]; local
1013 match = "uuid:";
1022 if (uuid_str2bin(h, uuid)) {
1041 s = subscription_renew(sm, uuid);
1044 uuid_bin2str(uuid, str, sizeof(str))
1141 u8 uuid[UUID_LEN]; local
    [all...]
wps.c 42 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
45 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
368 * wps_get_uuid_e - Get UUID-E from WPS IE
370 * Returns: Pointer to UUID-E or %NULL if not included
472 * @uuid: Own UUID
482 const u8 *uuid,
498 wps_build_uuid_e(ie, uuid) ||
  /external/wpa_supplicant_8/wpa_supplicant/
README-WPS 75 WPS needs the Universally Unique IDentifier (UUID; see RFC 4122) for
77 wpa_supplicant (if not set, UUID will be generated based on local MAC
80 # example UUID for WPS
81 uuid=12345678-9abc-def0-1234-56789abcdef0
262 wps_er_learn <UUID|BSSID> <AP PIN>
265 wps_er_set_config <UUID|BSSID> <network id>
271 wps_er_config <UUID|BSSID> <AP PIN> <new SSID> <auth> <encr> <new key>
280 wps_er_pbc <Enrollee UUID|MAC address>
283 wps_er_pin <Enrollee UUID|"any"|MAC address> <PIN> [Enrollee MAC address]
285 - if Enrollee UUID is not known, "any" can be used to add a wildcard PI
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_chromeos.cc 26 // Constructs a device id using uuid or manufacturer (vendor and product) id
29 std::string uuid = disk.fs_uuid(); local
30 if (!uuid.empty())
31 return kFSUniqueIdPrefix + uuid;
59 // Keep track of device uuid and label, to see how often we receive empty
295 // Get the media device uuid and label if exists.
storage_monitor_mac.mm 73 CFUUIDRef uuid = base::mac::GetValueFromDictionary<CFUUIDRef>(
76 if (uuid) {
78 CFUUIDCreateString(NULL, uuid));
276 std::string uuid;
277 if (!StorageInfo::CrackDeviceId(device_id, &type, &uuid)) {
284 image_capture_device_manager_->EjectDevice(uuid, callback);
  /hardware/libhardware/include/hardware/
bluetooth.h 107 /** Bluetooth 128-bit UUID */
115 bt_uuid_t uuid; member in struct:__anon30994
359 * newly added profile's UUID.
406 /** Get Remote Device's service record for the given UUID */
408 bt_uuid_t *uuid);
460 * properties of remote bonded devices such as name, UUID etc. */
  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 651 UINT16_TO_STREAM(p, p_attr->uuid);
657 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128);
713 /* for these PDUs, uuid filter must present */
722 /* parse uuid now */
726 GATT_TRACE_DEBUG0("UUID filter does not exsit");
752 ** all primary services or discover primary service by UUID request.
761 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}}; local
765 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
769 if (gatt_uuid_compare(uuid, primary_service))
796 GATT_TRACE_DEBUG1("unexpected ReadByGrpType Group: 0x%04x", uuid.uu.uuid16)
968 tBT_UUID uuid; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 241 UINT16 descr; /* as UUID as defined by SIG */
344 /* read request always based on UUID */
433 tBT_UUID uuid; member in struct:__anon1075
508 tBT_UUID char_uuid; /* characteristic UUID type */
524 tBT_UUID service_type; /* included service UUID */
532 tGATT_GROUP_VALUE group_value; /* Service UUID type.
688 ** application UUID, service UUID and service instance
723 ** p_svc_uuid : service UUID
762 ** char_uuid : Characteristic UUID
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth-le.jd 77 Each attribute is uniquely identified by a Universally Unique Identifier (UUID),
282 call {@link android.bluetooth.BluetoothAdapter#startLeScan startLeScan(UUID[], BluetoothAdapter.LeScanCallback)},
283 providing an array of {@link java.util.UUID} objects that specify the GATT
368 public final static UUID UUID_HEART_RATE_MEASUREMENT =
369 UUID.fromString(SampleGattAttributes.HEART_RATE_MEASUREMENT);
514 String uuid = null;
530 uuid = gattService.getUuid().toString();
533 lookup(uuid, unknownServiceString));
534 currentServiceData.put(LIST_UUID, uuid);
549 uuid = gattCharacteristic.getUuid().toString()
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ShortcutHelper.java 17 import java.util.UUID;
71 shortcutIntent.putExtra(EXTRA_ID, UUID.randomUUID().toString());
  /external/chromium_org/device/bluetooth/
bluetooth_device_win_unittest.cc 102 EXPECT_STREQ(kTestAudioSdpUuid, (*service_records_)[0]->uuid().c_str());
103 EXPECT_STREQ(kTestVideoSdpUuid, (*service_records_)[1]->uuid().c_str());
  /external/chromium_org/third_party/WebKit/Source/web/
WebBlob.cpp 73 WebString WebBlob::uuid() function in class:blink::WebBlob
77 return m_private->uuid();
  /external/chromium_org/webkit/common/
data_element.h 67 void SetToBlob(const std::string& uuid) {
68 SetToBlobRange(uuid, 0, kuint64max);
  /external/clang/test/Parser/
cxx11-stmt-attributes.cpp 43 [[uuid]] case 0: // expected-warning {{unknown attribute 'uuid' ignored}}
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 60 local uuid=""
65 uuid="${uuid}${hex:$j:1}"
67 echo "${uuid:0:8}-${uuid:8:4}-${uuid:12:4}-${uuid:16:4}-${uuid:20:12}"
gen_msvs_vcxproj.sh 60 local uuid=""
65 uuid="${uuid}${hex:$j:1}"
67 echo "${uuid:0:8}-${uuid:8:4}-${uuid:12:4}-${uuid:16:4}-${uuid:20:12}"
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaCon.dsp 52 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /machine:I386
53 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /machine:I386 /out:"C:\Util\lzma.exe"
76 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
77 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.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 /nologo /subsystem:console /debug /machine:I386 /out:"C:\Util\lzma.exe" /pdbtype:sept
  /frameworks/av/include/media/
IDrm.h 35 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) = 0;
37 virtual status_t createPlugin(const uint8_t uuid[16]) = 0;
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 68 int32_t DownmixLib_Create(const effect_uuid_t *uuid,
73 int32_t DownmixLib_GetDescriptor(const effect_uuid_t *uuid,
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 29 import java.util.UUID;
40 cacheDir = new File(tmp, "HttpCache-" + UUID.randomUUID());
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 39 import java.util.UUID;
47 // Implementor UUID for volume controller effect defined in
49 private final static UUID VOLUME_EFFECT_UUID =
50 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b");
51 // Implementor UUID for preset reverb effect defined in
53 private final static UUID PRESET_REVERB_EFFECT_UUID =
54 UUID.fromString("172cdf00-a3bc-11df-a72f-0002a5d5c51b");
294 // create reverb with UUID instead of PresetReverb constructor otherwise an auxiliary
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
Aacdecsocket_ti.h 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
48 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
Aacencsocket_ti.h 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
48 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.

Completed in 450 milliseconds

<<11121314151617181920>>