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

<<111213141516171819

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 545 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
546 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid));
547 if(uuid != null) {
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 240 tBT_UUID uuid; member in struct:__anon2514
476 extern void bta_gattc_search_service(tBTA_GATTC_CLCB *p_clcb, tBT_UUID uuid);
bta_gatts_act.c 172 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
334 memcpy(&cb_data.create.uuid, &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID));
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 954 ** Description Convert a 16 bits UUID to be an standard 128 bits one.
956 ** Returns TRUE if two uuid match; FALSE otherwise.
972 ** Description Compare two UUID to see if they are the same.
974 ** Returns TRUE if two uuid match; FALSE otherwise.
982 /* any of the UUID is unspecified */
997 /* convert a 16 bits UUID to 128 bits value */
1006 /* convert a 16 bits UUID to 128 bits value */
1020 ** Description Add UUID into stream.
1022 ** Returns UUID length.
1025 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid)
    [all...]
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 */
860 p_clcb->uuid = p_param->service;
    [all...]
  /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_attr_build.c 119 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid)
121 wpa_printf(MSG_DEBUG, "WPS: * UUID-E");
124 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));
314 APPL_TRACE_ERROR3("invalid rfc channel:%d or sock_fd:%p, uuid:%p", channel, sock_fd, service_uuid);
351 APPL_TRACE_ERROR3("invalid rfc channel:%d or sock_fd:%p, uuid:%p", channel, sock_fd,
    [all...]
  /external/bluetooth/bluedroid/stack/include/
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,
131 switch (uuid)
153 p_port->uuid = uuid;
    [all...]
port_rfc.c 529 if ((p_port->uuid == UUID_SERVCLASS_DIALUP_NETWORKING)
530 || (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...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 308 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());
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 178 bt_status_t (*register_client)( bt_uuid_t *uuid );
199 * Optionally, the results can be filtered for a given UUID.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 39 import java.util.UUID;
220 mCompatibilityUuid = UUID.randomUUID().toString();
423 * Return the Uuid associated with this account. This is primarily for compatibility
425 * to the Uuid (e.g. desktop shortcuts).
497 * {@code content://com.android.email.provider/account/UUID} format, which is safe to use
508 * @return {@link Uri} to an {@link Account} with a {@code uuid}.
510 public static Uri getShortcutSafeUriFromUuid(String uuid) {
511 return CONTENT_URI.buildUpon().appendEncodedPath(uuid).build();
516 * where ID = account id (used on Eclair, Android 2.0-2.1) or UUID, and return _id of
546 // 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/e2fsprogs/misc/
dumpe2fs.c 40 #include <uuid/uuid.h>

Completed in 540 milliseconds

<<111213141516171819