Home
last modified time | relevance | path

Searched defs:new_device (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Ddevice_boutique.cc46 std::shared_ptr<Device> new_device = GetMap()[args[0]](); in Create() local
/aosp12/hardware/qcom/audio/post_proc/
H A Dma_listener.c366 uint32_t new_device; in ma_effect_command() local
H A Dvolume_listener.c507 uint32_t new_device; in vol_effect_command() local
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder.cpp289 auto new_device = source_block_device; in UpdateMetadataForOtherSuper() local
1151 const LpMetadataBlockDevice& new_device = block_devices_[i]; in ImportPartitions() local
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc436 void AvrcpService::DeviceCallback(std::shared_ptr<Device> new_device) { in DeviceCallback()