/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.h | 72 QStandardItem * find_uuid(QString uuid); 74 void remove_enrollee_uuid(QString uuid);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGatt.java | 37 import java.util.UUID; 198 if (DBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid); 216 + " UUID=" + srvcUuid + " Included=" + inclSrvcUuid); 241 if (DBG) Log.d(TAG, "onGetCharacteristic() - Device=" + address + " UUID=" + 265 if (DBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" + descUuid); 310 + " UUID=" + charUuid + " Status=" + status); 357 + " UUID=" + charUuid + " Status=" + status); 403 if (DBG) Log.d(TAG, "onNotify() - Device=" + address + " UUID=" + charUuid); 434 if (DBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " UUID=" + charUuid); 483 if (DBG) Log.d(TAG, "onDescriptorWrite() - Device=" + address + " UUID=" + charUuid) 624 UUID uuid = UUID.randomUUID(); local [all...] |
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/ |
tlCmUuid.h | 4 * Content management trustlet UUID definitions. 36 /** UUID of content management trustlet. */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | 13 #include "uuid.h" 684 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); 707 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str)); 718 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); 742 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str)); 764 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str)); 767 "uuid=%s ssid=%s auth_type=0x%04x encr_type=0x%04x " 780 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str)); 784 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u " 791 "uuid=%s state=DONE", uuid_str) 1233 char uuid[40], txt[400]; local 1574 const u8 *sel_uuid, *uuid; local [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_attr.c | 248 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_GATT_SERVER}}; local 252 /* Fill our internal UUID with a fixed pattern 0x81 */ 260 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE); 263 uuid.uu.uuid16 = gatt_cb.gattp_attr.uuid = GATT_UUID_GATT_SRV_CHGD; 266 gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT_INDICATE);
|
gatt_int.h | 105 tBT_UUID uuid; /* type of attribute to be found */ member in struct:__anon840 160 tBT_UUID uuid; /* service declaration */ member in union:__anon845 166 /* Attribute UUID type 172 /* 16 bits UUID Attribute in server database 182 UINT16 uuid; member in struct:__anon846 185 /* 128 bits UUID Attribute in server database 195 UINT8 uuid[LEN_UUID_128]; member in struct:__anon847 214 /* attribute handle, service UUID and a set of GATT server callback. */ 218 tBT_UUID app_uuid; /* applicatino UUID */ 221 UINT16 type; /* service type UUID, primary or secondary * 386 tBT_UUID uuid; member in struct:__anon857 435 UINT16 uuid; member in struct:__anon862 [all...] |
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api.cc | 52 const char kInvalidUuid[] = "Invalid UUID"; 56 const char kProfileNotFound[] = "Profile not found: invalid uuid"; 123 if (!BluetoothDevice::IsUUIDValid(params->profile.uuid)) { 128 BluetoothPermission::CheckParam param(params->profile.uuid); 135 uuid_ = device::bluetooth_utils::CanonicalUuid(params->profile.uuid); 205 if (!BluetoothDevice::IsUUIDValid(params->profile.uuid)) { 210 std::string uuid = local 211 device::bluetooth_utils::CanonicalUuid(params->profile.uuid); 213 if (!GetEventRouter(GetProfile())->HasProfile(uuid)) { 218 GetEventRouter(GetProfile())->RemoveProfile(uuid); 299 std::string uuid; local 398 std::string uuid = device::bluetooth_utils::CanonicalUuid( local [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
IntentUtilities.java | 91 * Add the account UUID parameter. 129 * Retrieve the account UUID, or null if the UUID param is not found. 136 String uuid = uri.getQueryParameter(ACCOUNT_UUID_PARAM); local 137 return TextUtils.isEmpty(uuid) ? null : uuid;
|
/frameworks/av/media/libmedia/ |
AudioEffect.cpp | 45 const effect_uuid_t *uuid, 54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io); 69 effect_uuid_t uuid; local 72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr); 81 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { 82 pUuid = &uuid; 90 const effect_uuid_t *uuid, 101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0); 114 if (type == NULL && uuid == NULL) { 115 ALOGW("Must specify at least type or uuid"); [all...] |
/external/bluetooth/bluedroid/stack/pan/ |
pan_main.c | 86 ** remote_uuid - UUID of the source role (peer device role) 87 ** local_uuid - UUID of the destination role (local device role) 118 ** If the UUID is 16 bytes forst two bytes should be zeros 127 /* Extract the 16 bit equivalent of the UUID */ 143 PAN_TRACE_ERROR0 ("PAN Connection failed because of wrong remote UUID "); 152 ** If the UUID is 16 bytes forst two bytes should be zeros 161 /* Extract the 16 bit equivalent of the UUID */ 177 PAN_TRACE_ERROR0 ("PAN Connection failed because of wrong local UUID "); 182 PAN_TRACE_EVENT5 ("pan_conn_ind_cb - for handle %d, current role %d, dst uuid 0x%x, src uuid 0x%x, role change %s" [all...] |
/frameworks/base/media/java/android/media/ |
MediaExtractor.java | 32 import java.util.UUID; 203 * @return a map of uuid-to-bytes, with the uuid specifying 206 public Map<UUID, byte[]> getPsshInfo() { 207 Map<UUID, byte[]> psshMap = null; 215 psshMap = new HashMap<UUID, byte[]>(); 220 UUID uuid = new UUID(msb, lsb); local 225 psshMap.put(uuid, psshdata) [all...] |
/external/e2fsprogs/misc/ |
tune2fs.8.in | 85 .I UUID 102 specifer can either be a filename (i.e., /dev/sda1), or a LABEL or UUID 104 LABEL=home or UUID=e40486c6-84d5-4f2f-b99c-032281799c9d). 342 @JDEV@.BI UUID= UUID 343 @JDEV@to locate the external journal by either the volume label or UUID 346 @JDEV@to display a journal device's volume label and UUID. See also the 584 .BI \-U " UUID" 585 Set the universally unique identifier (UUID) of the filesystem to 586 .IR UUID [all...] |
/external/qemu/hw/ |
bt-sdp.c | 29 int *uuid; member in struct:bt_l2cap_sdp_state_s::sdp_service_record_s 83 const uint8_t *uuid, ssize_t datalen) 88 if (datalen == 16 && memcmp(uuid + 4, bt_base_uuid, 12)) 91 if (uuid[0] | uuid[1]) 93 uuid += 2; 96 val = (uuid[0] << 8) | uuid[1]; 97 lo = record->uuid; 572 qemu_free(sdp->service_list[i].uuid); 702 int *uuid; local [all...] |
/external/chromium/build/mac/ |
strip_save_dsym | 84 # Determines the UUID value by calling otool. 99 # state 0 is when nothing UUID-related has been seen yet. State 1 is 105 uuid = "" 121 # The UUID display format changed in the version of otool shipping 123 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955 125 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955 126 # The old format, from cctools-750 and older's otool, breaks the UUID 128 # uuid 0x4d 0x71 0x35 0xb2 0x9c 0x56 0xc5 0xf5 130 new_uuid_match = re.match("^ {3,4}uuid (.{8}-.{4}-.{4}-.{4}-.{12})$", 133 uuid = new_uuid_match.group(1 [all...] |
/external/chromium_org/build/mac/ |
strip_save_dsym | 84 # Determines the UUID value by calling otool. 99 # state 0 is when nothing UUID-related has been seen yet. State 1 is 105 uuid = "" 121 # The UUID display format changed in the version of otool shipping 123 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955 125 # uuid 4D7135B2-9C56-C5F5-5F49-A994258E0955 126 # The old format, from cctools-750 and older's otool, breaks the UUID 128 # uuid 0x4d 0x71 0x35 0xb2 0x9c 0x56 0xc5 0xf5 130 new_uuid_match = re.match("^ {3,4}uuid (.{8}-.{4}-.{4}-.{4}-.{12})$", 133 uuid = new_uuid_match.group(1 [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_profile_chromeos.cc | 66 const std::string& uuid, 72 if (!BluetoothDevice::IsUUIDValid(uuid)) { 77 uuid_ = uuid; 81 bluetooth_options.service = uuid; 91 // use the UUID of the profile. 93 base::ReplaceChars(uuid, ":-", "_", &uuid_path); 107 uuid,
|
/external/chromium_org/third_party/WebKit/Source/platform/blob/ |
BlobRegistry.cpp | 136 void BlobRegistry::registerBlobData(const String& uuid, PassOwnPtr<BlobData> data) 138 blobRegistry()->registerBlobData(uuid, blink::WebBlobData(data)); 141 void BlobRegistry::addBlobDataRef(const String& uuid) 143 blobRegistry()->addBlobDataRef(uuid); 146 void BlobRegistry::removeBlobDataRef(const String& uuid) 148 blobRegistry()->removeBlobDataRef(uuid); 154 blobRegistry()->registerPublicBlobURL(url, handle->uuid());
|
/external/e2fsprogs/lib/blkid/ |
probe.c | 36 #include "uuid/uuid.h" 119 /* The MD UUID is not contiguous in the superblock, make it so */ 128 static void set_uuid(blkid_dev dev, uuid_t uuid, const char *tag) 132 if (!uuid_is_null(uuid)) { 133 uuid_unparse(uuid, str); 134 blkid_set_tag(dev, tag ? tag : "UUID", str, sizeof(str)); 630 blkid_set_tag(probe->dev, "UUID", serno, sizeof(serno)-1); 783 blkid_set_tag(probe->dev, "UUID", uuid_str, 0); 823 /* LABEL/UUID are only valid for later versions of Reiserfs v3.6. * 894 char uuid[40]; local 1167 __u64 uuid; local 1208 __u64 leaf_off, uuid; local 1330 char *p, *q, uuid[40]; local 1566 uuid_t uuid; local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 630 /* Brute force just simply search for uuid[0..15] in img[0..n_img-1] */ 631 static Bool check_uuid_matches ( Addr imgA, Word n_img, UChar* uuid ) 635 UChar first = uuid[0]; 641 if (0 == VG_(memcmp)( &img[i], &uuid[0], 16 )) 675 UChar uuid[16]; local 684 and uuid and nlist and STABS */ 710 VG_(memset)(&uuid, 0, sizeof(uuid)); 724 // Get uuid for later dsym search 824 VG_(memcpy)(uuid, uuid_cmd->uuid, sizeof(uuid)) [all...] |
/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...] |
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-nfc.py | 70 def wpas_get_er_config_token(uuid): 74 return wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid).rstrip().decode("hex") 91 def wpas_get_handover_sel(uuid): 95 if uuid is None: 97 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip().decode("hex") 124 data = wpas_get_handover_sel(self.uuid) 143 def wps_handover_resp(peer, uuid): 144 if uuid is None: 147 print "Trying to handle WPS handover with AP " + uuid 151 srv.uuid = uui [all...] |
/frameworks/av/include/media/ |
AudioEffect.h | 95 * Returns the descriptor for the specified effect uuid. 98 * uuid: pointer to effect uuid. 105 * BAD_VALUE invalid uuid or descriptor pointers 106 * NAME_NOT_FOUND no effect with this uuid found 111 static status_t getEffectDescriptor(const effect_uuid_t *uuid, 211 * type: type of effect created: can be null if uuid is specified. This corresponds to 213 * uuid: Uuid of effect created: can be null if type is specified. This uuid corresponds t [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sdp.c | 142 APPL_TRACE_DEBUG1("bta_ag_add_record uuid: %x", service_uuid); 310 UINT16 uuid; local 315 uuid = UUID_SERVCLASS_HF_HANDSFREE; 320 uuid = UUID_SERVCLASS_HEADSET_HS; 332 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL) 334 if (uuid == UUID_SERVCLASS_HEADSET_HS) 337 uuid = UUID_SERVCLASS_HEADSET; 338 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL) 361 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version);
|
/external/chromium_org/content/renderer/media/crypto/ |
key_systems.cc | 105 const std::vector<uint8>& uuid, 123 std::vector<uint8> uuid; member in struct:content::KeySystems::KeySystemProperties 183 key_system_info.uuid, 196 const std::vector<uint8>& uuid, 212 DCHECK_EQ(use_aes_decryptor, uuid.empty()); 213 DCHECK(use_aes_decryptor || uuid.size() == 16); 214 properties.uuid = uuid; 354 return key_system_iter->second.uuid;
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_utils.c | 51 ** Description Convert a 16 bits UUID to be an standard 128 bits one. 53 ** Returns TRUE if two uuid match; FALSE otherwise. 68 ** Description Compare two UUID to see if they are the same. 70 ** Returns TRUE if two uuid match; FALSE otherwise. 78 /* any of the UUID is unspecified */ 96 /* convert a 16 bits UUID to 128 bits value */ 105 /* convert a 16 bits UUID to 128 bits value */ 583 ** Description pack UUID into a stream. 622 p_des->uuid.len = p_src->uuid.len 762 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}}; local [all...] |