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

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.h 32 memset(this->uuid, 0, sizeof(uuid));
35 // to allow defining Vector/KeyedVector of UUID type
37 memcpy(this->uuid, a.uuid, sizeof(uuid));
40 // to allow defining Vector/KeyedVector of UUID type
42 memcpy(this->uuid, uuid_in, sizeof(uuid));
46 return uuid;
67 uint8_t uuid[UUID_SIZE]; member in struct:android::DrmUUID
    [all...]
  /external/syslinux/core/
sysappend.c 76 static bool is_valid_uuid(const uint8_t *uuid)
78 /* Assume the uuid is valid if it has a type that is not 0 or 15 */
79 return (uuid[6] >= 0x10 && uuid[6] < 0xf0);
113 char *uuid; local
115 uuid = fs_uuid();
116 if (!uuid)
119 snprintf(fsuuid_str + 7, sizeof(fsuuid_str) - 7, "%s", uuid);
121 free(uuid);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmodshow.idl 26 uuid(52d6f586-9f0f-4824-8fc8-e32ca04930c2)
  /system/bt/include/hardware/
bt_gatt_types.h 23 #include <bluetooth/uuid.h>
33 /** GATT ID adding instance id tracking to the UUID */
35 bluetooth::Uuid uuid; member in struct:__anon1925
  /external/curl/tests/python_dependencies/impacket/
uuid.py 8 # Generate UUID compliant with http://www.webdav.org/specs/draft-leach-uuids-guids-01.txt.
25 def bin_to_string(uuid):
26 uuid1, uuid2, uuid3 = unpack('<LHH', uuid[:8])
27 uuid4, uuid5, uuid6 = unpack('>HHL', uuid[8:16])
30 def string_to_bin(uuid):
31 matches = re.match('([\dA-Fa-f]{8})-([\dA-Fa-f]{4})-([\dA-Fa-f]{4})-([\dA-Fa-f]{4})-([\dA-Fa-f]{4})([\dA-Fa-f]{8})', uuid)
33 uuid = pack('<LHH', uuid1, uuid2, uuid3)
34 uuid += pack('>HHL', uuid4, uuid5, uuid6)
35 return uuid
52 #output: tuple (uuid,version)
    [all...]
  /tools/test/connectivity/acts/tests/google/power/coex/
PowerCoexscanTest.py 64 @test_tracker_info(uuid='a998dd2b-f5f1-4361-b5da-83e42a69e80b')
69 @test_tracker_info(uuid='87146825-787a-4ea7-9622-30e9286c8a76')
74 @test_tracker_info(uuid='2e645deb-b744-4272-8578-5d4cb159d5aa')
79 @test_tracker_info(uuid='d458bc41-f1c8-4ed6-a7b5-0bec34780dda')
84 @test_tracker_info(uuid='6d9c0e8e-6a0f-458b-84d2-7d60fc254170')
89 @test_tracker_info(uuid='ba52317f-426a-4688-a0a5-1394bcc7b092')
94 @test_tracker_info(uuid='b4c63eac-bc77-4e76-afff-ade98dde4411')
99 @test_tracker_info(uuid='798796dc-960c-42b2-a835-2b2aefa028d5')
104 @test_tracker_info(uuid='6ae44d84-0e68-4524-99b2-d3bfbd2253b8')
109 @test_tracker_info(uuid='2cb915a3-6319-4ac4-9e4d-9325b3b731c8'
    [all...]
PowerCoexbaselineTest.py 43 @test_tracker_info(uuid='f3fc6667-73d8-4fb5-bdf3-0253e52043b1')
48 @test_tracker_info(uuid='1bec36d1-f7b2-4a4b-9f5d-dfb5ed985649')
53 @test_tracker_info(uuid='88170cad-8336-4dff-8e53-3cc693d01b72')
58 @test_tracker_info(uuid='b82e59a9-9b27-4ba2-88f6-48d7917066f4')
63 @test_tracker_info(uuid='6409a02e-d63a-4c46-a210-1d5f1b006556')
68 @test_tracker_info(uuid='6f22792f-b304-4804-853d-e41484d442ab')
73 @test_tracker_info(uuid='11bb1683-4544-46b4-ad4a-875e31323729')
  /system/bt/binder/android/os/
parcel_uuid.cc 22 using ::bluetooth::Uuid;
28 static uint64_t uuid_lsb(const Uuid& uuid) {
31 auto uu = uuid.To128BitBE();
40 static uint64_t uuid_msb(const Uuid& uuid) {
43 auto uu = uuid.To128BitBE();
54 status_t status = parcel->writeInt64(uuid_msb(uuid));
57 status = parcel->writeInt64(uuid_lsb(uuid));
70 std::array<uint8_t, Uuid::kNumBytes128> uu
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
UUIDConverter.java 20 import java.util.UUID;
23 * UUID from/to byte array.
26 public static byte[] convert(UUID uuid) {
28 long msb = uuid.getMostSignificantBits();
29 long lsb = uuid.getLeastSignificantBits();
43 public static UUID convert(byte[] uuidBytes) {
46 return new UUID(b.getLong(), b.getLong());
  /frameworks/av/drm/mediadrm/plugins/clearkey/common/
ClearKeyUUID.cpp 23 bool isClearKeyUUID(const uint8_t uuid[16]) {
35 return !memcmp(uuid, kCommonPsshBoxUUID, sizeof(kCommonPsshBoxUUID)) ||
36 !memcmp(uuid, kClearKeyUUID, sizeof(kClearKeyUUID));
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java 25 import java.util.UUID;
40 public UUID uuid = null; field in class:HandleMap.Entry
48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
52 this.uuid = uuid;
57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance,
62 this.uuid = uuid
    [all...]
  /external/e2fsprogs/
depfix.sed 29 s;\.\./[^ ]*lib/uuid/uuid.h[^ ]* *;;g
  /external/linux-kselftest/tools/testing/selftests/pstore/
Makefile 9 EXTRA_CLEAN := logs/* *uuid
  /external/pdfium/fxjs/xfa/
cjx_xfa.h 21 JS_PROP(uuid);
  /external/valgrind/memcheck/tests/solaris/
scalar_uuidsys.stderr.exp 4 Syscall param uuidsys(uuid) contains uninitialised byte(s)
7 Syscall param uuidsys(uuid) points to unaddressable byte(s)
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
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)) {
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CryptoFactory.cpp 34 const hidl_array<uint8_t, 16> &uuid)
36 return clearkeydrm::isClearKeyUUID(uuid.data());
40 const hidl_array<uint8_t, 16> &uuid,
44 if (!isCryptoSchemeSupported(uuid.data())) {
DrmFactory.cpp 40 const hidl_array<uint8_t, 16>& uuid) {
41 return clearkeydrm::isClearKeyUUID(uuid.data());
55 const hidl_array<uint8_t, 16>& uuid,
61 if (!isCryptoSchemeSupported(uuid.data())) {
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DiscoveredPrinter.java 33 /** UUID (RFC4122) uniquely identifying the print service, or null if not reported */
34 public final Uri uuid; field in class:DiscoveredPrinter
51 * @param uuid Unique identification of the network printer, if known
56 public DiscoveredPrinter(Uri uuid, String name, Uri path, String location) {
57 this.uuid = uuid;
66 Uri uuid = null, path = null; local
72 case "uuid":
73 uuid = Uri.parse(reader.nextString());
91 this.uuid = uuid
    [all...]
  /system/bt/service/common/android/bluetooth/
bluetooth_gatt_descriptor.cc 18 #include "android/bluetooth/uuid.h"
31 status_t status = parcel->writeParcelable((UUID)uuid_);
42 UUID uuid; local
43 status_t status = parcel->readParcelable(&uuid);
45 uuid_ = uuid.uuid;
bluetooth_gatt_included_service.cc 19 #include "android/bluetooth/uuid.h"
32 status_t status = parcel->writeParcelable((UUID)uuid_);
43 UUID uuid; local
44 status_t status = parcel->readParcelable(&uuid);
46 uuid_ = uuid.uuid;
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) {
39 String name = attributes.get(uuid);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) {
39 String name = attributes.get(uuid);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) {
39 String name = attributes.get(uuid);
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
CryptoFactory.h 31 virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const;
34 const uint8_t uuid[16],

Completed in 1140 milliseconds

1 23 4 5 6 7 8 91011>>