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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit/win/Interfaces/
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),
DOMWindow.idl 40 uuid(19126DDF-E82F-46c0-A2F9-16879D7DADC5),
IWebEmbeddedView.idl 35 uuid(F2771780-84C2-4684-8D52-D4F923E67F71),
IWebFrameLoadDelegatePrivate.idl 39 uuid(5566CB49-6E87-4075-80CE-9BAC374C52DE),
IWebInspector.idl 37 uuid(68159FF1-9037-45ec-9992-B2E455CF39F3),
IWebKitStatistics.idl 35 uuid(955C1042-BCF7-4f51-8AE7-66C2D0D47C44),
IWebNavigationData.idl 40 uuid(1F162644-73D1-4de1-A20C-295FB68BF048),
IWebNotification.idl 34 uuid(93598207-3E34-49ec-97EC-EFA9A1E16335),
IWebResource.idl 41 uuid(09567E0E-7859-494a-B0E4-92C13CFE5574),
IWebSecurityOrigin.idl 37 uuid(304d4462-a921-4e85-bc11-bce1462B159d),
IWebURLResponse.idl 36 uuid(9814930B-E037-4477-8DF1-4D898B648995),
IWebUserContentURLPattern.idl 33 uuid(DBF18E5A-701B-49ab-B490-BED40053B788),
  /external/wpa_supplicant_8/src/utils/
Makefile 21 uuid.o \
  /frameworks/base/media/java/android/media/
MediaDrm.java 21 import java.util.UUID;
65 * {@link android.media.MediaCodec} objects. It accesses the DRM-scheme-identifying UUID,
66 * typically from metadata in the content, and uses this UUID to construct an instance
76 * Once the app has a sessionId, it can construct a MediaCrypto object from the UUID and
106 * Query if the given scheme identified by its UUID is supported on
108 * @param uuid The UUID of the crypto scheme.
110 public static final boolean isCryptoSchemeSupported(UUID uuid) {
111 return isCryptoSchemeSupportedNative(getByteArrayFromUUID(uuid));
    [all...]
  /hardware/libhardware/include/hardware/
bt_sock.h 44 * listen to a rfcomm uuid or channel. It returns the socket fd from which
49 * connect to a rfcomm uuid channel of remote device, It returns the socket fd from which
52 bt_status_t (*connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, int channel, int* sock_fd, int flags);
  /external/wpa_supplicant_8/src/wps/
wps.h 235 const u8 *uuid,
275 * @uuid_e: UUID-E of the unknown Enrollee
289 * @uuid_e: UUID-E of the Enrollee
322 * @uuid_e: UUID of the Enrollee
498 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap
514 const u8 *uuid; member in struct:wps_event_data::wps_event_er_enrollee
528 const u8 *uuid; member in struct:wps_event_data::wps_event_er_ap_settings
533 const u8 *uuid; member in struct:wps_event_data::wps_event_er_set_selected_registrar
587 * uuid - Own UUID
589 u8 uuid[16]; member in struct:wps_context
    [all...]
wps_er.c 13 #include "uuid.h"
44 ev->uuid = sta->uuid;
60 const u8 *uuid)
66 (uuid == NULL ||
67 os_memcmp(uuid, sta->uuid, WPS_UUID_LEN) == 0))
100 struct in_addr *addr, const u8 *uuid,
106 (uuid == NULL ||
107 os_memcmp(uuid, ap->uuid, WPS_UUID_LEN) == 0) &
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 74 static const string getTlContFilePath(const mcUuid_t *uuid);
75 static const string getTlDataPath(const mcUuid_t *uuid);
76 static const string getTlDataFilePath(const mcUuid_t *uuid, mcPid_t pid);
77 static const string getTlBinFilePath(const mcUuid_t *uuid);
283 const mcUuid_t *uuid,
287 if ((NULL == uuid) || (NULL == so)) {
288 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
292 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
295 const string &tlContFilePath = getTlContFilePath(uuid);
300 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_DEVICE_FILE)
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_api.h 163 ** Description Looks up the service matching uuid on the remote device
164 ** and fetches the SCN and service_name if the UUID is found
170 bt_uuid_t *uuid);
291 bt_uuid_t *uuid);
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 47 struct __declspec(uuid(L"00000000-0000-0000-1234-000000000047")) uuid_attr_bad1 { };// expected-error {{'uuid' attribute requires parameter 1 to be a string}}
48 struct __declspec(uuid(3)) uuid_attr_bad2 { };// expected-error {{'uuid' attribute requires parameter 1 to be a string}}
49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}}
50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}}
51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 72 QStandardItem * find_uuid(QString uuid);
74 void remove_enrollee_uuid(QString uuid);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 21 import java.util.UUID;
171 * The UUID of this characteristic.
174 protected UUID mUuid;
228 * @param uuid The UUID for this characteristic
232 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) {
233 initCharacteristic(null, uuid, 0, properties, permissions);
241 UUID uuid, int instanceId
    [all...]
BluetoothServerSocket.java 95 * @param uuid uuid
99 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid)
101 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, -1, uuid);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 32 import java.util.UUID;
100 UUID uuid = pUuid.getUuid(); local
101 msb = uuid.getMostSignificantBits();
102 lsb = uuid.getLeastSignificantBits();
112 UUID uuid; local
115 uuid = uuids[i].getUuid();
116 msb = uuid.getMostSignificantBits();
117 lsb = uuid.getLeastSignificantBits()
127 UUID uuid; local
    [all...]

Completed in 351 milliseconds

1 2 3 45 6 7 8 91011>>