Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanotool.cpp59 int device_index = 0; member
361 args->device_index = atoi(optarg); in ParseArgs()
362 if (args->device_index < 0) { in ParseArgs()
364 args->device_index); in ParseArgs()
385 return std::unique_ptr<UsbContextHub>(new UsbContextHub(args->device_index)); in GetContextHub()