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

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libmediaplayerservice/
Crypto.h 35 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const;
38 const uint8_t uuid[16], const void *data, size_t size);
  /frameworks/native/include/media/hardware/
CryptoAPI.h 32 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const = 0;
35 const uint8_t uuid[16], const void *data, size_t size,
  /external/bluetooth/bluez/src/
attrib-server.c 36 #include <bluetooth/uuid.h>
91 static sdp_record_t *server_record_new(uuid_t *uuid, uint16_t start, uint16_t end)
99 if (uuid == NULL)
114 svclass_id = sdp_list_append(NULL, uuid);
203 bt_uuid_t uuid; local
208 bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
216 if (bt_uuid_cmp(&a->uuid, &uuid) == 0) {
255 bt_uuid_t uuid; local
258 bt_uuid16_create(&uuid, GATT_CLIENT_CHARAC_CFG_UUID)
801 bt_uuid_t uuid; local
1020 bt_uuid_t uuid; local
    [all...]
glib-helper.c 119 uuid_t uuid; member in struct:search_context
244 search = sdp_list_append(NULL, &ctxt->uuid);
278 uuid_t *uuid)
299 (*ctxt)->uuid = *uuid;
311 uuid_t *uuid, bt_callback_t cb, void *user_data,
320 err = create_search_context(&ctxt, src, dst, uuid);
371 char *bt_uuid2string(uuid_t *uuid)
382 if (!uuid)
385 switch (uuid->type)
480 uuid_t uuid; local
    [all...]
eir.h 26 uuid_t uuid; member in struct:uuid_info
  /external/clang/test/Parser/
cxx11-stmt-attributes.cpp 41 [[uuid]] case 0: // TODO: only noreturn, alignas and carries_dependency are parsed in C++ 11 syntax at the moment, hence no warning here
  /external/webkit/Tools/Scripts/
print-msvc-project-dependencies 62 my $uuid = $2;
63 if (exists $projectsByUUID{$uuid}) {
69 uuid => $uuid,
72 $projectsByUUID{$uuid} = $currentProject;
100 warn "Warning: UUID $uuid1 listed more than once as dependency of project ", $currentProject->{name}, "\n";
104 $uuid1 eq $uuid2 or warn "Warning: UUIDs in depedency section of project ", $currentProject->{name}, " don't match: $uuid1 $uuid2; using first UUID\n";
  /external/wpa_supplicant_8/src/wps/
wps_er.h 19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta
42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap
72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings
101 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
  /external/bluetooth/bluez/attrib/
gatt.h 28 guint gatt_discover_primary(GAttrib *attrib, bt_uuid_t *uuid, gatt_cb_t func,
32 bt_uuid_t *uuid, gatt_cb_t func,
48 bt_uuid_t *uuid, GAttribResultFunc func,
att.h 126 bt_uuid_t uuid; member in struct:attribute
148 char uuid[MAX_LEN_UUID_STR + 1]; member in struct:att_primary
154 char uuid[MAX_LEN_UUID_STR + 1]; member in struct:att_char
231 bt_uuid_t uuid; local
233 bt_uuid16_create(&uuid, att_get_u16(ptr));
235 return uuid;
240 bt_uuid_t uuid; local
244 bt_uuid128_create(&uuid, value);
246 return uuid;
253 uint16_t enc_read_by_grp_req(uint16_t start, uint16_t end, bt_uuid_t *uuid,
    [all...]
  /frameworks/av/media/libmedia/
ICrypto.cpp 51 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const {
54 data.write(uuid, 16);
61 const uint8_t uuid[16], const void *opaqueData, size_t opaqueSize) {
64 data.write(uuid, 16);
178 uint8_t uuid[16]; local
179 data.read(uuid, sizeof(uuid));
180 reply->writeInt32(isCryptoSchemeSupported(uuid));
189 uint8_t uuid[16]; local
190 data.read(uuid, sizeof(uuid))
    [all...]
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 2 * tst_uuid.c --- test program from the UUID library
38 #define UUID MYUUID
44 #include <uuid/uuid.h>
46 static int test_uuid(const char * uuid, int isValid)
52 parsedOk = uuid_parse(uuid, uuidBits) == 0;
54 printf("%s is %s", uuid, validStr[isValid]);
83 printf("UUID generate = %s\n", str);
84 printf("UUID: ");
90 printf("UUID type = %d, UUID variant = %d\n", type, variant)
    [all...]
compare.c 2 * compare.c --- compare whether or not two UUID's are the same
4 * Returns 0 if the two UUID's are different, and 1 if they are the same.
44 struct uuid uuid1, uuid2;
pack.c 2 * Internal routine for packing UUID's
38 void uuid_pack(const struct uuid *uu, uuid_t ptr)
unpack.c 2 * Internal routine for unpacking UUID
38 void uuid_unpack(const uuid_t in, struct uuid *uu)
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.h 54 const char *uuid, const char *pin);
55 int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid);
56 int wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid,
58 int wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid,
60 int wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid,
  /external/qemu/android/
user-config.c 33 uint64_t uuid; member in struct:AUserConfig
42 #define KEY_UUID "uuid"
124 uc->uuid = (uint64_t) iniFile_getInt64(ini, KEY_UUID, 0LL);
126 DD(" found %s = %lld", KEY_UUID, uc->uuid);
137 /* Generate a 64-bit UUID if necessary. We simply take the
144 uc->uuid = (uint64_t)tm.tv_sec*1000 + tm.tv_usec/1000;
146 DD(" Generated UUID = %lld", uc->uuid);
156 return uconfig->uuid;
196 KEY_UUID, uconfig->uuid );
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCSS.idl 46 uuid(43EFE238-A4DF-400a-983D-FCE0C0F56BCD),
63 uuid(D45DA43D-5EDB-4315-A097-3ED3FA089193),
85 uuid(05947A31-9E1C-4c98-8608-6688959D6542),
122 uuid(DBBE9A6B-D505-4647-B4AB-40A7CF3EE63E),
184 uuid(51D29553-2AF7-4f52-AFE6-3C59196A8BAA),
211 uuid(14B1C213-1458-48a1-AD8F-54BFE64F9ECF),
243 uuid(585127E2-D698-44c4-83EC-4D1E6E07E90D),
IWebDesktopNotificationsDelegate.idl 46 uuid(0A0AAFA8-C698-4cff-BD28-39614622EEA4),
72 uuid(09DA073E-38B3-466a-9828-B2915FDD2ECB),
  /external/qemu/
arch_init.c 654 int qemu_uuid_parse(const char *str, uint8_t *uuid)
662 ret = sscanf(str, UUID_FMT, &uuid[0], &uuid[1], &uuid[2], &uuid[3],
663 &uuid[4], &uuid[5], &uuid[6], &uuid[7], &uuid[8], &uuid[9]
    [all...]
  /external/bluetooth/glib/gio/
gvolumemonitor.c 330 * @uuid: the UUID to look for
332 * Finds a #GVolume object by its UUID (see g_volume_get_uuid())
339 const char *uuid)
344 g_return_val_if_fail (uuid != NULL, NULL);
348 return class->get_volume_for_uuid (volume_monitor, uuid);
354 * @uuid: the UUID to look for
356 * Finds a #GMount object by its UUID (see g_mount_get_uuid())
363 const char *uuid)
    [all...]
gvolumemonitor.h 106 const char *uuid);
109 const char *uuid);
138 const char *uuid);
140 const char *uuid);
  /external/bluetooth/bluez/test/
sdptest.c 65 uuid_t uuid; local
75 sdp_uuid16_create(&uuid, PUBLIC_BROWSE_GROUP);
77 search = sdp_list_append(NULL, &uuid);
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 280 void sdp_set_service_id(sdp_record_t *rec, uuid_t uuid);
329 * pattern. Each entry in the list is a UUID
396 * pattern. Each entry in the list is a UUID(DataTypeSDP_UUID16)
469 * UUID functions
471 uuid_t *sdp_uuid16_create(uuid_t *uuid, uint16_t data);
472 uuid_t *sdp_uuid32_create(uuid_t *uuid, uint32_t data);
473 uuid_t *sdp_uuid128_create(uuid_t *uuid, const void *data);
477 uuid_t *sdp_uuid_to_uuid128(const uuid_t *uuid);
480 int sdp_uuid128_to_uuid(uuid_t *uuid);
481 int sdp_uuid_to_proto(uuid_t *uuid);
    [all...]
  /external/bluetooth/bluez/serial/
manager.c 71 static int serial_probe(struct btd_device *device, const char *uuid)
80 DBG("path %s: %s", path, uuid);
82 rec = btd_device_get_record(device, uuid);
101 return port_register(connection, path, &src, &dst, uuid, ch);

Completed in 954 milliseconds

1 2 34 5 6 7 8 91011>>