Home
last modified time | relevance | path

Searched refs:outKey (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A Droute_app_io.cpp152 BString& outKey, in _get_node_signature() argument
171 outKey = _AUDIO_INPUT_KEY; in _get_node_signature()
175 outKey = _AUDIO_OUTPUT_KEY; in _get_node_signature()
179 outKey = _AUDIO_MIXER_KEY; in _get_node_signature()
183 outKey = _VIDEO_INPUT_KEY; in _get_node_signature()
187 outKey = _VIDEO_OUTPUT_KEY; in _get_node_signature()
196 outKey = key; in _get_node_signature()
H A DNodeSetIOContext.cpp140 const char** outKey) const { in getKeyFor()
149 *outKey = (*it).first.String(); in getKeyFor()
H A DNodeSetIOContext.h92 const char** outKey) const;
H A Droute_app_io.h111 BString& outKey,