HomeSort by relevance Sort by last modified time
    Searched defs:uuid (Results 126 - 150 of 245) sorted by null

1 2 3 4 56 7 8 910

  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 630 /* Brute force just simply search for uuid[0..15] in img[0..n_img-1] */
631 static Bool check_uuid_matches ( Addr imgA, Word n_img, UChar* uuid )
635 UChar first = uuid[0];
641 if (0 == VG_(memcmp)( &img[i], &uuid[0], 16 ))
675 UChar uuid[16]; local
684 and uuid and nlist and STABS */
710 VG_(memset)(&uuid, 0, sizeof(uuid));
724 // Get uuid for later dsym search
824 VG_(memcpy)(uuid, uuid_cmd->uuid, sizeof(uuid))
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 15 #include "uuid.h"
229 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
231 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
234 wpabuf_put_str(buf, "<UDN>uuid:");
902 * SID: uuid:xxxxxxxxx
924 u8 uuid[UUID_LEN]; local
1013 match = "uuid:";
1022 if (uuid_str2bin(h, uuid)) {
1041 s = subscription_renew(sm, uuid);
1044 uuid_bin2str(uuid, str, sizeof(str))
1141 u8 uuid[UUID_LEN]; local
    [all...]
  /frameworks/av/media/libmedia/
IDrm.cpp 71 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) {
74 data.write(uuid, 16);
81 virtual status_t createPlugin(const uint8_t uuid[16]) {
84 data.write(uuid, 16);
440 uint8_t uuid[16]; local
441 data.read(uuid, sizeof(uuid));
443 reply->writeInt32(isCryptoSchemeSupported(uuid, mimeType));
451 uint8_t uuid[16]; local
452 data.read(uuid, sizeof(uuid))
    [all...]
IAudioFlinger.cpp 1071 effect_uuid_t uuid; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 37 import java.util.UUID;
198 if (DBG) Log.d(TAG, "onGetService() - Device=" + address + " UUID=" + srvcUuid);
216 + " UUID=" + srvcUuid + " Included=" + inclSrvcUuid);
241 if (DBG) Log.d(TAG, "onGetCharacteristic() - Device=" + address + " UUID=" +
265 if (DBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" + descUuid);
310 + " UUID=" + charUuid + " Status=" + status);
357 + " UUID=" + charUuid + " Status=" + status);
403 if (DBG) Log.d(TAG, "onNotify() - Device=" + address + " UUID=" + charUuid);
434 if (DBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " UUID=" + charUuid);
483 if (DBG) Log.d(TAG, "onDescriptorWrite() - Device=" + address + " UUID=" + charUuid)
623 UUID uuid = UUID.randomUUID(); local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
MobiCoreDriverCmd.h 91 mcUuid_t uuid; member in struct:MC_DRV_CMD_OPEN_SESSION_struct
  /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
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 830 jbyte *addr = NULL, *uuid = NULL; local
842 uuid = env->GetByteArrayElements(uuidObj, NULL);
843 if (!uuid) {
844 ALOGE("failed to get uuid");
849 (const uint8_t*) uuid, channel, &socket_fd, flag)) != BT_STATUS_SUCCESS) {
860 env->ReleaseByteArrayElements(uuidObj, uuid, 0);
865 if (uuid) env->ReleaseByteArrayElements(uuidObj, uuid, 0);
873 jbyte *uuid = NULL; local
881 uuid = env->GetByteArrayElements(uuidObj, NULL)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 40 import java.util.UUID;
244 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) {
247 service.registerClient(uuid.getUuid(), callback);
265 UUID[] uuids = new UUID[ids.length];
388 public void registerServer(ParcelUuid uuid, IBluetoothGattServerCallback callback) {
391 service.registerServer(uuid.getUuid(), callback);
499 List<UUID> remoteUuids = parseUuids(adv_data);
503 for (UUID search : client.uuids) {
504 for (UUID remote: remoteUuids)
543 UUID uuid = new UUID(uuidMsb, uuidLsb); local
587 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); local
1152 UUID uuid = new UUID(uuidMsb, uuidLsb); local
1165 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); local
1184 UUID uuid = new UUID(charUuidMsb, charUuidLsb); local
1196 UUID uuid = new UUID(descrUuidMsb, descrUuidLsb); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dm-ioctl.h 97 * this structure at the start. If a uuid is specified any
132 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dm-ioctl.h 97 * this structure at the start. If a uuid is specified any
132 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dm-ioctl.h 97 * this structure at the start. If a uuid is specified any
132 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 16 import uuid namespace
800 tagname = "test_os_%s" % uuid.uuid1()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 16 import uuid namespace
800 tagname = "test_os_%s" % uuid.uuid1()
    [all...]
  /bionic/libc/kernel/common/linux/raid/
md_k.h 100 char uuid[16]; member in struct:mddev_s
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 196 UINT16 uuid; member in struct:__anon2991
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 120 bt_uuid_t uuid; member in struct:__anon3384
189 if (get_uuid16(&p_src_data->read.descr_type.uuid) != GATT_UUID_CHAR_AGG_FORMAT
226 if (get_uuid16 (&p_data->read.descr_type.uuid) != GATT_UUID_CHAR_AGG_FORMAT
563 tBT_UUID uuid; local
582 btif_to_bta_uuid(&uuid, &p_cb->uuid);
583 BTA_GATTC_AppRegister(&uuid, bta_gattc_cback);
635 btif_to_bta_uuid(&uuid, &p_cb->uuid);
636 BTA_GATTC_ServiceSearchRequest(p_cb->conn_id, &uuid);
    [all...]
  /external/kernel-headers/original/linux/raid/
md_k.h 139 char uuid[16]; member in struct:mddev_s
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 13 #include "utils/uuid.h"
174 char uuid[40], txt[400]; local
177 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
179 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
182 uuid, MAC2STR(dev->mac_addr), dev->device_name,
199 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name,
231 char uuid[40]; local
233 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))
256 char uuid[40]; local
898 const u8 **uuid = ctx; local
918 const u8 *uuid; local
998 const u8 *uuid; local
1271 const u8 *uuid; member in struct:wps_add_pin_data
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 334 u8 uuid[16]; member in struct:p2p_config
825 void p2p_set_uuid(struct p2p_data *p2p, const u8 *uuid);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 480 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
482 u8 uuid[16]; member in struct:wpa_config
wps_supplicant.c 13 #include "uuid.h"
684 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
707 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
718 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
742 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
764 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
767 "uuid=%s ssid=%s auth_type=0x%04x encr_type=0x%04x "
780 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str));
784 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u "
791 "uuid=%s state=DONE", uuid_str)
1233 char uuid[40], txt[400]; local
1574 const u8 *sel_uuid, *uuid; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 309 QString uuid; local
313 uuid = ctx_item->data(peer_role_uuid).toString();
326 uuid.toAscii().constData(),
808 QStandardItem * Peers::find_uuid(QString uuid)
814 uuid);
832 QString uuid = items[1]; local
1113 QString uuid = items[1];
1125 QStandardItem *item = find_uuid(uuid);
1131 item->setData(uuid, peer_role_uuid);
1178 QString uuid = items[1]
1257 QString uuid = items[2]; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 1392 effect_uuid_t uuid; local
    [all...]

Completed in 1249 milliseconds

1 2 3 4 56 7 8 910