Searched refs:num_rd (Results 1 – 1 of 1) sorted by relevance
581 int num_rd(-1); in RunTest() local583 res = hardware->GetNumOfRecordingDevices(num_rd); in RunTest()589 printf("Recording devices (%d): \n", num_rd); in RunTest()590 for (int i = 0; i < num_rd; ++i) { in RunTest()597 ASSERT_EQ(1, scanf("%d", &num_rd)); in RunTest()600 res = hardware->SetRecordingDevice(num_rd); in RunTest()