HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 176 - 200 of 477) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 86 cl_req.browse.uuid.len = 2;
87 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
92 cl_req.find_type_value.uuid.len = 2;
93 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
96 cl_req.find_type_value.value_len = p_clcb->uuid.len;
97 memcpy (cl_req.find_type_value.value, &p_clcb->uuid.uu, p_clcb->uuid.len);
135 memcpy(&msg.browse.uuid, &p_clcb->uuid, sizeof(tBT_UUID));
138 msg.browse.uuid.len = LEN_UUID_16
    [all...]
gatt_int.h 104 tBT_UUID uuid; /* type of attribute to be found */ member in struct:__anon2593
159 tBT_UUID uuid; /* service declaration */ member in union:__anon2598
165 /* Attribute UUID type
171 /* 16 bits UUID Attribute in server database
181 UINT16 uuid; member in struct:__anon2599
184 /* 128 bits UUID Attribute in server database
194 UINT8 uuid[LEN_UUID_128]; member in struct:__anon2600
213 /* 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 *
382 tBT_UUID uuid; member in struct:__anon2610
425 UINT16 uuid; member in struct:__anon2614
    [all...]
gatt_sr.c 636 UINT16_TO_STREAM(p, p_attr->uuid);
642 ARRAY_TO_STREAM (p, ((tGATT_ATTR128 *) p_attr)->uuid, LEN_UUID_128);
698 /* for these PDUs, uuid filter must present */
707 /* parse uuid now */
711 GATT_TRACE_DEBUG0("UUID filter does not exsit");
735 ** all primary services or discover primary service by UUID request.
744 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}}; local
748 reason = gatts_validate_packet_format(op_code, &len, &p_data, &uuid, &s_hdl, &e_hdl);
752 if (gatt_uuid_compare(uuid, primary_service))
779 GATT_TRACE_DEBUG1("unexpected ReadByGrpType Group: 0x%04x", uuid.uu.uuid16)
945 tBT_UUID uuid; local
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMRange.idl 64 uuid(2F33E42C-0B39-48b3-B7B6-E910CDB325AD),
IWebError.idl 127 uuid(89E3B189-0B60-4d6b-A87A-3F1172CB5538),
IWebFrameLoadDelegate.idl 52 uuid(3354665B-84BA-4fdf-B35E-BF5CF9D96026),
IWebHistory.idl 63 uuid(F34E4B1A-361D-4b9f-9A3F-D869DCD97F9A),
IWebHistoryItemPrivate.idl 37 uuid(E9D5DC2C-192F-4795-B0EC-4E770E539D97),
IWebResourceLoadDelegate.idl 59 uuid(AF3289AA-90DB-4ca4-A112-A1E5F0517953),
IWebScrollBarPrivate.idl 38 uuid(6C585B08-2E4F-4594-9B90-0425E3A33FD0),
IWebURLRequest.idl 43 uuid(F4B85F1D-F3B2-493d-B786-0930E804A3BA),
IWebView.idl 100 uuid(C0CDE63A-5ED1-453f-B937-93B1A61AD3B3),
151 uuid(174BBEFD-058E-49c7-91DF-6F110AA4AC28),
748 uuid(8F0E3A30-B924-44f8-990A-1AE61ED6C632),
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 44 // Google Graphic Equalizer UUID: e25aa840-543b-11df-98a5-0002a5d5c51b
47 {0xe25aa840, 0x543b, 0x11df, 0x98a5, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid
143 extern "C" int EffectCreate(const effect_uuid_t *uuid,
152 if (pHandle == NULL || uuid == NULL) {
156 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) {
198 extern "C" int EffectGetDescriptor(const effect_uuid_t *uuid,
201 if (pDescriptor == NULL || uuid == NULL){
206 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 41 import java.util.UUID;
59 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}.
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 105 /** Bluetooth 128-bit UUID */
113 bt_uuid_t uuid; member in struct:__anon19099
336 * newly added profile's UUID.
383 /** Get Remote Device's service record for the given UUID */
385 bt_uuid_t *uuid);
431 * properties of remote bonded devices such as name, UUID etc. */
audio_effect.h 44 // http://www.itu.int/ITU-T/asn1/uuid.html)
45 // This format is used for both "type" and "uuid" fields of the effect descriptor structure.
48 // - When used as uuid, it should be a unique UUID for this particular implementation.
60 // NULL UUID definition (matches SL_IID_NULL_)
70 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect
71 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPicker.java 148 String uuid = account.mCompatibilityUuid; local
149 shortcutIntent = Welcome.createAccountShortcutIntent(myActivity, uuid, mailboxId);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 131 * Structure to capture uuid information.
135 struct DSP_UUID *uuid; member in struct:LCML_UUIDINFO
  /external/dbus/dbus/
dbus-internals.h 359 void _dbus_generate_uuid (DBusGUID *uuid);
360 dbus_bool_t _dbus_uuid_encode (const DBusGUID *uuid,
363 DBusGUID *uuid,
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 78 # 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 /nologo /subsystem:console /machine:I386
79 # 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 /nologo /subsystem:console /machine:I386
81 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
135 # 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 /nologo /subsystem:console /debug /machine:I386
136 # 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 /nologo /subsystem:console /debug /machine:I386
138 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 181 #include "uuid.h"
244 * Each uuid is 16 bytes long.
247 /* uuid_make -- construct a random UUID
252 static void uuid_make(u8 uuid[UUID_LEN])
254 os_get_random(uuid, UUID_LEN);
257 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */
258 uuid[8] &= 0x3f; uuid[8] |= 0x80;
581 /* subscription_find -- return existing subscription matching uuid, if an
    [all...]
wps_common.c 622 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid)
640 os_memcpy(uuid, hash, 16);
643 uuid[6] = (5 << 4) | (uuid[6] & 0x0f);
646 uuid[8] = 0x80 | (uuid[8] & 0x3f);
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 29 import java.util.UUID;
77 * UUID for environmental reverb effect
80 public static final UUID EFFECT_TYPE_ENV_REVERB = UUID
83 * UUID for preset reverb effect
86 public static final UUID EFFECT_TYPE_PRESET_REVERB = UUID
89 * UUID for equalizer effect
92 public static final UUID EFFECT_TYPE_EQUALIZER = UUID
235 public UUID uuid; field in class:AudioEffect.Descriptor
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 1135 mcUuid_t uuid; member in struct:__anon19661
1194 mcUuid_t uuid; member in struct:__anon19669
1260 mcUuid_t uuid; member in struct:__anon19679
1319 mcUuid_t uuid; member in struct:__anon19687
1375 mcUuid_t uuid; member in struct:__anon19695
1432 mcUuid_t uuid; member in struct:__anon19703
1568 mcUuid_t uuid; member in struct:__anon19721
    [all...]
  /external/dbus/tools/
dbus-launch.c 68 /* Read the machine uuid from file if needed. Returns TRUE if machine_uuid is
74 char uuid[UUID_MAXLEN]; local
85 if (fgets (uuid, UUID_MAXLEN, f) == NULL)
88 len = strlen (uuid);
92 /* rstrip the read uuid */
93 while (len > 31 && isspace(uuid[len - 1]))
99 uuid[len] = '\0';
100 machine_uuid = xstrdup (uuid);
920 fprintf (stderr, "Machine UUID not provided as arg to --autolaunch\n");

Completed in 323 milliseconds

1 2 3 4 5 6 78 91011>>