Searched defs:GetUUID (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc38 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
49 device::BluetoothUUID BluetoothRemoteGattDescriptorChromeOS::GetUUID() const { function in class:chromeos::BluetoothRemoteGattDescriptorChromeOS
83 << GetUUID().canonical_value();
101 << GetUUID().canonical_value() << ", with value: "
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc45 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
86 BluetoothRemoteGattCharacteristicChromeOS::GetUUID() const { function in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
197 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value()
215 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value()
350 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
356 DCHECK(descriptor->GetUUID().IsValid());
371 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
H A Dbluetooth_remote_gatt_service_chromeos.cc28 << object_path.value() << ", UUID: " << GetUUID().canonical_value();
68 device::BluetoothUUID BluetoothRemoteGattServiceChromeOS::GetUUID() const { function in class:chromeos::BluetoothRemoteGattServiceChromeOS
240 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
246 DCHECK(characteristic->GetUUID().IsValid());
261 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
/external/lldb/include/lldb/Core/
H A DModuleSpec.h223 GetUUID () function in class:lldb_private::ModuleSpec
229 GetUUID () const function in class:lldb_private::ModuleSpec
380 if (match_module_spec.GetUUIDPtr() && match_module_spec.GetUUID() != GetUUID())
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc75 UUID GetUUID(const std::string& key_system);
93 UUID KeySystemUuidManager::GetUUID(const std::string& key_system) { function in class:media::KeySystemUuidManager
242 UUID scheme_uuid = g_key_system_uuid_manager.Get().GetUUID(key_system);
352 UUID scheme_uuid = g_key_system_uuid_manager.Get().GetUUID(key_system);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp234 if (CheckForKernelImageAtAddress (exe_objfile->GetHeaderAddress().GetFileAddress(), process) == exe_module->GetUUID())
442 return memory_module_sp->GetUUID();
613 if (m_uuid.IsValid() || rhs.GetUUID().IsValid())
615 if (m_uuid == rhs.GetUUID())
647 DynamicLoaderDarwinKernel::KextImageInfo::GetUUID () const function in class:DynamicLoaderDarwinKernel::KextImageInfo
693 if (m_uuid != memory_module_sp->GetUUID())
700 if (!m_uuid.IsValid() && memory_module_sp->GetUUID().IsValid())
702 m_uuid = memory_module_sp->GetUUID();
716 if (exe_module && exe_module->GetUUID().IsValid())
718 if (m_uuid != exe_module->GetUUID())
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp542 CommunicationKDP::GetUUID () function in class:CommunicationKDP
/external/lldb/source/Core/
H A DModule.cpp307 Module::GetUUID() function in class:Module
316 obj_file->GetUUID(&m_uuid);
1434 const UUID &uuid = module_ref.GetUUID();
1439 if (uuid == GetUUID())
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp348 lldb_private::UUID &uuid = spec.GetUUID();
460 ObjectFileELF::GetUUID(lldb_private::UUID* uuid) function in class:ObjectFileELF
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp731 ObjectFilePECOFF::GetUUID (UUID* uuid) function in class:ObjectFilePECOFF

Completed in 307 milliseconds