Home
last modified time | relevance | path

Searched defs:getDeviceList (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Ddevice_parser.cpp133 void ModernSnapshotParser::getDeviceList(std::vector<int> &devices) const in getDeviceList() function in ModernSnapshotParser
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowUsbManagerTest.java67 public void getDeviceList() { in getDeviceList() method in ShadowUsbManagerTest
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUsbManager.java160 protected HashMap<String, UsbDevice> getDeviceList() { in getDeviceList() method in ShadowUsbManager
/external/libusb/libusb/os/
Demscripten_webusb.cpp588 val getDeviceList(libusb_context* ctx, discovered_devs** devs) { in getDeviceList() function