Home
last modified time | relevance | path

Searched defs: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
/system/core/fs_mgr/liblp/
Dbuilder.cpp201 auto new_device = source_block_device; in NewForUpdate() local
994 const LpMetadataBlockDevice& new_device = block_devices_[i]; in ImportPartitions() local
/system/bt/btif/avrcp/
Davrcp_service.cc380 void AvrcpService::DeviceCallback(std::shared_ptr<Device> new_device) { in DeviceCallback()