Searched defs:renamePort (Results 1 – 7 of 7) sorted by relevance
180 void AudioDevice::renamePort( AudioPort * ) in renamePort() function in AudioDevice
323 void AudioJack::renamePort( AudioPort * _port ) in renamePort() function in AudioJack
900 def renamePort(group_id, port_id, new_port_name): function
363 bool CNode::renamePort(const QByteArray& portId, const QByteArray& newId) in renamePort() function in CNode
562 bool TFx::renamePort(const std::string &oldName, const std::string &newName) { in renamePort() function in TFx
788 def renamePort(port_id, new_port_name): function
2501 static void renamePort(TFx *fx, int p, const std::wstring &oldId, in initialize() function