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

1 2 3 45 6 7 8 91011>>

  /frameworks/av/drm/libmediadrm/
Crypto.cpp 71 * specified by uuid
82 void Crypto::findFactoryForScheme(const uint8_t uuid[16]) {
91 uuidVector.appendArray(uuid, sizeof(uuid[0]) * 16);
94 if (loadLibraryForScheme(mUUIDToLibraryPathMap[index], uuid)) {
117 if (loadLibraryForScheme(pluginPath, uuid)) {
131 if (loadLibraryForScheme(pluginPath, uuid)) {
140 bool Crypto::loadLibraryForScheme(const String8 &path, const uint8_t uuid[16]) {
167 !mFactory->isCryptoSchemeSupported(uuid)) {
175 bool Crypto::isCryptoSchemeSupported(const uint8_t uuid[16])
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoFactory.cpp 33 bool CryptoFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) const {
34 return isClearKeyUUID(uuid);
38 const uint8_t uuid[16],
41 if (!isCryptoSchemeSupported(uuid)) {
DrmFactory.cpp 31 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) {
32 return isClearKeyUUID(uuid);
42 const uint8_t uuid[16], android::DrmPlugin** plugin) {
43 if (!isCryptoSchemeSupported(uuid)) {
  /frameworks/base/media/java/android/media/soundtrigger/
SoundTriggerManager.java 32 import java.util.UUID;
49 // Stores a mapping from the sound model UUID to the SoundTriggerInstance created by
51 private final HashMap<UUID, SoundTriggerDetector> mReceiverInstanceMap;
62 mReceiverInstanceMap = new HashMap<UUID, SoundTriggerDetector>();
77 * Returns the sound trigger model represented by the given UUID. An instance of {@link Model}
80 public Model getModel(UUID soundModelId) {
90 * Deletes the sound model represented by the provided UUID.
92 public void deleteModel(UUID soundModelId) {
103 * invalidates any previously returned instances for the same sound model Uuid.
105 * @param soundModelId UUID of the sound model to create the receiver object for
    [all...]
  /system/bt/service/common/bluetooth/
gatt_identifier.h 22 #include <bluetooth/uuid.h>
40 const UUID& uuid,
43 int id, const UUID& uuid,
46 int id, const UUID& uuid,
54 const UUID& service_uuid,
55 const UUID& characteristic_uuid,
56 const UUID& descriptor_uuid
    [all...]
  /external/e2fsprogs/lib/uuid/
uuid_time.3.in 34 uuid_time \- extract the time at which the UUID was created
37 .B #include <uuid/uuid.h>
44 function extracts the time at which the supplied time-based UUID
46 was created. Note that the UUID creation time is only encoded within
52 The time at which the UUID was created, in seconds since January 1, 1970 GMT
55 The time at which the UUID was created, in seconds and microseconds since
67 .BR uuid (3),
uuid.3.in 32 .TH UUID 3 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
34 uuid \- DCE compatible Universally Unique Identifier library
36 .B #include <uuid/uuid.h>
38 The UUID library is used to generate unique identifiers for objects
54 The UUID library is part of the e2fsprogs package and is available from
uuid_parse.3.in 34 uuid_parse \- convert an input UUID string into binary representation
37 .B #include <uuid/uuid.h>
44 function converts the UUID string given by
46 into the binary representation. The input UUID is a string of the form
51 Upon successfully parsing the input string, 0 is returned, and the UUID is
64 .BR uuid (3),
  /external/e2fsprogs/misc/
uuidd.8.in 7 uuidd \- UUID generation daemon
45 daemon is used by the UUID library to generate
46 universally unique identifiers (UUIDs), especially time-based UUID's
48 numbers of threads trying to grab UUID's running on different CPU's.
63 UUID's.
77 request it to return a random-based UUID.
81 request it to return a time-based UUID.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
ProtectionSpecificHeader.java 17 import java.util.UUID;
21 protected static Map<UUID, Class<? extends ProtectionSpecificHeader>> uuidRegistry = new HashMap<UUID, Class<? extends ProtectionSpecificHeader>>();
25 uuidRegistry.put(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"), PlayReadyHeader.class);
38 public static ProtectionSpecificHeader createFor(UUID systemId, ByteBuffer bufferWrapper) {
UuidBasedProtectionSystemSpecificHeaderBox.java 13 import java.util.UUID;
18 * aligned(8) class UuidBasedProtectionSystemSpecificHeaderBox extends FullBox(?uuid?,
31 UUID systemId;
36 super("uuid", USER_TYPE);
70 public UUID getSystemId() {
74 public void setSystemId(UUID systemId) {
  /system/bt/service/
low_energy_client.cpp 80 bool ProcessUUID(const uint8_t* uuid_data, size_t uuid_len, UUID* out_uuid) {
81 // BTIF expects a single 128-bit UUID to be passed in little-endian form, so
83 // TODO(armansito): We have three repeated if bodies below only because UUID
85 // single UUID constructor that takes in an std::vector instead.
86 if (uuid_len == UUID::kNumBytes16) {
87 UUID::UUID16Bit uuid_bytes;
90 *out_uuid = UUID(uuid_bytes);
91 } else if (uuid_len == UUID::kNumBytes32) {
92 UUID::UUID32Bit uuid_bytes;
95 *out_uuid = UUID(uuid_bytes)
130 UUID uuid; local
201 UUID uuid; local
    [all...]
gatt_server.cpp 43 GattServer::GattServer(const UUID& uuid, int server_id)
44 : app_identifier_(uuid),
68 const UUID& GattServer::GetAppIdentifier() const {
77 const UUID& uuid, bool is_primary) {
79 << " - UUID: " << uuid.ToString()
92 auto service_id = GetIdForService(uuid, is_primary);
108 const UUID& uuid, int properties, int permissions)
    [all...]
gatt_server_old.h 25 #include "service/common/bluetooth/uuid.h"
74 bool Initialize(const UUID& service_id, int* gatt_pipe);
77 bool SetAdvertisement(const std::vector<UUID>& ids,
83 bool SetScanResponse(const std::vector<UUID>& ids,
89 bool AddCharacteristic(const UUID &id, int properties, int permissions);
93 bool AddBlob(const UUID &id, const UUID &control_id, int properties,
98 bool SetCharacteristicValue(const UUID &id, const std::vector<uint8_t> &value);
101 bool GetCharacteristicValue(const UUID &id, std::vector<uint8_t> *value);
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 26 {0xff93e360, 0x0c3c, 0x11e3, 0x8a97, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid
44 int CTSEffectsLib_Create(const effect_uuid_t *uuid,
48 if (pHandle == NULL || uuid == NULL) {
52 if (memcmp(uuid, &gCTSEffectsDescriptor.uuid, sizeof(effect_uuid_t)) != 0) {
77 int CTSEffectsLib_GetDescriptor(const effect_uuid_t *uuid,
80 if (pDescriptor == NULL || uuid == NULL){
84 if (memcmp(uuid, &gCTSEffectsDescriptor.uuid, sizeof(effect_uuid_t)) == 0) {
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ServerSocketServiceTest.java 35 import java.util.UUID;
58 UUID id = UUID.randomUUID();
67 UUID id = UUID.randomUUID();
82 UUID id = UUID.randomUUID();
96 service.getConnection(UUID.randomUUID());
108 private OpenedSocket openConnectionAndIdentify(UUID id) throws IOException {
  /external/dbus/tools/
dbus-uuidgen.c 43 printf ("D-Bus UUID Generator %s\n"
129 char *uuid; local
130 if (dbus_internal_do_not_use_get_uuid (filename, &uuid, ensure_uuid, &error))
133 printf ("%s\n", uuid);
134 dbus_free (uuid);
139 char *uuid; local
140 if (dbus_internal_do_not_use_create_uuid (&uuid))
142 printf ("%s\n", uuid);
143 dbus_free (uuid);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
LocalPreferences.java 93 * <li>{@code USER_ID|PACKAGE_NAME|VOLUME_UUID|DIRECTORY} for storage volumes that have a UUID
95 * <li>{@code USER_ID|PACKAGE_NAME||DIRECTORY} for storage volumes that do not have a UUID
100 String packageName, @Nullable String uuid, String directory) {
101 final String key = getScopedAccessDenialsKey(packageName, uuid, directory);
106 @Nullable String uuid, String directory, @PermissionStatus int status) {
107 final String key = getScopedAccessDenialsKey(packageName, uuid, directory);
111 private static String getScopedAccessDenialsKey(String packageName, String uuid,
114 return uuid == null
116 : userId + "|" + packageName + "|" + uuid + "|" + directory;
  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
TestEnrollmentActivity.java 20 import java.util.UUID;
61 UUID modelUuid = UUID.randomUUID();
70 this, "Successfully enrolled, model UUID=" + modelUuid, Toast.LENGTH_SHORT)
89 Toast.makeText(this, "Successfully un-enrolled, model UUID=" + soundModel.uuid,
110 KeyphraseSoundModel updated = new KeyphraseSoundModel(soundModel.uuid,
114 Toast.makeText(this, "Successfully re-enrolled, model UUID=" + updated.uuid,
  /system/bt/btif/src/
btif_profile_queue.c 51 uint16_t uuid; member in struct:__anon72262
78 if (((connect_node_t *)list_node(node))->uuid == p_param->uuid) {
79 LOG_INFO(LOG_TAG, "%s dropping duplicate connect request for uuid: %04x", __func__, p_param->uuid);
119 bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda, btif_connect_cb_t connect_cb) {
123 node.uuid = uuid;
159 return p_head->connect_cb(&p_head->bda, p_head->uuid);
btif_gatt_server.c 90 bt_uuid_t uuid; member in struct:__anon72247
173 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
212 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid);
231 bt_uuid_t uuid; local
232 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
237 &uuid,
245 bt_uuid_t uuid; local
246 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
251 &uuid,
370 tBT_UUID uuid; local
444 tBT_UUID uuid; local
460 tBT_UUID uuid; local
470 tBT_UUID uuid; local
    [all...]
  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServer.cpp 66 auto uuid = CreateUUIDFromParcel(data); local
67 CHECK(uuid);
71 server_if, is_primary, *uuid, &out_id);
84 auto uuid = CreateUUIDFromParcel(data); local
85 CHECK(uuid);
91 server_if, *uuid, properties, permissions, &out_id);
104 auto uuid = CreateUUIDFromParcel(data); local
105 CHECK(uuid);
109 bool result = AddDescriptor(server_if, *uuid, permissions, &out_id);
207 int server_if, bool is_primary, const bluetooth::UUID& uuid
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Run.java 27 import java.util.UUID;
37 private UUID id;
42 this.id = Defaults.UUID;
53 public UUID id() {
91 private UUID id;
95 public Builder(UUID id) {
  /hardware/ti/omap3/dspbridge/inc/
uuidutil.h 21 * This file contains the specification of UUID helper functions.
25 *! 09-Nov-2000 kc: Modified description of UUID utility functions.
26 *! 29-Sep-2000 kc: Appended "UUID_" prefix to UUID helper functions.
46 * pszUuid: Pointer to a buffer to receive a NULL-terminated UUID
55 * UUID string limit currently set at MAXUUIDLEN.
72 * We assume the string representation of a UUID has the following format:
  /system/bt/stack/gap/
gap_ble.c 177 BOOLEAN gap_ble_enqueue_request (tGAP_CLCB *p_clcb, UINT16 uuid, tGAP_BLE_CMPL_CBACK *p_cback)
182 p_q->uuid = uuid;
204 *p_uuid = p_q->uuid;
226 if (p_db_attr->uuid != GATT_UUID_GAP_DEVICE_NAME &&
230 switch (p_db_attr->uuid)
383 tBT_UUID uuid = {LEN_UUID_16,{UUID_SERVCLASS_GAP_SERVER}}; local
388 /* Fill our internal UUID with a fixed pattern 0x82 */
397 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);
403 uuid.len = LEN_UUID_16
513 UINT16 uuid = 0; local
    [all...]

Completed in 705 milliseconds

1 2 3 45 6 7 8 91011>>