Searched refs:endpoint_hint (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/NodeManager/
H A DConnection.h177 struct endpoint_hint { struct in class:Connection
178 endpoint_hint(const char* _name, const media_format& _format) : function in struct:Connection::endpoint_hint
198 endpoint_hint* m_outputHint;
205 endpoint_hint* m_inputHint;
H A DConnection.cpp113 new endpoint_hint(
121 new endpoint_hint(
193 m_outputHint = new endpoint_hint(origName, origFormat);
201 m_inputHint = new endpoint_hint(origName, origFormat);

Completed in 33 milliseconds