Home
last modified time | relevance | path

Searched refs:m_runMode (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp64 m_runMode(0), in DormantNodeIO()
112 m_runMode = ref->runMode(); in DormantNodeIO()
216 if(m_runMode) in instantiate()
217 (*outRef)->setRunMode(m_runMode, m_recordingDelay); in instantiate()
357 if(m_runMode > 0) { in xmlExportContent()
358 switch(m_runMode) { in xmlExportContent()
379 buffer << m_runMode; in xmlExportContent()
548 _read_run_mode(m_runMode, obj->content.String(), context); in xmlImportChild()
H A DDormantNodeIO.h129 int32 m_runMode; variable
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp222 node->_setRunMode(m_runMode); in addNode()
414 if(m_runMode == BMediaNode::B_OFFLINE) in setStartPosition()
476 if(m_runMode == BMediaNode::B_OFFLINE) in setEndPosition()
675 return m_runMode; in runMode()
681 m_runMode = mode; in setRunMode()
690 m_runMode in setRunMode()
693 [this](NodeRef* ref) { ref->_setRunModeAuto(this->m_runMode); } in setRunMode()
920 m_runMode(runMode), in NodeGroup()
1173 if(m_runMode == BMediaNode::B_OFFLINE) in _start()
1309 if(m_runMode != BMediaNode::B_OFFLINE) { in _roll()
H A DNodeRef.cpp302 m_runMode = runMode; in setRunMode()
323 return m_runMode; in runMode()
1481 m_runMode(0), in NodeRef()
1711 (m_runMode > 0) ? in _setRunMode()
1712 (BMediaNode::run_mode)m_runMode : in _setRunMode()
2070 m_runMode == BMediaNode::B_RECORDING || in _updateLatency()
2071 (m_runMode == 0 && m_group && m_group->runMode() == BMediaNode::B_RECORDING)) in _updateLatency()
H A DNodeGroup.h585 BMediaNode::run_mode m_runMode; variable
H A DNodeRef.h618 uint32 m_runMode; variable