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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/win/Interfaces/
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),
63 uuid(2DF339BC-B48E-4d35-B93A-299756ED0B4B),
109 uuid(C8C5F0CD-07B0-4a32-BFA8-AE465E80DD3C),
131 uuid(6959F712-1563-4661-8D8C-F4C739C55839),
IWebCache.idl 35 uuid(0673E6F5-AE63-4871-AAC6-6A1E0E6A99AB),
IWebCookieManager.idl 44 uuid(7053FE94-3623-444f-A298-209A90879A8C),
IWebDocument.idl 45 uuid(0A6397A7-90FE-49a0-B9C1-44693DD779F7),
108 uuid(0213643B-8DF9-4ba4-9534-61D92CB75007),
135 uuid(B6282B92-6F31-4948-A3A0-89763C56BBBF),
185 uuid(3C9F6251-CFD8-447a-B429-6B6AE627436C),
IWebFrameView.idl 42 uuid(E23E1B15-78F6-4e89-AD2E-49992A040A35),
IWebGeolocationProvider.idl 36 uuid(47F4CCF6-963D-4306-BE0B-8205C94672B5),
IWebHTTPURLResponse.idl 35 uuid(56B54483-FA29-4ce5-96FA-2D9B81D57162),
IWebHistoryPrivate.idl 32 uuid(B811003B-3475-46ad-9697-91D0D181CC05),
IWebJavaScriptCollector.idl 35 uuid(E6A1D169-F44A-4d11-B55B-F0A406F47612),
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 98 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) {
99 return remoteDevice.getAddress() + "_" + Integer.toHexString(uuid);
115 public int getChannel(BluetoothDevice remoteDevice, int uuid) {
116 String key = getChannelKey(remoteDevice, uuid);
121 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) {
138 if (V) Log.v(TAG, "Setchannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " to "
140 if (channel != getChannel(remoteDevice, uuid)) {
141 String key = getChannelKey(remoteDevice, uuid);
149 public void removeChannel(BluetoothDevice remoteDevice, int uuid) {
    [all...]
  /frameworks/av/media/libmediaplayerservice/
Crypto.h 38 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]);
41 const uint8_t uuid[16], const void *data, size_t size);
70 void findFactoryForScheme(const uint8_t uuid[16]);
71 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
Crypto.cpp 71 * specified by uuid
82 void Crypto::findFactoryForScheme(const uint8_t uuid[16]) {
91 uuidVector.appendArray(uuid, sizeof(uuid));
94 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
117 if (loadLibraryForScheme(pluginPath, uuid)) {
131 if (loadLibraryForScheme(pluginPath, uuid)) {
141 bool Crypto::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) {
167 !mFactory->isCryptoSchemeSupported(uuid)) {
174 bool Crypto::isCryptoSchemeSupported(const uint8_t uuid[16])
    [all...]
  /hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.h 28 mcUuid_t uuid; member in struct:__anon21247
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/
MobiCoreRegistry.h 109 * @param uuid Trustlet UUID.
113 mcResult_t mcRegistryStoreTrustletCon(const mcUuid_t *uuid, const mcSoTltCont_t *so);
116 * @param uuid Trustlet UUID.
120 mcResult_t mcRegistryReadTrustletCon(const mcUuid_t *uuid, mcSoTltCont_t *so);
123 * @param uuid Trustlet UUID.
126 mcResult_t mcRegistryCleanupTrustlet(const mcUuid_t *uuid);
136 * @param cid Service provider or UUID
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 350 static int add_rfc_sdp_by_uuid(const char* name, const uint8_t* uuid, int scn)
362 To do this we will check the UUID for the requested service and mimic the SDP records of bluez
368 int final_scn = get_reserved_rfc_channel(uuid);
373 if (IS_UUID(UUID_OBEX_OBJECT_PUSH,uuid))
377 else if (IS_UUID(UUID_PBAP_PSE,uuid))
381 else if (IS_UUID(UUID_SPP, uuid))
387 handle = add_sdp_by_uuid(name, uuid, final_scn);
404 int get_reserved_rfc_channel (const uint8_t* uuid)
406 if (IS_UUID(UUID_PBAP_PSE,uuid))
410 else if (IS_UUID(UUID_OBEX_OBJECT_PUSH,uuid))
    [all...]
btif_sock.c 43 const uint8_t* uuid, int channel, int* sock_fd, int flags);
45 const uint8_t* uuid, int channel, int* sock_fd, int flags);
97 BTIF_TRACE_ERROR3("invalid parameters, uuid:%p, channel:%d, sock_fd:%p", service_uuid, channel, sock_fd);
123 const uint8_t* uuid, int channel, int* sock_fd, int flags)
125 if((uuid == NULL && channel <= 0) || bd_addr == NULL || sock_fd == NULL)
127 BTIF_TRACE_ERROR4("invalid parameters, bd_addr:%p, uuid:%p, channel:%d, sock_fd:%p",
128 bd_addr, uuid, channel, sock_fd);
136 status = btsock_rfc_connect(bd_addr, uuid, channel, sock_fd, flags);
btif_gatt_server.c 91 bt_uuid_t uuid; member in struct:__anon2942
178 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
219 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid);
238 bt_uuid_t uuid; local
239 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
244 &uuid,
252 bt_uuid_t uuid; local
253 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
258 &uuid,
359 tBT_UUID uuid; local
402 tBT_UUID uuid; local
412 tBT_UUID uuid; local
    [all...]
  /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) {
117 * Generates a variant 2, version 4 (randomly generated number) UUID as per
120 * @return an UUID instance.
122 public static UUID randomUUID()
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCrypto.cpp 46 const uint8_t uuid[16], const void *initData, size_t initSize) {
49 mCrypto = MakeCrypto(uuid, initData, initSize);
86 const uint8_t uuid[16], const void *initData, size_t initSize) {
93 status_t err = crypto->createPlugin(uuid, initData, initSize);
111 bool JCrypto::IsCryptoSchemeSupported(const uint8_t uuid[16]) {
118 return crypto->isCryptoSchemeSupported(uuid);
187 jbyte *uuid = env->GetByteArrayElements(uuidObj, &isCopy); local
198 env, thiz, (const uint8_t *)uuid, initData, initDataLength);
207 env->ReleaseByteArrayElements(uuidObj, uuid, 0);
208 uuid = NULL
239 jbyte *uuid = env->GetByteArrayElements(uuidObj, &isCopy); local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c 78 ((p_cur_srvc->service_uuid.id.uuid.len == 2) ? "uuid16" : "uuid128"),
79 p_cur_srvc->service_uuid.id.uuid.uu.uuid16,
87 APPL_TRACE_ERROR6("\t Attr[0x%04x] handle[%d] uuid[0x%04x] inst[%d] type[%s] prop[0x%1x]",
117 APPL_TRACE_ERROR5("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
118 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
211 static UINT8 bta_gattc_get_srvc_inst_id(tBTA_GATTC_SERV *p_srvc_cb, tBT_UUID uuid)
222 if (bta_gattc_uuid_compare(p_srvc_rec->uuid, uuid, TRUE))
236 static UINT8 bta_gattc_get_char_inst_id(tBTA_GATTC_CACHE *p_service_cache, tBT_UUID uuid)
248 if (bta_gattc_uuid_compare(attr_uuid, uuid, TRUE)
864 tSDP_UUID uuid; local
1534 tBT_UUID uuid; local
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-uuidof.cpp 11 struct __declspec(uuid("12345678-1234-1234-1234-1234567890ab")) S1 { } s1;
12 struct __declspec(uuid("87654321-4321-4321-4321-ba0987654321")) S2 { };
  /external/webkit/Source/WebCore/platform/
UUID.cpp 32 #include "UUID.h"
60 QUuid uuid = QUuid::createUuid(); local
61 String canonicalUuidStr = uuid.toString().mid(1, 36).toLower(); // remove opening and closing bracket and make it lower.
65 GUID uuid = { 0 };
66 HRESULT hr = CoCreateGuid(&uuid);
70 int num = StringFromGUID2(uuid, reinterpret_cast<LPOLESTR>(uuidStr), WTF_ARRAY_LENGTH(uuidStr));
76 CFUUIDRef uuid = CFUUIDCreate(0);
77 CFStringRef uuidStrRef = CFUUIDCreateString(0, uuid);
80 CFRelease(uuid);
86 FILE* fptr = fopen("/proc/sys/kernel/random/uuid", "r")
    [all...]

Completed in 116 milliseconds

1 23 4 5 6 7 8 91011>>