Home
last modified time | relevance | path

Searched refs:CreateDevice (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h158 bool CreateDevice(const std::string& name, const DmTable& table, std::string* path,
164 bool CreateDevice(const std::string& name, const DmTable& table);
274 bool CreateDevice(const std::string& name, const std::string& uuid = {});
/aosp12/system/core/fs_mgr/libdm/
H A Ddm.cpp60 bool DeviceMapper::CreateDevice(const std::string& name, const std::string& uuid) { in CreateDevice() function in android::dm::DeviceMapper
175 return CreateDevice(name, uuid); in CreateEmptyDevice()
210 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function in android::dm::DeviceMapper
284 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice() function in android::dm::DeviceMapper
286 if (!CreateDevice(name, table, &ignore_path, 0ms)) { in CreateDevice()
H A Dtest_util.h41 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi.h32 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice,
H A Ddriver_gen.h79 PFN_vkCreateDevice CreateDevice; member
H A Dapi.cpp421 static VkResult CreateDevice(VkPhysicalDevice physical_dev,
898 GetData(physical_dev).dispatch.CreateDevice; in Create()
1122 VkResult LayerChain::CreateDevice(VkPhysicalDevice physical_dev, in CreateDevice() function in vulkan::api::__anon83539dd30110::LayerChain
1242 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function
1248 return LayerChain::CreateDevice(physicalDevice, pCreateInfo, pAllocator, in CreateDevice()
H A Dapi_gen.h42 PFN_vkCreateDevice CreateDevice; member
H A Ddriver_gen.cpp229 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice),
614 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
H A Ddriver.h128 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice,
H A Ddriver.cpp1170 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function
1204 result = instance_data.driver.CreateDevice( in CreateDevice()
/aosp12/system/vold/
H A DDevmapper.cpp52 if (!dm.CreateDevice(name_string, table)) { in create()
H A DMetadataCrypt.cpp173 if (!dm.CreateDevice(dm_name, table, crypto_blkdev, std::chrono::seconds(5))) { in create_crypto_blk_dev()
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DBasicTests.cpp28 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DBasicTests.cpp33 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DBasicTests.cpp34 TEST_P(NeuralNetworksAidlTest, CreateDevice) {} in TEST_P() argument
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DBasicTests.cpp33 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp244 if (!dm.CreateDevice(params.device_name, table, path, params.timeout_ms)) { in CreateLogicalPartition()
H A Dfs_mgr_verity.cpp272 if (!dm.CreateDevice(name, table)) { in load_verity_table()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DBasicTests.cpp32 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp127 …reateDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDevice>(CreateDevice))},
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dpower_test.cpp354 if (!dm_.CreateDevice(kSnapshotName, table, &snapshot_path_, 10s)) { in MapSnapshot()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.h157 virtual keymaster2_device_t* CreateDevice() const = 0;
/aosp12/system/core/fs_mgr/tools/
H A Ddmctl.cpp253 if (!dm.CreateDevice(name, table, &ignore_path, 5s)) { in DmCreateCmdHandler()
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp116 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp422 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()

12