HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 326 - 350 of 451) sorted by null

<<111213141516171819

  /external/bluetooth/bluez/network/
connection.c 125 NETWORK_PEER_INTERFACE, "UUID",
196 const char *pdev, *uuid; local
256 uuid = bnep_uuid(nc->id);
270 NETWORK_PEER_INTERFACE, "UUID",
271 DBUS_TYPE_STRING, &uuid);
304 req->uuid_size = 2; /* 16bit UUID */
471 /* UUID */
473 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &property);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 2 * gen_uuid.c --- generate a DCE-compatible uuid
44 #define UUID MYUUID
471 * Try using the uuidd daemon to generate the UUID
557 struct uuid uu;
584 THREAD_LOCAL struct uuid uu;
627 struct uuid uu;
650 /* No real reason to use the daemon for random uuid's -- yet */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 543 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
544 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid));
545 if(uuid != null) {
  /external/dbus/bus/
driver.c 1600 DBusString uuid; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 462 * identifier (UUID) is an attribute of the service. In addition,
466 uuid_t uuid; member in struct:__anon2249
507 uuid_t uuid; member in union:sdp_data_struct::__anon2253
  /external/bluetooth/bluez/test/
agent.c 217 const char *path, *uuid; local
220 DBUS_TYPE_STRING, &uuid,
uuidtest.c 2 #include <bluetooth/uuid.h>
  /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/p2p/
p2p.h 302 u8 uuid[16]; member in struct:p2p_config
773 void p2p_set_uuid(struct p2p_data *p2p, const u8 *uuid);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 95 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid)
97 wpa_printf(MSG_DEBUG, "WPS: * UUID-E");
100 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
wps_upnp_event.c 16 #include "uuid.h"
159 wpabuf_put_str(buf, "SID: uuid:");
161 uuid_bin2str(e->s->uuid, b, 80);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 446 Log.v(TAG, "UUID:");
447 for (ParcelUuid uuid : uuids) {
448 Log.v(TAG, " " + uuid);
464 * Refreshes the UI when framework alerts us of a UUID change.
475 * If a connect was attempted earlier without any UUID, we will do the
  /system/extras/ext4_utils/
Android.mk 16 uuid.c \
  /bionic/libc/kernel/common/linux/raid/
md_k.h 100 char uuid[16]; member in struct:mddev_s
  /bootable/diskinstaller/
config.mk 241 # hrd-code the UUID so we don't have to release the disk manually in the VirtualBox manager.
243 virtual_box_manager_system_disk_ptions := --uuid "{aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa}"
244 virtual_box_manager_data_disk_ptions := --uuid "{bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb}"
  /external/bluetooth/bluez/src/
agent.c 304 const char *uuid)
317 DBUS_TYPE_STRING, &uuid,
332 const char *uuid,
346 err = agent_call_authorize(req, path, uuid);
storage.h 64 sdp_record_t *find_record_in_list(sdp_list_t *recs, const char *uuid);
  /external/bluetooth/hcidump/parser/
parser.h 200 char *get_uuid_name(int uuid);
  /external/kernel-headers/original/linux/raid/
md_k.h 139 char uuid[16]; member in struct:mddev_s
  /external/qemu/
sysemu.h 26 int qemu_uuid_parse(const char *str, uint8_t *uuid);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 153 uuid(634198C7-9DFC-4aba-9E8C-90AEEA7A4144),
185 uuid(042B7EE3-A5A4-4a8f-8C33-775CD9E89C7C),
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 186 wpa_s->wps->uuid, req_type);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 199 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
  /external/wpa_supplicant_8/src/ap/
ap_config.h 302 u8 uuid[16]; member in struct:hostapd_bss_config
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 311 int EffectGetDescriptor(const effect_uuid_t *uuid,

Completed in 585 milliseconds

<<111213141516171819