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

<<11121314151617181920

  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 103 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid)
105 wpa_printf(MSG_DEBUG, "WPS: * UUID-E");
108 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);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 272 mcpMessage->cmdOpen.uuid = cmdOpenSession->uuid;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 202 // from bluetooth stack but ACTION.uuid is not sent yet.
203 // Eventually ACTION.uuid will be received which shall trigger the connection of the
472 Log.v(TAG, "UUID:");
473 for (ParcelUuid uuid : uuids) {
474 Log.v(TAG, " " + uuid);
490 * Refreshes the UI when framework alerts us of a UUID change.
501 * If a connect was attempted earlier without any UUID, we will do the
  /bionic/libc/kernel/common/linux/raid/
md_k.h 100 char uuid[16]; member in struct:mddev_s
  /bootable/diskinstaller/
config.mk 242 # hrd-code the UUID so we don't have to release the disk manually in the VirtualBox manager.
244 virtual_box_manager_system_disk_ptions := --uuid "{aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa}"
245 virtual_box_manager_data_disk_ptions := --uuid "{bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb}"
  /external/bluetooth/bluedroid/btif/src/
btif_sock_rfc.c 105 bt_uuid_t *uuid);
245 static rfc_slot_t* alloc_rfc_slot(const bt_bdaddr_t *addr, const char* name, const uint8_t* uuid, int channel, int flags, BOOLEAN server)
266 if(uuid)
267 memcpy(rs->service_uuid, uuid, sizeof(rs->service_uuid));
310 APPL_TRACE_ERROR3("invalid rfc channel:%d or sock_fd:%p, uuid:%p", channel, sock_fd, service_uuid);
346 APPL_TRACE_ERROR3("invalid rfc channel:%d or sock_fd:%p, uuid:%p", channel, sock_fd,
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 76 ** application UUID, service UUID and service instance
133 ** p_svc_uuid : service UUID
308 ** char_uuid : Characteristic UUID.
351 ** p_descr_uuid : Characteristic descriptor UUID
387 ** p_svc_uuid : service UUID
848 /* search by type does not have a valid UUID param */
859 p_clcb->uuid = p_param->service;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 210 UINT16 uuid; member in struct:__anon2792
port_api.h 218 RFC_API extern int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn,
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 77 int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, BOOLEAN is_server,
129 switch (uuid)
151 p_port->uuid = uuid;
    [all...]
port_rfc.c 525 if ((p_port->uuid == UUID_SERVCLASS_DIALUP_NETWORKING)
526 || (p_port->uuid == UUID_SERVCLASS_FAX))
    [all...]
  /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...]
IWebPreferences.idl 73 uuid(0930D594-A5A3-46e1-858E-AB17A13CD28E),
IWebViewPrivate.idl 57 uuid(44914369-DEB5-4fcf-A6A3-30C02E73154F),
  /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);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 311 int EffectGetDescriptor(const effect_uuid_t *uuid,
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectsTest.java 36 import java.util.UUID;
158 public String effectUuidToString(UUID effectType) {
190 tv.setText(" uuid: "+ mDescriptors[position].uuid.toString());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 39 import java.util.UUID;
222 mCompatibilityUuid = UUID.randomUUID().toString();
427 * Return the Uuid associated with this account. This is primarily for compatibility
429 * to the Uuid (e.g. desktop shortcuts).
501 * {@code content://com.android.email.provider/account/UUID} format, which is safe to use
512 * @return {@link Uri} to an {@link Account} with a {@code uuid}.
514 public static Uri getShortcutSafeUriFromUuid(String uuid) {
515 return CONTENT_URI.buildUpon().appendEncodedPath(uuid).build();
520 * where ID = account id (used on Eclair, Android 2.0-2.1) or UUID, and return _id of
550 // Now id is a UUId
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 172 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
335 memcpy(&cb_data.create.uuid, &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID));
  /external/e2fsprogs/misc/
dumpe2fs.c 40 #include <uuid/uuid.h>

Completed in 1319 milliseconds

<<11121314151617181920