/aosp12/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 158 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 D | dm.cpp | 60 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 D | test_util.h | 41 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api.h | 32 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice,
|
H A D | driver_gen.h | 79 PFN_vkCreateDevice CreateDevice; member
|
H A D | api.cpp | 421 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 D | api_gen.h | 42 PFN_vkCreateDevice CreateDevice; member
|
H A D | driver_gen.cpp | 229 reinterpret_cast<PFN_vkVoidFunction>(CreateDevice), 614 INIT_PROC(true, instance, CreateDevice); in InitDriverTable()
|
H A D | driver.h | 128 VKAPI_ATTR VkResult CreateDevice(VkPhysicalDevice physicalDevice,
|
H A D | driver.cpp | 1170 VkResult CreateDevice(VkPhysicalDevice physicalDevice, in CreateDevice() function 1204 result = instance_data.driver.CreateDevice( in CreateDevice()
|
/aosp12/system/vold/ |
H A D | Devmapper.cpp | 52 if (!dm.CreateDevice(name_string, table)) { in create()
|
H A D | MetadataCrypt.cpp | 173 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 D | BasicTests.cpp | 28 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | BasicTests.cpp | 33 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | BasicTests.cpp | 34 TEST_P(NeuralNetworksAidlTest, CreateDevice) {} in TEST_P() argument
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | BasicTests.cpp | 33 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_dm_linear.cpp | 244 if (!dm.CreateDevice(params.device_name, table, path, params.timeout_ms)) { in CreateLogicalPartition()
|
H A D | fs_mgr_verity.cpp | 272 if (!dm.CreateDevice(name, table)) { in load_verity_table()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | BasicTests.cpp | 32 TEST_P(NeuralnetworksHidlTest, CreateDevice) {} in TEST_P() argument
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 127 …reateDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDevice>(CreateDevice))},
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | power_test.cpp | 354 if (!dm_.CreateDevice(kSnapshotName, table, &snapshot_path_, 10s)) { in MapSnapshot()
|
/aosp12/system/keymaster/tests/ |
H A D | android_keymaster_test_utils.h | 157 virtual keymaster2_device_t* CreateDevice() const = 0;
|
/aosp12/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 253 if (!dm.CreateDevice(name, table, &ignore_path, 5s)) { in DmCreateCmdHandler()
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | avb_util.cpp | 116 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | image_manager.cpp | 422 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()
|