Searched refs:vecInputDevPath (Results 1 – 3 of 3) sorted by relevance
59 void ScanInputDevicesPath(const std::string &dirName, std::vector<std::string> &vecInputDevPath);
163 std::vector<std::string> vecInputDevPath; in ScanSinkInputDevices() local164 ScanInputDevicesPath(DEVICE_PATH, vecInputDevPath); in ScanSinkInputDevices()165 for (auto &tempPath: vecInputDevPath) { in ScanSinkInputDevices()
341 void ScanInputDevicesPath(const std::string &dirName, std::vector<std::string> &vecInputDevPath) in ScanInputDevicesPath() argument359 vecInputDevPath.push_back(tmpDevName); in ScanInputDevicesPath()