HomeSort by relevance Sort by last modified time
    Searched defs:uuid (Results 26 - 50 of 245) sorted by null

12 3 4 5 6 7 8 910

  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 46 uint16_t uuid; member in struct:connect_node_tag
135 bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda,
141 node.uuid = uuid;
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 247 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_GATT_SERVER}}; local
251 /* Fill our internal UUID with a fixed pattern 0x81 */
259 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE);
262 uuid.uu.uuid16 = gatt_cb.gattp_attr.uuid = GATT_UUID_GATT_SRV_CHGD;
265 gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT_INDICATE);
  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c 194 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_BATTERY}}; local
209 &uuid,
227 uuid.uu.uuid16 = GATT_UUID_BATTERY_LEVEL;
233 &uuid,
244 uuid.uu.uuid16 = GATT_UUID_CHAR_CLIENT_CONFIG;
247 &uuid);
256 uuid.uu.uuid16 = GATT_UUID_CHAR_PRESENT_FORMAT;
259 &uuid))
269 uuid.uu.uuid16 = GATT_UUID_RPT_REF_DESCR;
272 &uuid))
    [all...]
srvc_dis.c 98 if ((p_db_attr->uuid == GATT_UUID_PNP_ID || p_db_attr->uuid == GATT_UUID_SYSTEM_ID)&&
106 switch (p_db_attr->uuid)
115 pp = dis_cb.dis_value.data_string[p_db_attr->uuid - GATT_UUID_MODEL_NUMBER_STR];
205 param.service.uuid.len = LEN_UUID_16;
212 param.service.uuid.uu.uuid16 = dis_attr_uuid[dis_cb.dis_read_uuid_idx];
220 GATT_TRACE_ERROR1 ("Read DISInfo: 0x%04x GATT_Read Failed", param.service.uuid.uu.uuid16);
319 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; local
332 dis_cb.service_handle = GATTS_CreateService (srvc_eng_cb.gatt_if , &uuid, 0, DIS_MAX_ATTR_NUM, TRUE);
345 uuid.uu.uuid16 = p_db_attr->uuid = dis_attr_uuid[i]
    [all...]
  /external/qemu/android/
user-config.c 33 uint64_t uuid; member in struct:AUserConfig
42 #define KEY_UUID "uuid"
124 uc->uuid = (uint64_t) iniFile_getInt64(ini, KEY_UUID, 0LL);
126 DD(" found %s = %lld", KEY_UUID, uc->uuid);
137 /* Generate a 64-bit UUID if necessary. We simply take the
144 uc->uuid = (uint64_t)tm.tv_sec*1000 + tm.tv_usec/1000;
146 DD(" Generated UUID = %lld", uc->uuid);
156 return uconfig->uuid;
196 KEY_UUID, uconfig->uuid );
    [all...]
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_if.c 43 static const mcUuid_t uuid = TEE_KEYMASTER_TL_UUID; variable
90 &uuid,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 3 import uuid namespace
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
29 0, 0, uuid.RESERVED_NCS, None),
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None),
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3),
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None),
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 3 import uuid namespace
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
29 0, 0, uuid.RESERVED_NCS, None),
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None),
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3),
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None),
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8'
    [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 chrome::kFSUniqueIdPrefix + uuid;
59 // Keep track of device uuid and label, to see how often we receive empty
288 // Get the media device uuid and label if exists.
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_service_provider.cc 288 // UUID.
296 std::string uuid; local
298 !reader.PopString(&uuid)) {
310 delegate_->AuthorizeService(device_path, uuid, callback);
  /external/clang/utils/VtableTest/
gen.cc 28 int uuid = 0; variable
176 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid);
248 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid);
283 g(" else mix(\"no dyncast\", "); g(++uuid); gl(");");
292 g(" mix(\"no fields\", "); g(++uuid); gl(");");
300 g(" mix(\"no funcs\", "); g(++uuid); gl(");");
  /frameworks/av/media/libmedia/
ICrypto.cpp 51 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) {
54 data.write(uuid, 16);
61 const uint8_t uuid[16], const void *opaqueData, size_t opaqueSize) {
64 data.write(uuid, 16);
174 uint8_t uuid[16]; local
175 data.read(uuid, sizeof(uuid));
176 reply->writeInt32(isCryptoSchemeSupported(uuid));
185 uint8_t uuid[16]; local
186 data.read(uuid, sizeof(uuid))
    [all...]
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...]
  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 63 uint8_t uuid[16]; member in struct:android::MPEG4Extractor::PsshInfo
  /frameworks/base/media/jni/
android_media_MediaCrypto.cpp 46 const uint8_t uuid[16], const void *initData, size_t initSize) {
49 mCrypto = MakeCrypto(uuid, initData, initSize);
86 const uint8_t uuid[16], const void *initData, size_t initSize) {
93 status_t err = crypto->createPlugin(uuid, initData, initSize);
111 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) {
118 return crypto->isCryptoSchemeSupported(uuid);
187 jbyte *uuid = env->GetByteArrayElements(uuidObj, &isCopy); local
198 env, thiz, (const uint8_t *)uuid, initData, initDataLength);
207 env->ReleaseByteArrayElements(uuidObj, uuid, 0);
208 uuid = NULL
239 jbyte *uuid = env->GetByteArrayElements(uuidObj, &isCopy); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 22 import java.util.UUID;
36 UUID uuid = null; field in class:ServiceDeclaration.Entry
43 Entry(UUID uuid, int serviceType, int instance) {
45 this.uuid = uuid;
50 Entry(UUID uuid, int properties, int permissions, int instance) {
52 this.uuid = uuid
    [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;
  /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/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...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 288 if (p_db_attr->uuid != GATT_UUID_GAP_DEVICE_NAME &&
292 switch (p_db_attr->uuid)
393 if (p_db_attr->uuid == GATT_UUID_GAP_RECONN_ADDR)
478 tBT_UUID uuid = {LEN_UUID_16,{UUID_SERVCLASS_GAP_SERVER}}; local
483 /* Fill our internal UUID with a fixed pattern 0x82 */
492 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);
498 uuid.len = LEN_UUID_16;
499 uuid.uu.uuid16 = p_db_attr->uuid = GATT_UUID_GAP_DEVICE_NAME;
500 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ)
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
key_systems_unittest.cc 755 std::vector<uint8> uuid = GetUUID(kWidevineAlpha); local
757 EXPECT_EQ(16u, uuid.size());
758 EXPECT_EQ(0xED, uuid[15]);
760 EXPECT_TRUE(uuid.empty());
  /external/e2fsprogs/e2fsck/
dirinfo.c 13 #include "uuid/uuid.h"
44 char *tdb_dir, uuid[40]; local
62 uuid_unparse(ctx->fs->super->s_uuid, uuid);
63 sprintf(db->tdb_fn, "%s/%s-dirinfo-XXXXXX", tdb_dir, uuid);
  /external/e2fsprogs/misc/
blkid.c 137 const char *uuid)
164 fputs(uuid, stdout);
172 const char *uuid = "", *fs_type = "", *label = ""; local
179 "mount point", "UUID");
190 /* Get the uuid, label, type */
193 if (!strcmp(type, "UUID"))
194 uuid = value;
216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
  /external/oprofile/daemon/
opd_perfmon.c 81 static unsigned char uuid[16] = { variable
211 memcpy(&ctx.ctx_smpl_buf_id, &uuid, 16);
  /external/wpa_supplicant_8/src/wps/
wps_er.h 19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta
42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap
72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,

Completed in 1306 milliseconds

12 3 4 5 6 7 8 910