Home
last modified time | relevance | path

Searched refs:new_device (Results 1 – 3 of 3) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/setup/
Ddevice_boutique.cc49 std::shared_ptr<Device> new_device = GetMap()[args[0]](); in Create() local
50 if (new_device != nullptr) new_device->Initialize(args); in Create()
52 return new_device; in Create()
/system/bt/btif/avrcp/
Davrcp_service.cc380 void AvrcpService::DeviceCallback(std::shared_ptr<Device> new_device) { in DeviceCallback() argument
381 if (new_device == nullptr) return; in DeviceCallback()
385 new_device->RegisterInterfaces(media_interface_, &a2dp_interface_, in DeviceCallback()
/system/core/fs_mgr/liblp/
Dbuilder.cpp201 auto new_device = source_block_device; in NewForUpdate() local
202 if (!UpdateBlockDevicePartitionName(&new_device, new_name)) { in NewForUpdate()
206 metadata->block_devices.emplace_back(new_device); in NewForUpdate()
994 const LpMetadataBlockDevice& new_device = block_devices_[i]; in ImportPartitions() local
995 if (!CompareBlockDevices(old_device, new_device)) { in ImportPartitions()