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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
ParcelUuid.java 19 import java.util.UUID;
22 * This class is a Parcelable wrapper around {@link UUID} which is an
28 private final UUID mUuid;
32 * given {@link UUID}.
34 * @param uuid UUID
36 public ParcelUuid(UUID uuid) {
37 mUuid = uuid;
41 * Creates a new ParcelUuid from a string representation of {@link UUID}
    [all...]
  /external/bluetooth/hcidump/parser/
bnep.c 82 uint32_t uuid = 0; local
96 uuid = get_u16(frm);
97 printf("dst 0x%x", uuid);
98 if ((s = get_uuid_name(uuid)) != 0)
100 uuid = get_u16(frm);
101 printf(" src 0x%x", uuid);
102 if ((s = get_uuid_name(uuid)) != 0)
107 uuid = get_u32(frm);
108 printf("dst 0x%x", uuid);
109 if ((s = get_uuid_name(uuid)) != 0
    [all...]
  /external/bluetooth/bluez/common/
glib-helper.h 34 uuid_t *uuid, bt_callback_t cb, void *user_data,
38 gchar *bt_uuid2string(uuid_t *uuid);
41 int bt_string2uuid(uuid_t *uuid, const char *string);
  /external/bluetooth/bluez/input/
device.h 46 const char *uuid, uint8_t channel);
49 const bdaddr_t *dst, const char *uuid,
51 int input_device_unregister(const char *path, const char *uuid);
  /external/bluetooth/bluez/test/
list-devices 19 for uuid in uuid_list:
20 if (uuid.endswith("-0000-1000-8000-00805f9b34fb")):
21 if (uuid.startswith("0000")):
22 val = "0x" + uuid[4:8]
24 val = "0x" + uuid[0:8]
26 val = str(uuid)
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_decryption_context.h 63 bool queryInterface(const PVUuid& uuid,
67 if (uuid == PVMFCPMPluginWMDRMDecryptContextUuid)
  /external/webkit/WebKit/win/Interfaces/
AccessibleComparable.idl 37 uuid(4f0381ad-dab3-42ad-9ca2-a85b0ae041c0),
IWebErrorPrivate.idl 40 uuid(19FED49C-7016-48a6-B5C6-07ADE116531B),
IWebGeolocationPosition.idl 33 uuid(8C92A6B9-4CBB-4626-A596-24C1B47D7CC7),
IWebInspectorPrivate.idl 37 uuid(A5A31CD0-AEA9-11de-8A39-0800200C9A66),
IWebNotificationObserver.idl 36 uuid(1BA491C4-58A7-4091-9F56-9AED118DB4C1),
IWebScriptWorld.idl 34 uuid(EBD45575-8184-4f22-B849-A5FE88336055),
IWebScrollBarDelegatePrivate.idl 37 uuid(2E8D56AF-3BF5-4e17-BDA6-01692ACBE3D5),
IWebUIDelegate2.idl 45 uuid(C6DEF152-86CD-11de-8BF4-ADD456D89593),
IWebUndoTarget.idl 34 uuid(BF7F516E-E75D-4e3a-83E2-8F694D83C72D),
IWebWorkersPrivate.idl 45 uuid(537069C5-389C-41ae-9A82-423ACA8B2C02),
DOMExtensions.idl 34 uuid(E6CEE774-41C6-4c1b-8832-798E49245E6B),
DOMPrivate.idl 39 uuid(7FF28EC8-6DA1-498d-9A43-7E67C2D3128F),
62 uuid(2DF339BC-B48E-4d35-B93A-299756ED0B4B),
108 uuid(C8C5F0CD-07B0-4a32-BFA8-AE465E80DD3C),
130 uuid(6959F712-1563-4661-8D8C-F4C739C55839),
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 99 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) {
100 return remoteDevice.getAddress() + "_" + Integer.toHexString(uuid);
116 public int getChannel(BluetoothDevice remoteDevice, int uuid) {
117 String key = getChannelKey(remoteDevice, uuid);
122 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
138 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) {
139 if (V) Log.v(TAG, "Setchannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " to "
141 if (channel != getChannel(remoteDevice, uuid)) {
142 String key = getChannelKey(remoteDevice, uuid);
150 public void removeChannel(BluetoothDevice remoteDevice, int uuid) {
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
UUID.java 30 * UUID is an immutable representation of a 128-bit universally unique
31 * identifier (UUID).
41 public final class UUID implements Serializable, Comparable<UUID> {
62 * The 64 most significant bits of the UUID.
64 * The 64 least significant bits of the UUID.
66 public UUID(long mostSigBits, long leastSigBits) {
118 * Generates a variant 2, version 4 (randomly generated number) UUID as per
121 * @return an UUID instance.
123 public static UUID randomUUID()
    [all...]
  /external/opencore/nodes/pvdummyinputnode/include/
pvmf_fileinput_node_extension.h 52 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_node_extension_interface.h 29 //Mimetype and Uuid for the custom interface
41 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_node_extension_interface.h 29 //Mimetype and Uuid for the custom interface
41 virtual bool queryInterface(const PVUuid& uuid, PVInterface*& iface) = 0;
  /external/opencore/baselibs/thread_messaging/src/
pv_proxied_interface.h 254 ** @param aUuid (input): the requested UUID
336 PVProxiedInterfaceImpl(const PVUuid& uuid)
338 , iUuid(uuid)
341 void SetUuid(const PVUuid& uuid)
343 iUuid = uuid;
345 bool TestUuid(const PVUuid& uuid)
347 return iUuid == uuid;
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_proxied_interface.h 260 ** @param aUuid (input): the requested UUID
345 PVProxiedInterfaceImpl_OMX(const PVUuid& uuid)
347 , iUuid(uuid)
350 void SetUuid(const PVUuid& uuid)
352 iUuid = uuid;
354 bool TestUuid(const PVUuid& uuid)
356 return iUuid == uuid;

Completed in 4456 milliseconds

12 3 4 5 6 7 8 91011>>