Home
last modified time | relevance | path

Searched defs:device_name (Results 1 – 20 of 20) sorted by relevance

/system/bt/service/common/bluetooth/
Dscan_filter.h37 const std::string& device_name() const { return device_name_; } in device_name() function
/system/core/init/
Duevent.h31 std::string device_name; member
Dblock_dev_initializer.cpp127 const std::string device_name(basename(device.c_str())); in InitDmDevice() local
/system/bt/gd/security/pairing/
Dclassic_pairing_handler.h41 … UI* user_interface, os::Handler* user_interface_handler, std::string device_name) in ClassicPairingHandler()
/system/core/fs_mgr/include/
Dfs_mgr_dm_linear.h75 std::string device_name; member
/system/bt/service/common/android/bluetooth/
DIBluetoothCallback.aidl29 String device_name, in OnSspRequest()
/system/apex/apexd/
Dapexd_loop.cpp76 std::string device_name = device_path.substr(pos + 1, std::string::npos); in configureReadAhead() local
Dapex_database.h37 std::string device_name; // Name of the dm verity device. member
Dapex_database_test.cpp106 const std::string& mount_point, const std::string& device_name, in Contains()
Dapexd.cpp362 const std::string& device_name, in MountPackageImpl()
/system/extras/partition_tools/
Dlpdump.cc302 std::string device_name = GetBlockDevicePartitionName(block_device); in ParseLinearExtentData() local
333 std::string device_name = GetBlockDevicePartitionName(block_device); in PrintMetadata() local
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot_fuzz.proto46 string device_name = 8; field
/system/core/fs_mgr/libfs_avb/
Dfs_avb.cpp506 const std::string device_name(GetVerityDeviceName(*fstab_entry)); in TearDownAvbHashtree() local
Davb_util.cpp112 const std::string device_name(GetVerityDeviceName(*fstab_entry)); in HashtreeDmVeritySetup() local
/system/extras/simpleperf/
Devent_type.cpp193 for (const auto& device_name : GetSubDirs(evtsrc_dirname)) { in GetPmuEventTypes() local
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc416 const std::string& device_name, in OnSspRequest()
/system/bt/service/
Dadapter.cc166 const std::string& device_name, int cod, in OnSspRequest()
/system/bt/service/client/
Dmain.cc165 const String16& device_name, int32_t cod, in OnSspRequest()
/system/core/fs_mgr/
Dfs_mgr.cpp1032 std::string device_name; in fs_mgr_update_logical_partition() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2770 bool SnapshotManager::GetMappedImageDeviceStringOrPath(const std::string& device_name, in GetMappedImageDeviceStringOrPath()