Searched refs:listDevicesTask (Results 1 – 2 of 2) sorted by relevance
60 bool listDevicesTask();
280 bool Video::listDevicesTask() { in listDevicesTask() function in Video316 std::future<bool> result = std::async(std::launch::async, &Video::listDevicesTask, this); in listDevices()