Home
last modified time | relevance | path

Searched refs:WaitForDevice (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DInputController.java691 private class WaitForDevice implements AutoCloseable { class in InputController
697 WaitForDevice(String deviceName, int vendorId, int productId) { in WaitForDevice() method in InputController.WaitForDevice
798 try (WaitForDevice waiter = new WaitForDevice(deviceName, vendorId, productId)) { in createDeviceInternal()
/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h162 bool WaitForDevice(const std::string& name, const std::chrono::milliseconds& timeout_ms,
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp179 bool DeviceMapper::WaitForDevice(const std::string& name, in WaitForDevice() function in android::dm::DeviceMapper
222 if (!WaitForDevice(name, timeout_ms, path)) { in CreateDevice()
H A Ddm_test.cpp739 ASSERT_TRUE(dm.WaitForDevice(test_name_, 5s, &ignore_path)); in TEST_F()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp512 if (!WaitForDevice(*path, timeout_ms)) { in MapDmUserCow()
518 if (!WaitForDevice(control_device, timeout_ms)) { in MapDmUserCow()
1809 if (!WaitForDevice(control_device, 10s)) { in PerformInitTransition()
2409 if (!WaitForDevice(base_path, remaining_time)) { in MapPartitionWithSnapshot()
2469 if (!WaitForDevice(source_device_path, remaining_time)) { in MapPartitionWithSnapshot()
2478 if (!WaitForDevice(cow_path, remaining_time)) { in MapPartitionWithSnapshot()
4140 bool SnapshotManager::WaitForDevice(const std::string& device, in WaitForDevice() function in android::snapshot::SnapshotManager
4230 if (!WaitForDevice(control_device, 10s)) { in DetachFirstStageSnapuserdForSelinux()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h801 bool WaitForDevice(const std::string& device, std::chrono::milliseconds timeout_ms);