/external/wpa_supplicant_8/wpa_supplicant/ |
config_winreg.c | 33 #include "uuid.h" 169 str = wpa_config_read_reg_string(hk, TEXT("uuid")); 173 if (uuid_str2bin(str, config->uuid)) 578 if (!is_nil_uuid(config->uuid)) { 580 uuid_bin2str(config->uuid, buf, sizeof(buf)); 581 wpa_config_write_reg_string(hk, "uuid", buf);
|
ap.c | 14 #include "utils/uuid.h" 292 if (is_nil_uuid(wpa_s->conf->uuid)) 293 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN); 295 os_memcpy(bss->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
|
/frameworks/av/services/audioflinger/ |
Effects.cpp | 75 mStatus = EffectCreate(&desc->uuid, sessionId, thread->id(), &mEffectInterface); 828 snprintf(buffer, SIZE, "\t\t- UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n", 829 mDescriptor.uuid.timeLow, mDescriptor.uuid.timeMid, mDescriptor.uuid.timeHiAndVersion, 830 mDescriptor.uuid.clockSeq, mDescriptor.uuid.node[0], mDescriptor.uuid.node[1], 831 mDescriptor.uuid.node[2], 832 mDescriptor.uuid.node[3],mDescriptor.uuid.node[4],mDescriptor.uuid.node[5]) [all...] |
/external/bluetooth/bluedroid/stack/include/ |
btm_api.h | [all...] |
pan_api.h | 71 PAN_INVALID_SRC_ROLE = BNEP_CONN_FAILED_SRC_UUID, /* Connection failed wrong source UUID */ 72 PAN_INVALID_DST_ROLE = BNEP_CONN_FAILED_DST_UUID, /* Connection failed wrong destination UUID */ 73 PAN_CONN_FAILED_UUID_SIZE = BNEP_CONN_FAILED_UUID_SIZE, /* Connection failed wrong size UUID */
|
/external/e2fsprogs/misc/ |
tune2fs.c | 53 #include "uuid/uuid.h" 114 "[-U UUID]\n\t[ -I new_inode_size ] device\n"), program_name); 169 journal_path = blkid_get_devname(NULL, "UUID", buf); 213 /* Find the filesystem UUID */ 221 fputs(_("Filesystem's UUID not found on journal device.\n"), 885 (strncmp(argv[1], "LABEL=", 6) && strncmp(argv[1], "UUID=", 5))) { 886 fprintf(stderr, "Usage: findfs LABEL=<label>|UUID=<uuid>\n"); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterService.java | 854 ParcelUuid uuid, int port, int flag) { 862 return service.connectSocket(device, type, uuid, port, flag); 866 ParcelUuid uuid, int port, int flag) { [all...] |
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_act.c | 970 logu("in, uuid:", u); 971 APPL_TRACE_DEBUG1("uuid len:%d", u->len); 984 APPL_TRACE_DEBUG1("shorten to 16 bits uuid: %x", su.uu.uuid16); 992 APPL_TRACE_DEBUG1("shorten to 32 bits uuid: %x", su.uu.uuid32); 997 APPL_TRACE_DEBUG0("cannot shorten none-reserved 128 bits uuid"); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_dm.c | 1169 bt_uuid_t uuid; local [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_bluetooth_device_client.cc | 302 const std::string& uuid, 305 VLOG(1) << "ConnectProfile: " << object_path.value() << " " << uuid; 311 fake_bluetooth_profile_manager_client->GetProfileServiceProvider(uuid); 321 if (uuid == FakeBluetoothProfileManagerClient::kL2capUuid) 366 const std::string& uuid, 369 VLOG(1) << "DisconnectProfile: " << object_path.value() << " " << uuid; 375 fake_bluetooth_profile_manager_client->GetProfileServiceProvider(uuid); [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | 80 // NXP SW BassBoost UUID 83 {0x8631f300, 0x72e2, 0x11df, 0xb57e, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid 93 // NXP SW Virtualizer UUID 106 // NXP SW Equalizer UUID 109 {0xce772f20, 0x847d, 0x11df, 0xbb17, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid Eq NXP 118 // NXP SW Volume UUID 121 {0x119341a0, 0x8469, 0x11df, 0x81f9, { 0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b }}, //uuid VOL NXP 162 extern "C" int EffectCreate(const effect_uuid_t *uuid, 175 if (pHandle == NULL || uuid == NULL){ 290 if (memcmp(uuid, &gBassBoostDescriptor.uuid, sizeof(effect_uuid_t)) == 0) [all...] |
/external/e2fsprogs/debian/ |
changelog | 20 * E2fsck now understands UUID= and LABEL= specifiers for the -j option 418 filesystem's UUID 456 * Add a "set -e" to uuid-runtime's prerm script to make Lintian happy 465 * Mke2fs now understands a -U option which allows the UUID to be 571 * Add lintian overrides for uuid-runtime and libuuid1 585 * Add detection for hfsx filesystem and add label and uuid detection 613 * Fix minor typo in uuid-runtime's debian package description [all...] |
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.c | 74 // AOSP insert downmix UUID: 93f04452-e4fe-41cc-91f9-e475b6d1d69f 77 {0x93f04452, 0xe4fe, 0x41cc, 0x91f9, {0xe4, 0x75, 0xb6, 0xd1, 0xd6, 0x9f}}, // uuid 162 int32_t DownmixLib_Create(const effect_uuid_t *uuid, 193 if (pHandle == NULL || uuid == NULL) { 199 if (memcmp(uuid, &desc->uuid, sizeof(effect_uuid_t)) == 0) { 244 int32_t DownmixLib_GetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) { 248 if (pDescriptor == NULL || uuid == NULL){ 255 if (memcmp(uuid, &gDescriptors[i]->uuid, sizeof(effect_uuid_t)) == 0) [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_gap.c | 861 if (len >= (2 + p_elem->len))/* len byte(1) + ATTR type(1) + Uuid len(2) + value length */ 863 *p ++ = p_elem->len + 1; /* Uuid len + value length */ [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaDrmMockTest.java | 31 import java.util.UUID; 41 static final UUID mockScheme = new UUID(0x0102030405060708L, 0x090a0b0c0d0e0f10L); 42 static final UUID badScheme = new UUID(0xffffffffffffffffL, 0xffffffffffffffffL);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device_chromeos.cc | 390 << profile_chromeos->uuid(); 394 profile_chromeos->uuid(), 536 const std::string& uuid, 815 << profile_chromeos->uuid(); 827 << profile_chromeos->uuid() << ": "
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNormalizer.java | 78 * like "uuid:bac965c4-9d87-11d9-9a30-000d936b79c4", plus InDesign 80 * the name looks like a UUID simply move it to <em>xmpMM:InstanceID</em>, 93 if (nameStr.startsWith("uuid:")) 100 // move UUID to xmpMM:InstanceID and remove it from the root node 106 idNode.setValue("uuid:" + nameStr);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/ |
MobiCoreDriverApi.h | 108 #define MC_DRV_ERR_TL_NO_CHILD 0x0000001d /**< UUID is not registered with sp container. */ 215 /** Open a new session to a Trustlet. The trustlet with the given UUID has to be available in the flash filesystem. 221 * @param [in] uuid UUID of the Trustlet to be opened. 235 const mcUuid_t *uuid,
|
/system/vold/ |
Volume.cpp | 155 void Volume::setUuid(const char* uuid) { 162 if (uuid) { 163 mUuid = strdup(uuid); 647 * Use blkid to extract UUID and label from device, since it handles many 671 char* start = strstr(line, "UUID=");
|
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_sdp.c | 344 APPL_TRACE_DEBUG2("dbg bta_sys_add_uuid i=%d uuid=0x%x", i, svc_class_id_list[i]); //todo 551 APPL_TRACE_DEBUG2("dbg bta_sys_add_uuid i=%d uuid=0x%x", i, svc_class_id_list[i]); //todo 631 /* If here, no matching UUID found */
|
/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 553 // TODO uuid is missing
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_event.c | 16 #include "uuid.h" 159 wpabuf_put_str(buf, "SID: uuid:"); 161 uuid_bin2str(e->s->uuid, b, 80);
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/net/ |
FeedParser.java | 104 // <id>urn:uuid:218AC159-7F68-4CC6-873F-22AE6017390D</id> 140 // Example: <id>urn:uuid:218AC159-7F68-4CC6-873F-22AE6017390D</id>
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/net/ |
FeedParser.java | 104 // <id>urn:uuid:218AC159-7F68-4CC6-873F-22AE6017390D</id> 140 // Example: <id>urn:uuid:218AC159-7F68-4CC6-873F-22AE6017390D</id>
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/ |
FeedParser.java | 104 // <id>urn:uuid:218AC159-7F68-4CC6-873F-22AE6017390D</id> 140 // Example: <id>urn:uuid:218AC159-7F68-4CC6-873F-22AE6017390D</id>
|