Home
last modified time | relevance | path

Searched refs:uuid (Results 1 – 14 of 14) sorted by relevance

/device/google/tangorpro/cast_auth/mediadrm/
DDrmFactory.cpp23 bool isCastKeyUUID(const uint8_t uuid[16]) { in isCastKeyUUID()
24 return !memcmp(uuid, kCastKeyUUID.data(), 16); in isCastKeyUUID()
40 if (!isCastKeyUUID(in_uuid.uuid.data())) { in createDrmPlugin()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DTransport.java144 for (UUID uuid : getServiceUuids()) { in onServicesDiscovered()
145 BluetoothGattService service = gatt.getService(uuid); in onServicesDiscovered()
149 Log.e(TAG, "Cannot find service: " + uuid); in onServicesDiscovered()
/device/google/trout/tools/
Dbpttool33 import uuid
153 return str(uuid.UUID(arg))
692 return str(uuid.uuid4())
792 _ = uuid.UUID(str(self.guid))
799 _ = uuid.UUID(str(self.type_guid))
1112 uuid.UUID(p.type_guid).bytes_le,
1113 uuid.UUID(p.guid).bytes_le,
1147 uuid.UUID(settings.disk_guid).bytes_le,
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java239 final String uuid = UUID.randomUUID().toString(); in getDisplayHotplugHelperAppOutput() local
243 String.format("^.*DisplayHotplugHelper.*%s.* displays: (\\{.*\\})", uuid)); in getDisplayHotplugHelperAppOutput()
246 … String.format("am start -n %s --es %s %s", HELPER_APP_ACTIVITY, HELPER_APP_UUID_FLAG, uuid)); in getDisplayHotplugHelperAppOutput()
266 … throw new IllegalStateException("Failed to find display info from helper app using uuid:" + uuid); in getDisplayHotplugHelperAppOutput()
/device/google/cuttlefish_vmm/x86_64-linux-gnu/
DCargo.lock95 "uuid",
248 "uuid",
402 "uuid",
781 "uuid",
1011 "uuid",
2837 name = "uuid"
3248 "uuid",
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
DCargo.lock95 "uuid",
248 "uuid",
402 "uuid",
781 "uuid",
1011 "uuid",
2837 name = "uuid"
3248 "uuid",
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h362 std::string uuid() const;
741 void set_uuid(const std::string& uuid);
Dcuttlefish_config_instance.cpp1577 std::string CuttlefishConfig::InstanceSpecific::uuid() const { in uuid() function in cuttlefish::CuttlefishConfig::InstanceSpecific
1580 void CuttlefishConfig::MutableInstanceSpecific::set_uuid(const std::string& uuid) { in set_uuid() argument
1581 (*Dictionary())[kUuid] = uuid; in set_uuid()
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp391 qemu_cmd.AddParameter(instance.uuid()); in StartCommands()
/device/generic/goldfish/radio/include/telephony/
Dril.h1789 char uuid[MAX_UUID_LENGTH]; member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2289 char uuid[MAX_UUID_LENGTH]; member
Dril_service.cpp12898 records[i].uuid = convertCharPtrToHidlString(rilHardwareConfig[i].uuid); in convertRilHardwareConfigListToHal()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto6040 // uuid on MacOS.
6996 // implicit trace-global track (uuid 0). See TrackDescriptor::uuid.
7020 // default uuid list.
8764 // be associated with an implicit trace-global track (uuid = 0), see also
8776 optional uint64 uuid = 1; field
8780 // specific process, specify the uuid for that process's process track here.
8782 // thread, specify the uuid for that thread's thread track here.
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc316 DEFINE_vec(uuid, CF_DEFAULTS_UUID,