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

1 2 34 5 6 7 8 91011>>

  /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/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),
IWebFormDelegate.idl 45 uuid(1911D650-035E-4204-8746-ABECF77A4C9B),
70 uuid(4CBEC1BD-ABC3-4bdb-8E5E-4D3BCF9E8C1E),
  /external/dbus/dbus/
dbus-internals.c 523 * Generates a new UUID. If you change how this is done,
526 * @param uuid the uuid to initialize
529 _dbus_generate_uuid (DBusGUID *uuid)
535 uuid->as_uint32s[DBUS_UUID_LENGTH_WORDS - 1] = DBUS_UINT32_TO_BE (now);
537 _dbus_generate_random_bytes_buffer (uuid->as_bytes, DBUS_UUID_LENGTH_BYTES - 4);
541 * Hex-encode a UUID.
543 * @param uuid the uuid
544 * @param encoded string to append hex uuid t
    [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);
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 57 boolean fetchRemoteUuids(in String address, in ParcelUuid uuid, in IBluetoothCallback callback);
58 int getRemoteServiceChannel(in String address, in ParcelUuid uuid);
69 int addRfcommServiceRecord(in String serviceName, in ParcelUuid uuid, int channel, IBinder b);
BluetoothSocket.java 114 * @param uuid SDP uuid
119 BluetoothDevice device, int port, ParcelUuid uuid) throws IOException {
120 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) {
125 if (uuid == null) {
129 mSdp = new SdpHelper(device, uuid);
344 private final ParcelUuid uuid; field in class:BluetoothSocket.SdpHelper
348 public SdpHelper(BluetoothDevice device, ParcelUuid uuid) {
351 this.uuid = uuid;
    [all...]
  /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/opencore/android/
android_audio_stream.cpp 82 PVUuid uuid; local
83 iActiveTiming->queryUuid(uuid);
84 aUuids.push_back(uuid);
  /external/bluetooth/bluez/include/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);
476 uuid_t *sdp_uuid_to_uuid128(uuid_t *uuid);
479 int sdp_uuid128_to_uuid(uuid_t *uuid);
480 int sdp_uuid_to_proto(uuid_t *uuid);
    [all...]
  /external/bluetooth/bluez/serial/
manager.c 78 static int serial_probe(struct btd_device *device, const char *uuid)
87 DBG("path %s: %s", path, uuid);
89 rec = btd_device_get_record(device, uuid);
108 return port_register(connection, path, &src, &dst, uuid, ch);
  /external/e2fsprogs/lib/uuid/
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/opencore/fileformats/common/parser/include/
pvmi_datastreamsyncinterface_ref_factory.h 49 bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
  /external/opencore/nodes/common/include/
pvmf_ffparsernode_extension.h 47 // UUID for the extension interface
73 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
pvmfamrencnode_extension.h 70 * Query for a pointer to an instance of the interface specified by the UUID.
72 * @param uuid UUID of the interface to be queried.
77 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/pvmi/pvmf/include/
pvmf_duration_infomessage.h 27 This object can carry the code, UUID, and duration information associated with an
38 Event UUId is initialized to 0.
49 @param aUuid UUID for the event code's group
62 Method to set the event code and UUID
65 @param aUuid UUID for the event code's group
76 OSCL_IMPORT_REF virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
pvmf_media_msg.h 61 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
pvmi_datastreamsyncinterface_ref_factory.h 49 bool queryInterface(const PVUuid& uuid, PVInterface*& iface);
  /external/bluetooth/bluez/common/
glib-helper.c 149 uuid_t uuid; member in struct:search_context
273 search = sdp_list_append(NULL, &ctxt->uuid);
306 uuid_t *uuid)
327 (*ctxt)->uuid = *uuid;
339 uuid_t *uuid, bt_callback_t cb, void *user_data,
348 err = create_search_context(&ctxt, src, dst, uuid);
364 uuid_t uuid; local
366 sdp_uuid16_create(&uuid, PUBLIC_BROWSE_GROUP);
368 return bt_search_service(src, dst, &uuid, cb, user_data, destroy)
498 uuid_t uuid; local
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 225 static char *string_lookup_uuid(struct tupla *pt0, const uuid_t* uuid)
229 memcpy(&tmp_uuid, uuid, sizeof(tmp_uuid));
244 * Prints into a string the Protocol UUID
247 static int uuid2str(struct tupla *message, const uuid_t *uuid, char *str, size_t n)
251 if (!uuid) {
256 switch (uuid->type) {
258 str2 = string_lookup(message, uuid->value.uuid16);
262 str2 = string_lookup(message, uuid->value.uuid32);
266 str2 = string_lookup_uuid(message, uuid);
270 snprintf(str, n, "Type of UUID (%x) unknown.", uuid->type)
1492 uuid_t *uuid = value; local
1980 uuid_t *uuid = (uuid_t *)p->data; local
2057 uuid_t *uuid = NULL; local
2239 uuid_t *uuid = NULL; local
3107 uuid_t *uuid = (uuid_t *)seq->data; local
3209 uuid_t *uuid = (uuid_t *) seq->data; local
    [all...]
  /external/opencore/fileformats/common/parser/src/
pvmi_datastreamsyncinterface_ref_factory.cpp 93 bool PVMIDataStreamSyncInterfaceRefFactory::queryInterface(const PVUuid& uuid, PVInterface*& iface)
96 if (uuid == PVMFCPMPluginAccessInterfaceFactoryUuid)

Completed in 2466 milliseconds

1 2 34 5 6 7 8 91011>>