Searched defs:GetDevices (Results 1 – 6 of 6) sorted by relevance
38 def GetDevices(requested_devices, blacklist_file): function
94 const std::unordered_map<string, DeviceProperties>& GetDevices() const { in GetDevices() function
50 TEST(DummyDeviceManagerTest, GetDevices) { in TEST() argument
183 bool GetDevices(const CLSID& catid, std::vector<Device>* devices) { in GetDevices() function
153 TEST(DeviceManagerTest, GetDevices) { in TEST() argument
376 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): member in AdbWrapper