/frameworks/av/media/libmediaplayerservice/ |
Drm.cpp | 115 * specified by uuid 126 void Drm::findFactoryForScheme(const uint8_t uuid[16]) { 135 uuidVector.appendArray(uuid, sizeof(uuid)); 138 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) { 166 if (loadLibraryForScheme(pluginPath, uuid)) { 181 bool Drm::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) { 207 !mFactory->isCryptoSchemeSupported(uuid)) { 214 bool Drm::isCryptoSchemeSupported(const uint8_t uuid[16]) { 217 if (mFactory && mFactory->isCryptoSchemeSupported(uuid)) { [all...] |
Drm.h | 40 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]); 42 virtual status_t createPlugin(const uint8_t uuid[16]); 139 void findFactoryForScheme(const uint8_t uuid[16]); 140 bool loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]);
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_attr.c | 247 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_GATT_SERVER}}; local 251 /* Fill our internal UUID with a fixed pattern 0x81 */ 259 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE); 262 uuid.uu.uuid16 = gatt_cb.gattp_attr.uuid = GATT_UUID_GATT_SRV_CHGD; 265 gatt_cb.handle_of_h_r = GATTS_AddCharacteristic(service_handle, &uuid, 0, GATT_CHAR_PROP_BIT_INDICATE);
|
/external/wpa_supplicant_8/src/wps/ |
wps_er_ssdp.c | 12 #include "uuid.h" 30 u8 uuid[WPS_UUID_LEN]; local 57 os_memset(uuid, 0, sizeof(uuid)); 91 pos2 = os_strstr(start, "uuid:"); 96 if (uuid_str2bin(pos2, uuid) < 0) { 98 "Invalid UUID in USN: %s", 125 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
|
wps_upnp_i.h | 85 * This uuid identifies the subscription and is randomly generated by 89 u8 uuid[UUID_LEN]; member in struct:subscription 156 const u8 uuid[UUID_LEN]); 159 const u8 uuid[UUID_LEN]);
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 129 struct uuid { struct 137 static void unpack_uuid(void *in, struct uuid *uu) 165 struct uuid uuid; local 167 unpack_uuid(uu, &uuid); 170 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, 171 uuid.clock_seq >> 8, uuid.clock_seq & 0xFF 181 char *fn, uuid[40]; local [all...] |
/frameworks/av/media/libmedia/ |
AudioEffect.cpp | 45 const effect_uuid_t *uuid, 54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io); 69 effect_uuid_t uuid; local 72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr); 81 if (stringToGuid(uuidStr, &uuid) == NO_ERROR) { 82 pUuid = &uuid; 90 const effect_uuid_t *uuid, 101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0); 114 if (type == NULL && uuid == NULL) { 115 ALOGW("Must specify at least type or uuid"); [all...] |
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcContainer.h | 149 mcUuid_t uuid; member in union:__anon21515 197 mcUuid_t uuid; member in struct:__anon21519 206 mcUuid_t uuid; member in struct:__anon21520
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
IntentUtilities.java | 78 * Add the account UUID parameter. 109 * Retrieve the account UUID, or null if the UUID param is not found. 116 String uuid = uri.getQueryParameter(ACCOUNT_UUID_PARAM); local 117 return TextUtils.isEmpty(uuid) ? null : uuid;
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 630 /* Brute force just simply search for uuid[0..15] in img[0..n_img-1] */ 631 static Bool check_uuid_matches ( Addr imgA, Word n_img, UChar* uuid ) 635 UChar first = uuid[0]; 641 if (0 == VG_(memcmp)( &img[i], &uuid[0], 16 )) 675 UChar uuid[16]; local 684 and uuid and nlist and STABS */ 710 VG_(memset)(&uuid, 0, sizeof(uuid)); 724 // Get uuid for later dsym search 824 VG_(memcpy)(uuid, uuid_cmd->uuid, sizeof(uuid)) [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_ble.c | 289 if (p_db_attr->uuid != GATT_UUID_GAP_DEVICE_NAME && 293 switch (p_db_attr->uuid) 394 if (p_db_attr->uuid == GATT_UUID_GAP_RECONN_ADDR) 479 tBT_UUID uuid = {LEN_UUID_16,{UUID_SERVCLASS_GAP_SERVER}}; local 484 /* Fill our internal UUID with a fixed pattern 0x82 */ 493 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE); 499 uuid.len = LEN_UUID_16; 500 uuid.uu.uuid16 = p_db_attr->uuid = GATT_UUID_GAP_DEVICE_NAME; 501 p_db_attr->handle = GATTS_AddCharacteristic(service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BIT_READ) [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
DOMCore.idl | 52 uuid(A27FA225-F34E-425d-88EB-A35BD105A527), 65 uuid(6E48C25D-E542-4d1a-BC73-ACDC21E39C56), 92 uuid(3EEA3E20-72DA-4be7-954F-79B5A14AD726), 249 uuid(10A05A96-CBD9-4493-83AD-FAFB952615CE), 271 uuid(E6CBF396-C9F9-431b-A8D6-BCB525067E9F), 323 uuid(A83C2C44-0BAC-45c7-8E17-6A49975D5CCA), 420 uuid(F4DED047-FE61-461a-BDBD-BB87F79DB713), 472 uuid(B587E098-8206-4b5a-A7DB-422F218571A0), 509 uuid(E053A35B-7775-4859-80EA-C35D02D145A2), 611 uuid(98E481F5-4405-4c2a-BF77-1CE95FE5F992) [all...] |
IWebDataSource.idl | 59 uuid(5221A975-AE09-4a7b-A4DF-E3B1B5F38A21), 209 uuid(4B80B7D4-98D7-4a80-AF46-2AF84B2F2E8F),
|
IWebPolicyDelegate.idl | 78 uuid(DFCDE523-FD96-4f95-958B-151540FE122A), 151 uuid(9B0BAE6C-A496-4000-9E22-2E89F0747401),
|
IWebArchive.idl | 45 uuid(F07D5252-F66E-4a4d-B9DC-33BD11DCC138),
|
IWebDatabaseManager.idl | 48 uuid(5724f010-a77b-4a42-8f89-a5095b61d469),
|
IWebFrameLoadDelegatePrivate2.idl | 41 uuid(4148C9F8-94D9-479A-BCF1-C15E5269CCC1),
|
IWebHistoryDelegate.idl | 39 uuid(16AF211F-7C00-4f7f-A8DB-B1219FEABF3B),
|
IWebHistoryItem.idl | 42 uuid(1E2970AE-72B7-4500-A7A0-12B0FFEB91FC),
|
IWebMutableURLRequest.idl | 38 uuid(C4042773-371F-427e-AFA9-9D4B358A0D93),
|
/external/clang/test/SemaCXX/ |
borland-extensions.cpp | 50 struct __declspec(uuid("{12345678-1234-1234-1234-123456789abc}")) Foo;
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
MockDrmCryptoPlugin.h | 34 bool isCryptoSchemeSupported(const uint8_t uuid[16]); 35 status_t createDrmPlugin(const uint8_t uuid[16], DrmPlugin **plugin); 43 bool isCryptoSchemeSupported(const uint8_t uuid[16]) const; 45 const uint8_t uuid[16], const void *data, size_t size,
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetooth.aidl | 81 ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in ParcelUuid uuid, int port, int flag); 82 ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int port, int flag);
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sdp.c | 142 APPL_TRACE_DEBUG1("bta_ag_add_record uuid: %x", service_uuid); 310 UINT16 uuid; local 315 uuid = UUID_SERVCLASS_HF_HANDSFREE; 320 uuid = UUID_SERVCLASS_HEADSET_HS; 332 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL) 334 if (uuid == UUID_SERVCLASS_HEADSET_HS) 337 uuid = UUID_SERVCLASS_HEADSET; 338 if ((p_rec = SDP_FindServiceInDb(p_scb->p_disc_db, uuid, p_rec)) == NULL) 361 SDP_FindProfileVersionInRec(p_rec, uuid, &p_scb->peer_version);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_util.c | 115 ALOGE("%s: Unknown UUID length %d!", __FUNCTION__, p_dest->len); 123 btif_to_bta_uuid(&p_dest->uuid, &p_src->uuid); 129 btif_to_bta_uuid(&p_dest->id.uuid, &p_src->id.uuid); 179 ALOGE("%s: Unknown UUID length %d!", __FUNCTION__, p_src->len); 188 bta_to_btif_uuid(&p_dest->uuid, &p_src->uuid); 194 bta_to_btif_uuid(&p_dest->id.uuid, &p_src->id.uuid); [all...] |