HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 151 - 175 of 420) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 181 #include "uuid.h"
238 * Each uuid is 16 bytes long.
241 /* uuid_make -- construct a random UUID
246 static void uuid_make(u8 uuid[UUID_LEN])
248 os_get_random(uuid, UUID_LEN);
251 uuid[6] &= 0x0f; uuid[6] |= (4 << 4); /* version 4 == random gen */
252 uuid[8] &= 0x3f; uuid[8] |= 0x80;
620 /* subscription_find -- return existing subscription matching uuid, if an
    [all...]
wps.c 41 os_memcpy(data->uuid_r, cfg->wps->uuid, WPS_UUID_LEN);
44 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
220 * wps_get_uuid_e - Get UUID-E from WPS IE
222 * Returns: Pointer to UUID-E or %NULL if not included
275 * @uuid: Own UUID
282 const u8 *uuid,
308 wps_build_uuid_e(ie, uuid) ||
  /frameworks/base/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(effect_uuid_t *uuid, effect_descriptor_t *descriptor);
210 * type: type of effect created: can be null if uuid is specified. This corresponds to
212 * uuid: Uuid of effect created: can be null if type is specified. This uuid corresponds t
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 37 uuid(D25D748C-6C1E-478d-9832-FDA26E8F7EE4),
201 uuid(67B067BE-4DE6-45c2-AD39-A91DFA84FF4E),
280 uuid(431DD6B2-56BF-4f48-943B-78CCEAC418E4),
IWebBackForwardList.idl 46 uuid(C278A16D-B502-4131-B551-DCE3F4ED2B36),
IWebCoreStatistics.idl 35 uuid(9607001D-6EEF-4c2c-AD22-94E9DA587973),
IWebEditingDelegate.idl 53 uuid(B0F960E7-FB81-447f-A958-E02DA02ADBB7),
67 uuid(8B95C1B3-E1B3-4f97-80D6-2240417E3E0C),
81 uuid(FABCC69A-5917-4242-A19A-42E8B62227A7),
98 uuid(2C75A1E3-EE9D-45c8-A385-19DE68AC5675),
IWebIconDatabase.idl 59 uuid(E93F2616-2560-47d9-BD4D-6E2F1E1D3174),
IWebDownload.idl 58 uuid(65EFE83B-A9E4-4516-8F3B-BAA25DA90FFD),
130 uuid(16A32AE6-C862-40cd-9225-2CAF823F40F9),
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 31 import java.util.UUID;
52 * {@link #createRfcommSocketToServiceRecord(UUID)}.
251 * Broadcast Action: This intent is used to broadcast the {@link UUID}
261 "android.bluetooth.device.action.UUID";
458 * is a parcelable version of {@link UUID}.
460 public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID";
819 public int getServiceChannel(ParcelUuid uuid) {
821 return sService.getRemoteServiceChannel(mAddress, uuid);
    [all...]
IBluetooth.aidl 74 boolean fetchRemoteUuids(in String address, in ParcelUuid uuid, in IBluetoothCallback callback);
75 int getRemoteServiceChannel(in String address, in ParcelUuid uuid);
87 int addRfcommServiceRecord(in String serviceName, in ParcelUuid uuid, int channel, IBinder b);
BluetoothAdapter.java 40 import java.util.UUID;
58 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}.
    [all...]
  /external/bluetooth/bluez/test/
simple-agent 28 def Authorize(self, device, uuid):
29 print "Authorize (%s, %s)" % (device, uuid)
  /external/e2fsprogs/lib/e2p/
Android.mk 21 uuid.c \
  /frameworks/base/media/libeffects/visualizer/
EffectVisualizer.cpp 32 // Google Visualizer UUID: d069d9e0-8329-11df-9168-0002a5d5c51b
35 {0xd069d9e0, 0x8329, 0x11df, 0x9168, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid
173 int VisualizerLib_Create(effect_uuid_t *uuid,
180 if (pHandle == NULL || uuid == NULL) {
184 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) {
223 int VisualizerLib_GetDescriptor(effect_uuid_t *uuid,
226 if (pDescriptor == NULL || uuid == NULL){
231 if (memcmp(uuid, &gVisualizerDescriptor.uuid, sizeof(effect_uuid_t)) == 0)
    [all...]
  /external/bluetooth/hcidump/parser/
sdp.c 85 /* UUID name lookup table */
87 int uuid; member in struct:__anon2213
223 char* get_uuid_name(int uuid)
228 if (sdp_uuid_nam_lookup_table[i].uuid == uuid)
323 uint32_t uuid = 0; local
328 case 2: /* 16-bit UUID */
329 uuid = get_u16(frm);
330 s = "uuid-16";
332 case 4: /* 32_bit UUID */
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 110 struct uuid_def *service; /* Service UUID, if known */
117 struct uuid_def *service; /* Service UUID, if known */
336 * Parse a UUID.
340 static void sdp_uuid_printf(uuid_t *uuid, struct attrib_context *context, int indent)
342 if (uuid) {
343 if (uuid->type == SDP_UUID16) {
344 uint16_t uuidNum = uuid->value.uuid16;
366 } else if (uuid->type == SDP_UUID32) {
370 if (!(uuid->value.uuid32 & 0xffff0000)) {
371 uint16_t uuidNum = uuid->value.uuid32
1003 uuid_t *uuid = (uuid_t *)value; local
3505 unsigned char *uuid; member in struct:__anon1918
3929 unsigned char *uuid = NULL; local
    [all...]
  /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
1565 uuid_t uuid; local
    [all...]
  /external/bluetooth/bluez/audio/
device.h 91 const char *uuid, authorization_cb cb,
  /external/bluetooth/bluez/src/
agent.h 45 const char *uuid, agent_cb cb, void *user_data,
device.c 38 #include <bluetooth/uuid.h>
586 uuid_t uuid; local
588 if (bt_string2uuid(&uuid, pattern) < 0)
591 sdp_uuid128_to_uuid(&uuid);
593 err = device_browse_sdp(device, conn, msg, &uuid, FALSE);
1119 char *uuid; local
1122 uuid = bt_uuid2string(pat->data);
1123 if (!uuid)
1126 ret = strcasecmp(uuid, profile_uuid);
1128 g_free(uuid);
1162 const char **uuid; local
1256 const char **uuid; local
1570 uuid_t uuid; local
1771 uuid_t uuid; local
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 6 struct __declspec(uuid("00000000-0000-0000-C000-000000000046")) __declspec(novtable) IUnknown {};
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 252 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
254 u8 uuid[16]; member in struct:wpa_config
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.h 26 const char *uuid, const char *pin, int timeout);
  /external/bluetooth/bluez/attrib/
gatttool.c 37 #include <bluetooth/uuid.h>
151 "uuid: %s\n", prim->start, prim->end, prim->uuid);
164 g_printerr("Discover primary services by UUID failed: %s\n",
207 "handle = 0x%04x, uuid = %s\n", chars->handle,
208 chars->properties, chars->value_handle, chars->uuid);
262 g_printerr("Read characteristics by UUID failed: %s\n",
433 bt_uuid_t uuid; local
439 uuid = att_get_uuid16(&value[2]);
441 uuid = att_get_uuid128(&value[2])
    [all...]

Completed in 712 milliseconds

1 2 3 4 5 67 8 91011>>