Searched refs:endpoint_hint (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/cortex/NodeManager/
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);
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;

Completed in 183 milliseconds