Home
last modified time | relevance | path

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

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