Home
last modified time | relevance | path

Searched refs:_initTransportState (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h472 status_t _initTransportState();
H A DNodeRef.cpp1652 status_t NodeRef::_initTransportState() { in _initTransportState() function in NodeRef
1973 return _initTransportState(); in _stop()
H A DNodeGroup.cpp214 status_t err = node->_initTransportState(); in addNode()