summaryrefslogtreecommitdiff
path: root/CAmCommandReceiver_8cpp_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'CAmCommandReceiver_8cpp_source.html')
-rw-r--r--CAmCommandReceiver_8cpp_source.html359
1 files changed, 61 insertions, 298 deletions
diff --git a/CAmCommandReceiver_8cpp_source.html b/CAmCommandReceiver_8cpp_source.html
index 5207330..17b24b7 100644
--- a/CAmCommandReceiver_8cpp_source.html
+++ b/CAmCommandReceiver_8cpp_source.html
@@ -3,22 +3,24 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.6"/>
+<meta name="generator" content="Doxygen 1.8.11"/>
<title>AudioManager: AudioManagerCore/src/CAmCommandReceiver.cpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
- $(document).ready(function() { searchBox.OnSelectItem(0); });
+ $(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
@@ -28,9 +30,9 @@
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
- <td style="padding-left: 0.5em;">
+ <td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AudioManager
- &#160;<span id="projectnumber">7.5.11</span>
+ &#160;<span id="projectnumber">7.6.6</span>
</div>
<div id="projectbrief">Native Application Runtime Environment</div>
</td>
@@ -39,7 +41,7 @@
</table>
</div>
<!-- end header part -->
-<!-- Generated by Doxygen 1.8.6 -->
+<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
@@ -47,6 +49,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
+ <li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
@@ -94,7 +97,7 @@ $(document).ready(function(){initNavTree('CAmCommandReceiver_8cpp_source.html','
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
-<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Pages</a></div>
+</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
@@ -108,344 +111,104 @@ $(document).ready(function(){initNavTree('CAmCommandReceiver_8cpp_source.html','
<div class="title">CAmCommandReceiver.cpp</div> </div>
</div><!--header-->
<div class="contents">
-<a href="CAmCommandReceiver_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;</div>
-<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmCommandReceiver_8h.html">CAmCommandReceiver.h</a>&quot;</span></div>
-<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;cassert&gt;</span></div>
-<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div>
-<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="IAmDatabaseHandler_8h.html">IAmDatabaseHandler.h</a>&quot;</span></div>
-<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmControlSender_8h.html">CAmControlSender.h</a>&quot;</span></div>
-<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmDltWrapper_8h.html">CAmDltWrapper.h</a>&quot;</span></div>
-<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmSocketHandler_8h.html">CAmSocketHandler.h</a>&quot;</span></div>
-<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div>
-<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="keyword">namespace </span>am</div>
-<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;{</div>
-<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;</div>
-<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa"> 35</a></span>&#160;<a class="code" href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa">CAmCommandReceiver::CAmCommandReceiver</a>(<a class="code" href="classam_1_1IAmDatabaseHandler.html">IAmDatabaseHandler</a> *iDatabaseHandler, <a class="code" href="classam_1_1CAmControlSender.html">CAmControlSender</a> *iControlSender, <a class="code" href="classam_1_1CAmSocketHandler.html">CAmSocketHandler</a> *iSocketHandler) :</div>
-<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; mDatabaseHandler(iDatabaseHandler), <span class="comment">//</span></div>
-<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; mControlSender(iControlSender), <span class="comment">//</span></div>
-<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; mDBusWrapper(NULL), <span class="comment">//</span></div>
-<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; mSocketHandler(iSocketHandler), <span class="comment">//</span></div>
-<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; handleCount(0),<span class="comment">//</span></div>
-<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; mListStartupHandles(), <span class="comment">//</span></div>
-<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; mListRundownHandles(), <span class="comment">//</span></div>
-<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; mWaitStartup(false), <span class="comment">//</span></div>
-<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; mWaitRundown(false),</div>
-<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; mLastErrorStartup(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>), <span class="comment">//</span></div>
-<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; mLastErrorRundown(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>) <span class="comment">//</span></div>
-<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;</div>
-<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;{</div>
-<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; assert(mDatabaseHandler!=NULL);</div>
-<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; assert(mSocketHandler!=NULL);</div>
-<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; assert(mControlSender!=NULL);</div>
-<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;}</div>
-<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div>
-<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a82bbfe1973463fc554ac993c25d5ca4e"> 54</a></span>&#160;<a class="code" href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa">CAmCommandReceiver::CAmCommandReceiver</a>(<a class="code" href="classam_1_1IAmDatabaseHandler.html">IAmDatabaseHandler</a> *iDatabaseHandler, <a class="code" href="classam_1_1CAmControlSender.html">CAmControlSender</a> *iControlSender, <a class="code" href="classam_1_1CAmSocketHandler.html">CAmSocketHandler</a> *iSocketHandler, <a class="code" href="classam_1_1CAmDbusWrapper.html">CAmDbusWrapper</a> *iDBusWrapper) :</div>
-<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; mDatabaseHandler(iDatabaseHandler), <span class="comment">//</span></div>
-<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; mControlSender(iControlSender), <span class="comment">//</span></div>
-<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; mDBusWrapper(iDBusWrapper), <span class="comment">//</span></div>
-<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; mSocketHandler(iSocketHandler), <span class="comment">//</span></div>
-<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; handleCount(0),<span class="comment">//</span></div>
-<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; mListStartupHandles(), <span class="comment">//</span></div>
-<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; mListRundownHandles(), <span class="comment">//</span></div>
-<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; mWaitStartup(false), <span class="comment">//</span></div>
-<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; mWaitRundown(false), <span class="comment">//</span></div>
-<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; mLastErrorStartup(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d">E_UNKNOWN</a>), <span class="comment">//</span></div>
-<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; mLastErrorRundown(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d">E_UNKNOWN</a>)</div>
-<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;{</div>
-<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; assert(mDatabaseHandler!=NULL);</div>
-<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; assert(mSocketHandler!=NULL);</div>
-<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; assert(mControlSender!=NULL);</div>
-<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; assert(mDBusWrapper!=NULL);</div>
-<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;}</div>
-<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;</div>
-<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a32bb0e128a996e3ad891111260802146"> 73</a></span>&#160;<a class="code" href="classam_1_1CAmCommandReceiver.html#a32bb0e128a996e3ad891111260802146">CAmCommandReceiver::~CAmCommandReceiver</a>()</div>
-<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;{</div>
-<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;}</div>
-<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;</div>
-<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a62d8f5aee1e601d59f993c5a5561e234"> 77</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a62d8f5aee1e601d59f993c5a5561e234">CAmCommandReceiver::connect</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <a class="code" href="namespaceam.html#a33a5bb7641f58ab3a5f3b86400ad804c">am_mainConnectionID_t</a> &amp; mainConnectionID)</div>
-<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;{</div>
-<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::connect got called, sourceID=&quot;</span>, sourceID, <span class="stringliteral">&quot;sinkID=&quot;</span>, sinkID);</div>
-<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ac1bdb116a00b8b75cf4c4558e184b832">hookUserConnectionRequest</a>(sourceID, sinkID, mainConnectionID));</div>
-<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;}</div>
-<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;</div>
-<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aa24d0146f4e3c75e02d6c0152e246da1"> 83</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aa24d0146f4e3c75e02d6c0152e246da1">CAmCommandReceiver::disconnect</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a33a5bb7641f58ab3a5f3b86400ad804c">am_mainConnectionID_t</a> mainConnectionID)</div>
-<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;{</div>
-<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::disconnect got called, mainConnectionID=&quot;</span>, mainConnectionID);</div>
-<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a39bb9b4f25e1c162d6a3daf344944960">hookUserDisconnectionRequest</a>(mainConnectionID));</div>
-<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;}</div>
-<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;</div>
-<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a6d47bc67473d75495260abe8c666fc7e"> 89</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a6d47bc67473d75495260abe8c666fc7e">CAmCommandReceiver::setVolume</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> <a class="code" href="namespaceam.html#a834886e7c3e4a2d6745ef2b59b485b00">am_mainVolume_t</a> volume)</div>
-<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;{</div>
-<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::setVolume got called, sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;volume=&quot;</span>, volume);</div>
-<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad9e6c45492e72c9994652d0f2a9d1abd">hookUserVolumeChange</a>(sinkID, volume));</div>
-<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;}</div>
-<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160;</div>
-<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ad7a4c1fe5a2ecfaae5484a14d8820e58"> 95</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#ad7a4c1fe5a2ecfaae5484a14d8820e58">CAmCommandReceiver::volumeStep</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> int16_t volumeStep)</div>
-<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;{</div>
-<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::volumeStep got called, sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;volumeStep=&quot;</span>, volumeStep);</div>
-<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a3880c0627b1d1360120c6bb294d45cdf">hookUserVolumeStep</a>(sinkID, volumeStep));</div>
-<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;}</div>
-<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;</div>
-<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#afae22041843c5349be16a6593d3ebb9c"> 101</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#afae22041843c5349be16a6593d3ebb9c">CAmCommandReceiver::setSinkMuteState</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> <a class="code" href="namespaceam.html#af9d68f1f1b0553906df4c90e9a860ffa">am_MuteState_e</a> muteState)</div>
-<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;{</div>
-<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::setSinkMuteState got called, sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;muteState=&quot;</span>, muteState);</div>
-<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad34e16a4b571a5dc70c7081f96015d53">hookUserSetSinkMuteState</a>(sinkID, muteState));</div>
-<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;}</div>
-<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;</div>
-<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aa3044c8587e0674bc107d607b6863b99"> 107</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aa3044c8587e0674bc107d607b6863b99">CAmCommandReceiver::setMainSinkSoundProperty</a>(<span class="keyword">const</span> <a class="code" href="structam_1_1am__MainSoundProperty__s.html">am_MainSoundProperty_s</a> &amp; soundProperty, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID)</div>
-<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;{</div>
-<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::setMainSinkSoundProperty got called, sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;soundPropertyType=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#ab17e9104be5d9d055cd07fd2369e8218">type</a>, <span class="stringliteral">&quot;soundPropertyValue=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#a66c11369472cdf8d870b7976e08336a1">value</a>);</div>
-<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a0d93a02239f6a1bdc5279b03eae891bd">hookUserSetMainSinkSoundProperty</a>(sinkID, soundProperty));</div>
-<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;}</div>
-<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div>
-<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a5275e9a3ed66acbe860729dd4665d7a1"> 113</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a5275e9a3ed66acbe860729dd4665d7a1">CAmCommandReceiver::setMainSourceSoundProperty</a>(<span class="keyword">const</span> <a class="code" href="structam_1_1am__MainSoundProperty__s.html">am_MainSoundProperty_s</a> &amp; soundProperty, <span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID)</div>
-<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;{</div>
-<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::setMainSourceSoundProperty got called, sourceID=&quot;</span>, sourceID, <span class="stringliteral">&quot;soundPropertyType=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#ab17e9104be5d9d055cd07fd2369e8218">type</a>, <span class="stringliteral">&quot;soundPropertyValue=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#a66c11369472cdf8d870b7976e08336a1">value</a>);</div>
-<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ac809407580b0bfd81ad853320beb3a75">hookUserSetMainSourceSoundProperty</a>(sourceID, soundProperty));</div>
-<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;}</div>
-<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;</div>
-<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a33b0ab5fca8c82ce91b19f08c34471f8"> 119</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a33b0ab5fca8c82ce91b19f08c34471f8">CAmCommandReceiver::setSystemProperty</a>(<span class="keyword">const</span> <a class="code" href="structam_1_1am__SystemProperty__s.html">am_SystemProperty_s</a> &amp; property)</div>
-<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;{</div>
-<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::setSystemProperty got called&quot;</span>, <span class="stringliteral">&quot;type=&quot;</span>, property.<a class="code" href="structam_1_1am__SystemProperty__s.html#a399604c89488c2bdba69fe4e6e862288">type</a>, <span class="stringliteral">&quot;soundPropertyValue=&quot;</span>, property.<a class="code" href="structam_1_1am__SystemProperty__s.html#a00fc776e22144844f56e2c895e8723f6">value</a>);</div>
-<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#af92be6d9b34c296d2ba1b5908c8d66a4">hookUserSetSystemProperty</a>(property));</div>
-<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;}</div>
-<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;</div>
-<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a011b02d5eddc693e5634583e0334e4a7"> 125</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a011b02d5eddc693e5634583e0334e4a7">CAmCommandReceiver::getVolume</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <a class="code" href="namespaceam.html#a834886e7c3e4a2d6745ef2b59b485b00">am_mainVolume_t</a>&amp; mainVolume)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#aebd6c2981bc88f4035506d1a23227b08">getSinkMainVolume</a>(sinkID, mainVolume));</div>
-<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;}</div>
-<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;</div>
-<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a59d10a7178e3227d0b8f415308c71179"> 130</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a59d10a7178e3227d0b8f415308c71179">CAmCommandReceiver::getListMainConnections</a>(std::vector&lt;am_MainConnectionType_s&gt; &amp; listConnections)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a3f5299a4c7855c9a152ad7798e21f2ea">getListVisibleMainConnections</a>(listConnections));</div>
-<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;</div>
-<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;}</div>
-<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;</div>
-<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ab7dc13df4c7699dfdae5bcf6c4c1f7fa"> 136</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#ab7dc13df4c7699dfdae5bcf6c4c1f7fa">CAmCommandReceiver::getListMainSinks</a>(std::vector&lt;am_SinkType_s&gt;&amp; listMainSinks)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a168ef0f08fc15b814e0b178dff419846">getListMainSinks</a>(listMainSinks));</div>
-<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;}</div>
-<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;</div>
-<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a59197bfc29443cbae19a26e9c10a4ba3"> 141</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a59197bfc29443cbae19a26e9c10a4ba3">CAmCommandReceiver::getListMainSources</a>(std::vector&lt;am_SourceType_s&gt;&amp; listMainSources)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#aaa602f2e7929ad1e9cc10fd2eda948d8">getListMainSources</a>(listMainSources));</div>
-<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;}</div>
-<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;</div>
-<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a9f2313f8608c5cc7948f1406ec04beb7"> 146</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a9f2313f8608c5cc7948f1406ec04beb7">CAmCommandReceiver::getListMainSinkSoundProperties</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, std::vector&lt;am_MainSoundProperty_s&gt; &amp; listSoundProperties)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a0b64cb67f5424173c31a7abfe19a264c">getListMainSinkSoundProperties</a>(sinkID, listSoundProperties));</div>
-<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;}</div>
-<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;</div>
-<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aa21122ef14406f9454a9033c689bc660"> 151</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aa21122ef14406f9454a9033c689bc660">CAmCommandReceiver::getListMainSourceSoundProperties</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, std::vector&lt;am_MainSoundProperty_s&gt; &amp; listSourceProperties)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#af659b31f091fd1b6890a7dbcb4ec3110">getListMainSourceSoundProperties</a>(sourceID, listSourceProperties));</div>
-<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160;}</div>
-<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;</div>
-<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a2aaf5164223f9d180593a37e96945891"> 156</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a2aaf5164223f9d180593a37e96945891">CAmCommandReceiver::getListSourceClasses</a>(std::vector&lt;am_SourceClass_s&gt; &amp; listSourceClasses)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a596f2f328352a607e92a98af1a50a64c">getListSourceClasses</a>(listSourceClasses));</div>
-<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;}</div>
-<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;</div>
-<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aae42ce7867ffe512f973021b5677b879"> 161</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aae42ce7867ffe512f973021b5677b879">CAmCommandReceiver::getListSinkClasses</a>(std::vector&lt;am_SinkClass_s&gt; &amp; listSinkClasses)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#ae99e0c125fba4122728cf1aa77916951">getListSinkClasses</a>(listSinkClasses));</div>
-<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;}</div>
-<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;</div>
-<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ac088319424792648863e320b78cad915"> 166</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#ac088319424792648863e320b78cad915">CAmCommandReceiver::getListSystemProperties</a>(std::vector&lt;am_SystemProperty_s&gt; &amp; listSystemProperties)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a8165517ad5e06f36dca978476db51d79">getListSystemProperties</a>(listSystemProperties));</div>
-<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;}</div>
-<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;</div>
-<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a05f8b40a07b3c234cd0935794e36a9b9"> 171</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a05f8b40a07b3c234cd0935794e36a9b9">CAmCommandReceiver::getTimingInformation</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a33a5bb7641f58ab3a5f3b86400ad804c">am_mainConnectionID_t</a> mainConnectionID, <a class="code" href="namespaceam.html#ad94ba90e3c8f6bd7e51a15a811755167">am_timeSync_t</a> &amp; delay)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a2746e261c8eda663fca9cb21dbc3f8b2">getTimingInformation</a>(mainConnectionID, delay));</div>
-<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;}</div>
-<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;</div>
-<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a53edef0db4108a19ad395eb426dcc1b3"> 176</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a53edef0db4108a19ad395eb426dcc1b3">CAmCommandReceiver::getDBusConnectionWrapper</a>(<a class="code" href="classam_1_1CAmDbusWrapper.html">CAmDbusWrapper</a>*&amp; dbusConnectionWrapper)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="preprocessor">#ifdef WITH_DBUS_WRAPPER</span></div>
-<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="preprocessor"></span> dbusConnectionWrapper = mDBusWrapper;</div>
-<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; <span class="keywordflow">return</span> (<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>);</div>
-<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;<span class="preprocessor">#else</span></div>
-<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;<span class="preprocessor"></span> dbusConnectionWrapper = NULL;</div>
-<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; <span class="keywordflow">return</span> (<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d">E_UNKNOWN</a>);</div>
-<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/*WITH_DBUS_WRAPPER*/</span><span class="preprocessor"></span></div>
-<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="preprocessor"></span>}</div>
-<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;</div>
-<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a08731671113b46f54657e4849bb1e173"> 187</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a08731671113b46f54657e4849bb1e173">CAmCommandReceiver::getSocketHandler</a>(<a class="code" href="classam_1_1CAmSocketHandler.html">CAmSocketHandler</a> *&amp; socketHandler)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; socketHandler = mSocketHandler;</div>
-<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; <span class="keywordflow">return</span> (<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>);</div>
-<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;}</div>
-<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;</div>
-<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a1f38df5ee6645b0dd765a1bf28dd3f22"> 193</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#a1f38df5ee6645b0dd765a1bf28dd3f22">CAmCommandReceiver::getInterfaceVersion</a>(std::string &amp; version)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; version = <a class="code" href="IAmCommand_8h.html#a2ad3adf378d12d97878ef329b3829f76">CommandVersion</a>;</div>
-<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;}</div>
-<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;</div>
-<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#adc6885dbe3520e6685035b0a89ffea7b"> 198</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#adc6885dbe3520e6685035b0a89ffea7b">CAmCommandReceiver::confirmCommandReady</a>(<span class="keyword">const</span> uint16_t handle, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> error)</div>
-<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160;{</div>
-<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; <span class="keywordflow">if</span> (error !=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>)</div>
-<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; mLastErrorStartup=error;</div>
-<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; mListStartupHandles.erase(std::remove(mListStartupHandles.begin(), mListStartupHandles.end(), handle), mListStartupHandles.end());</div>
-<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; <span class="keywordflow">if</span> (mWaitStartup &amp;&amp; mListStartupHandles.empty())</div>
-<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad57f83fec6cdaba8dd84d2e16b8f00d5">confirmCommandReady</a>(mLastErrorStartup);</div>
-<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;}</div>
-<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;</div>
-<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#af891b5714bde26daca7384758be25d5d"> 207</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#af891b5714bde26daca7384758be25d5d">CAmCommandReceiver::confirmCommandRundown</a>(<span class="keyword">const</span> uint16_t handle, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> error)</div>
-<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;{</div>
-<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <span class="keywordflow">if</span> (error !=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>)</div>
-<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; mLastErrorRundown=error;</div>
-<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; mListRundownHandles.erase(std::remove(mListRundownHandles.begin(), mListRundownHandles.end(), handle), mListRundownHandles.end());</div>
-<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; <span class="keywordflow">if</span> (mWaitRundown &amp;&amp; mListRundownHandles.empty())</div>
-<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad7d8499e2a4064e02a606277df3ca5ad">confirmCommandRundown</a>(mLastErrorRundown);</div>
-<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;}</div>
-<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;</div>
-<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a125412a71cb384ae9ec4b37821f79513"> 216</a></span>&#160;uint16_t <a class="code" href="classam_1_1CAmCommandReceiver.html#a125412a71cb384ae9ec4b37821f79513">CAmCommandReceiver::getStartupHandle</a>()</div>
-<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160;{</div>
-<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160; uint16_t handle = ++handleCount; <span class="comment">//todo: handle overflow</span></div>
-<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; mListStartupHandles.push_back(handle);</div>
-<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; <span class="keywordflow">return</span> (handle);</div>
-<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160;}</div>
-<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;</div>
-<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#abe0af0067c2f0db347ee8118362cb267"> 223</a></span>&#160;uint16_t <a class="code" href="classam_1_1CAmCommandReceiver.html#abe0af0067c2f0db347ee8118362cb267">CAmCommandReceiver::getRundownHandle</a>()</div>
-<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160;{</div>
-<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; uint16_t handle = ++handleCount; <span class="comment">//todo: handle overflow</span></div>
-<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; mListRundownHandles.push_back(handle);</div>
-<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; <span class="keywordflow">return</span> (handle);</div>
-<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;}</div>
-<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160;</div>
-<div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ae29eaa1befc7c2d741920d567b89df9e"> 230</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#ae29eaa1befc7c2d741920d567b89df9e">CAmCommandReceiver::waitOnStartup</a>(<span class="keywordtype">bool</span> startup)</div>
-<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;{</div>
-<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160; mWaitStartup = startup;</div>
-<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; mLastErrorStartup=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>;</div>
-<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160;}</div>
-<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;</div>
-<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a5e49b6d510658f1ccc2547ce5fc38dac"> 236</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a5e49b6d510658f1ccc2547ce5fc38dac">CAmCommandReceiver::getListMainSinkNotificationConfigurations</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, std::vector&lt;am_NotificationConfiguration_s&gt;&amp; listMainNotificationConfigurations)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a252935537b216de55eb4a863503eea91">getListMainSinkNotificationConfigurations</a>(sinkID,listMainNotificationConfigurations));</div>
-<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;}</div>
-<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160;</div>
-<div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a953a590cf51c6a02d631c2d324d81d78"> 241</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a953a590cf51c6a02d631c2d324d81d78">CAmCommandReceiver::getListMainSourceNotificationConfigurations</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, std::vector&lt;am_NotificationConfiguration_s&gt;&amp; listMainNotificationConfigurations)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160;<span class="keyword"></span>{</div>
-<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a584e7f24422b91763c10021933240a0a">getListMainSourceNotificationConfigurations</a>(sourceID,listMainNotificationConfigurations));</div>
-<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;}</div>
-<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;</div>
-<div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a7db57dfbc72f455545aa0d61013171d3"> 246</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a7db57dfbc72f455545aa0d61013171d3">CAmCommandReceiver::setMainSinkNotificationConfiguration</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> <a class="code" href="structam_1_1am__NotificationConfiguration__s.html">am_NotificationConfiguration_s</a>&amp; mainNotificationConfiguration)</div>
-<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;{</div>
-<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::setMainSinkNotificationConfiguration got called, sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot; type=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#ab3c479eda9f228cd981e217142ea84bf">type</a>, <span class="stringliteral">&quot; parameter=&quot;</span>, mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#abc567830bd6c0d470b344a62d51bd5d0">parameter</a>, <span class="stringliteral">&quot;status=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#a572962899f2aa344051a41eaebd71ddc">status</a>);</div>
-<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a16a0498beb28d7491656fba5407b84ba">hookUserSetMainSinkNotificationConfiguration</a>(sinkID,mainNotificationConfiguration));</div>
-<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;}</div>
-<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;</div>
-<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a27b26681681cbceaa5d18253a0d6a644"> 252</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a27b26681681cbceaa5d18253a0d6a644">CAmCommandReceiver::setMainSourceNotificationConfiguration</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, <span class="keyword">const</span> <a class="code" href="structam_1_1am__NotificationConfiguration__s.html">am_NotificationConfiguration_s</a>&amp; mainNotificationConfiguration)</div>
-<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160;{</div>
-<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<span class="stringliteral">&quot;CommandReceiver::setMainSourceNotificationConfiguration got called, sourceID=&quot;</span>, sourceID, <span class="stringliteral">&quot; type=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#ab3c479eda9f228cd981e217142ea84bf">type</a>, <span class="stringliteral">&quot; parameter=&quot;</span>, mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#abc567830bd6c0d470b344a62d51bd5d0">parameter</a>, <span class="stringliteral">&quot;status=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#a572962899f2aa344051a41eaebd71ddc">status</a>);</div>
-<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ae84b7b255db7b4527063539047dae4ef">hookUserSetMainSourceNotificationConfiguration</a>(sourceID,mainNotificationConfiguration));</div>
-<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;}</div>
-<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160;</div>
-<div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#adcc5b296afe649aa9bec7c8e4af6eb49"> 258</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#adcc5b296afe649aa9bec7c8e4af6eb49">CAmCommandReceiver::waitOnRundown</a>(<span class="keywordtype">bool</span> rundown)</div>
-<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160;{</div>
-<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160; mWaitRundown = rundown;</div>
-<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; mLastErrorStartup=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>;</div>
-<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160;}</div>
-<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160;</div>
-<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;}</div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a62d8f5aee1e601d59f993c5a5561e234"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a62d8f5aee1e601d59f993c5a5561e234">am::CAmCommandReceiver::connect</a></div><div class="ttdeci">am_Error_e connect(const am_sourceID_t sourceID, const am_sinkID_t sinkID, am_mainConnectionID_t &amp;mainConnectionID)</div><div class="ttdoc">connects a source to sink </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00077">CAmCommandReceiver.cpp:77</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_abe0af0067c2f0db347ee8118362cb267"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#abe0af0067c2f0db347ee8118362cb267">am::CAmCommandReceiver::getRundownHandle</a></div><div class="ttdeci">uint16_t getRundownHandle()</div><div class="ttdoc">returns a rundown handle </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00223">CAmCommandReceiver.cpp:223</a></div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_ad9e6c45492e72c9994652d0f2a9d1abd"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad9e6c45492e72c9994652d0f2a9d1abd">am::CAmControlSender::hookUserVolumeChange</a></div><div class="ttdeci">am_Error_e hookUserVolumeChange(const am_sinkID_t SinkID, const am_mainVolume_t newVolume)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00192">CAmControlSender.cpp:192</a></div></div>
+<a href="CAmCommandReceiver_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmCommandReceiver_8h.html">CAmCommandReceiver.h</a>&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;cassert&gt;</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;algorithm&gt;</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="IAmDatabaseHandler_8h.html">IAmDatabaseHandler.h</a>&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmControlSender_8h.html">CAmControlSender.h</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmDltWrapper_8h.html">CAmDltWrapper.h</a>&quot;</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="CAmSocketHandler_8h.html">CAmSocketHandler.h</a>&quot;</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168"> 32</a></span>&#160;<span class="preprocessor">#define __METHOD_NAME__ std::string (std::string(&quot;CAmCommandReceiver::&quot;) + __func__)</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceam.html">am</a></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;{</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa"> 37</a></span>&#160;<a class="code" href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa">CAmCommandReceiver::CAmCommandReceiver</a>(<a class="code" href="classam_1_1IAmDatabaseHandler.html">IAmDatabaseHandler</a> *iDatabaseHandler, <a class="code" href="classam_1_1CAmControlSender.html">CAmControlSender</a> *iControlSender, <a class="code" href="classam_1_1CAmSocketHandler.html">CAmSocketHandler</a> *iSocketHandler) :</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; mDatabaseHandler(iDatabaseHandler), <span class="comment">//</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; mControlSender(iControlSender), <span class="comment">//</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; mDBusWrapper(NULL), <span class="comment">//</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; mSocketHandler(iSocketHandler), <span class="comment">//</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; handleCount(0),<span class="comment">//</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; mListStartupHandles(), <span class="comment">//</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; mListRundownHandles(), <span class="comment">//</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; mWaitStartup(false), <span class="comment">//</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; mWaitRundown(false),</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; mLastErrorStartup(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>), <span class="comment">//</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; mLastErrorRundown(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>) <span class="comment">//</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;{</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; assert(mDatabaseHandler!=NULL);</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; assert(mSocketHandler!=NULL);</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; assert(mControlSender!=NULL);</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;}</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a82bbfe1973463fc554ac993c25d5ca4e"> 56</a></span>&#160;<a class="code" href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa">CAmCommandReceiver::CAmCommandReceiver</a>(<a class="code" href="classam_1_1IAmDatabaseHandler.html">IAmDatabaseHandler</a> *iDatabaseHandler, <a class="code" href="classam_1_1CAmControlSender.html">CAmControlSender</a> *iControlSender, <a class="code" href="classam_1_1CAmSocketHandler.html">CAmSocketHandler</a> *iSocketHandler, <a class="code" href="classam_1_1CAmDbusWrapper.html">CAmDbusWrapper</a> *iDBusWrapper) :</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; mDatabaseHandler(iDatabaseHandler), <span class="comment">//</span></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; mControlSender(iControlSender), <span class="comment">//</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; mDBusWrapper(iDBusWrapper), <span class="comment">//</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; mSocketHandler(iSocketHandler), <span class="comment">//</span></div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; handleCount(0),<span class="comment">//</span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; mListStartupHandles(), <span class="comment">//</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; mListRundownHandles(), <span class="comment">//</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; mWaitStartup(false), <span class="comment">//</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; mWaitRundown(false), <span class="comment">//</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; mLastErrorStartup(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d">E_UNKNOWN</a>), <span class="comment">//</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; mLastErrorRundown(<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d">E_UNKNOWN</a>)</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;{</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; assert(mDatabaseHandler!=NULL);</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; assert(mSocketHandler!=NULL);</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; assert(mControlSender!=NULL);</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; assert(mDBusWrapper!=NULL);</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;}</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a32bb0e128a996e3ad891111260802146"> 75</a></span>&#160;<a class="code" href="classam_1_1CAmCommandReceiver.html#a32bb0e128a996e3ad891111260802146">CAmCommandReceiver::~CAmCommandReceiver</a>()</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;{</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;}</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a62d8f5aee1e601d59f993c5a5561e234"> 79</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a62d8f5aee1e601d59f993c5a5561e234">CAmCommandReceiver::connect</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <a class="code" href="namespaceam.html#a33a5bb7641f58ab3a5f3b86400ad804c">am_mainConnectionID_t</a> &amp; mainConnectionID)</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;{</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sourceID=&quot;</span>, sourceID, <span class="stringliteral">&quot;sinkID=&quot;</span>, sinkID);</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ac1bdb116a00b8b75cf4c4558e184b832">hookUserConnectionRequest</a>(sourceID, sinkID, mainConnectionID));</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;}</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aa24d0146f4e3c75e02d6c0152e246da1"> 85</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aa24d0146f4e3c75e02d6c0152e246da1">CAmCommandReceiver::disconnect</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a33a5bb7641f58ab3a5f3b86400ad804c">am_mainConnectionID_t</a> mainConnectionID)</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;{</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;mainConnectionID=&quot;</span>, mainConnectionID);</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a39bb9b4f25e1c162d6a3daf344944960">hookUserDisconnectionRequest</a>(mainConnectionID));</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;}</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;</div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a6d47bc67473d75495260abe8c666fc7e"> 91</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a6d47bc67473d75495260abe8c666fc7e">CAmCommandReceiver::setVolume</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> <a class="code" href="namespaceam.html#a834886e7c3e4a2d6745ef2b59b485b00">am_mainVolume_t</a> volume)</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;{</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;volume=&quot;</span>, volume);</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad9e6c45492e72c9994652d0f2a9d1abd">hookUserVolumeChange</a>(sinkID, volume));</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;}</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ad7a4c1fe5a2ecfaae5484a14d8820e58"> 97</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#ad7a4c1fe5a2ecfaae5484a14d8820e58">CAmCommandReceiver::volumeStep</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> int16_t <a class="code" href="classam_1_1CAmCommandReceiver.html#ad7a4c1fe5a2ecfaae5484a14d8820e58">volumeStep</a>)</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;{</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;volumeStep=&quot;</span>, volumeStep);</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a3880c0627b1d1360120c6bb294d45cdf">hookUserVolumeStep</a>(sinkID, volumeStep));</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;}</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;</div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#afae22041843c5349be16a6593d3ebb9c"> 103</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#afae22041843c5349be16a6593d3ebb9c">CAmCommandReceiver::setSinkMuteState</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> <a class="code" href="namespaceam.html#af9d68f1f1b0553906df4c90e9a860ffa">am_MuteState_e</a> muteState)</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;{</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;muteState=&quot;</span>, muteState);</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad34e16a4b571a5dc70c7081f96015d53">hookUserSetSinkMuteState</a>(sinkID, muteState));</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;}</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;</div><div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aa3044c8587e0674bc107d607b6863b99"> 109</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aa3044c8587e0674bc107d607b6863b99">CAmCommandReceiver::setMainSinkSoundProperty</a>(<span class="keyword">const</span> <a class="code" href="structam_1_1am__MainSoundProperty__s.html">am_MainSoundProperty_s</a> &amp; soundProperty, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID)</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;{</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot;soundPropertyType=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#ab17e9104be5d9d055cd07fd2369e8218">type</a>, <span class="stringliteral">&quot;soundPropertyValue=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#a66c11369472cdf8d870b7976e08336a1">value</a>);</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a0d93a02239f6a1bdc5279b03eae891bd">hookUserSetMainSinkSoundProperty</a>(sinkID, soundProperty));</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;}</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;</div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a5275e9a3ed66acbe860729dd4665d7a1"> 115</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a5275e9a3ed66acbe860729dd4665d7a1">CAmCommandReceiver::setMainSourceSoundProperty</a>(<span class="keyword">const</span> <a class="code" href="structam_1_1am__MainSoundProperty__s.html">am_MainSoundProperty_s</a> &amp; soundProperty, <span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID)</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;{</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sourceID=&quot;</span>, sourceID, <span class="stringliteral">&quot;soundPropertyType=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#ab17e9104be5d9d055cd07fd2369e8218">type</a>, <span class="stringliteral">&quot;soundPropertyValue=&quot;</span>, soundProperty.<a class="code" href="structam_1_1am__MainSoundProperty__s.html#a66c11369472cdf8d870b7976e08336a1">value</a>);</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ac809407580b0bfd81ad853320beb3a75">hookUserSetMainSourceSoundProperty</a>(sourceID, soundProperty));</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160;}</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;</div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a33b0ab5fca8c82ce91b19f08c34471f8"> 121</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a33b0ab5fca8c82ce91b19f08c34471f8">CAmCommandReceiver::setSystemProperty</a>(<span class="keyword">const</span> <a class="code" href="structam_1_1am__SystemProperty__s.html">am_SystemProperty_s</a> &amp; property)</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;{</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;type=&quot;</span>, property.<a class="code" href="structam_1_1am__SystemProperty__s.html#a399604c89488c2bdba69fe4e6e862288">type</a>, <span class="stringliteral">&quot;systemPropertyValue=&quot;</span>, property.<a class="code" href="structam_1_1am__SystemProperty__s.html#a00fc776e22144844f56e2c895e8723f6">value</a>);</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#af92be6d9b34c296d2ba1b5908c8d66a4">hookUserSetSystemProperty</a>(property));</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;}</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a011b02d5eddc693e5634583e0334e4a7"> 127</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a011b02d5eddc693e5634583e0334e4a7">CAmCommandReceiver::getVolume</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <a class="code" href="namespaceam.html#a834886e7c3e4a2d6745ef2b59b485b00">am_mainVolume_t</a>&amp; mainVolume)<span class="keyword"> const</span></div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#aebd6c2981bc88f4035506d1a23227b08">getSinkMainVolume</a>(sinkID, mainVolume));</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;}</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;</div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a59d10a7178e3227d0b8f415308c71179"> 132</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a59d10a7178e3227d0b8f415308c71179">CAmCommandReceiver::getListMainConnections</a>(std::vector&lt;am_MainConnectionType_s&gt; &amp; listConnections)<span class="keyword"> const</span></div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a3f5299a4c7855c9a152ad7798e21f2ea">getListVisibleMainConnections</a>(listConnections));</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;}</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;</div><div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ab7dc13df4c7699dfdae5bcf6c4c1f7fa"> 137</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#ab7dc13df4c7699dfdae5bcf6c4c1f7fa">CAmCommandReceiver::getListMainSinks</a>(std::vector&lt;am_SinkType_s&gt;&amp; listMainSinks)<span class="keyword"> const</span></div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a168ef0f08fc15b814e0b178dff419846">getListMainSinks</a>(listMainSinks));</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160;}</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;</div><div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a59197bfc29443cbae19a26e9c10a4ba3"> 142</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a59197bfc29443cbae19a26e9c10a4ba3">CAmCommandReceiver::getListMainSources</a>(std::vector&lt;am_SourceType_s&gt;&amp; listMainSources)<span class="keyword"> const</span></div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#aaa602f2e7929ad1e9cc10fd2eda948d8">getListMainSources</a>(listMainSources));</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;}</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;</div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a9f2313f8608c5cc7948f1406ec04beb7"> 147</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a9f2313f8608c5cc7948f1406ec04beb7">CAmCommandReceiver::getListMainSinkSoundProperties</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, std::vector&lt;am_MainSoundProperty_s&gt; &amp; listSoundProperties)<span class="keyword"> const</span></div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a0b64cb67f5424173c31a7abfe19a264c">getListMainSinkSoundProperties</a>(sinkID, listSoundProperties));</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;}</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;</div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aa21122ef14406f9454a9033c689bc660"> 152</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aa21122ef14406f9454a9033c689bc660">CAmCommandReceiver::getListMainSourceSoundProperties</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, std::vector&lt;am_MainSoundProperty_s&gt; &amp; listSourceProperties)<span class="keyword"> const</span></div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#af659b31f091fd1b6890a7dbcb4ec3110">getListMainSourceSoundProperties</a>(sourceID, listSourceProperties));</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;}</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;</div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a2aaf5164223f9d180593a37e96945891"> 157</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a2aaf5164223f9d180593a37e96945891">CAmCommandReceiver::getListSourceClasses</a>(std::vector&lt;am_SourceClass_s&gt; &amp; listSourceClasses)<span class="keyword"> const</span></div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a596f2f328352a607e92a98af1a50a64c">getListSourceClasses</a>(listSourceClasses));</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;}</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;</div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#aae42ce7867ffe512f973021b5677b879"> 162</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#aae42ce7867ffe512f973021b5677b879">CAmCommandReceiver::getListSinkClasses</a>(std::vector&lt;am_SinkClass_s&gt; &amp; listSinkClasses)<span class="keyword"> const</span></div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#ae99e0c125fba4122728cf1aa77916951">getListSinkClasses</a>(listSinkClasses));</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;}</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;</div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ac088319424792648863e320b78cad915"> 167</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#ac088319424792648863e320b78cad915">CAmCommandReceiver::getListSystemProperties</a>(std::vector&lt;am_SystemProperty_s&gt; &amp; listSystemProperties)<span class="keyword"> const</span></div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a8165517ad5e06f36dca978476db51d79">getListSystemProperties</a>(listSystemProperties));</div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;}</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;</div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a05f8b40a07b3c234cd0935794e36a9b9"> 172</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a05f8b40a07b3c234cd0935794e36a9b9">CAmCommandReceiver::getTimingInformation</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a33a5bb7641f58ab3a5f3b86400ad804c">am_mainConnectionID_t</a> mainConnectionID, <a class="code" href="namespaceam.html#ad94ba90e3c8f6bd7e51a15a811755167">am_timeSync_t</a> &amp; delay)<span class="keyword"> const</span></div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a2746e261c8eda663fca9cb21dbc3f8b2">getTimingInformation</a>(mainConnectionID, delay));</div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;}</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;</div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a53edef0db4108a19ad395eb426dcc1b3"> 177</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a53edef0db4108a19ad395eb426dcc1b3">CAmCommandReceiver::getDBusConnectionWrapper</a>(<a class="code" href="classam_1_1CAmDbusWrapper.html">CAmDbusWrapper</a>*&amp; dbusConnectionWrapper)<span class="keyword"> const</span></div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="preprocessor">#ifdef WITH_DBUS_WRAPPER</span></div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; dbusConnectionWrapper = mDBusWrapper;</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; <span class="keywordflow">return</span> (<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>);</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; dbusConnectionWrapper = NULL;</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; <span class="keywordflow">return</span> (<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d">E_UNKNOWN</a>);</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/*WITH_DBUS_WRAPPER*/</span><span class="preprocessor"></span></div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;}</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;</div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a08731671113b46f54657e4849bb1e173"> 188</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a08731671113b46f54657e4849bb1e173">CAmCommandReceiver::getSocketHandler</a>(<a class="code" href="classam_1_1CAmSocketHandler.html">CAmSocketHandler</a> *&amp; socketHandler)<span class="keyword"> const</span></div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; socketHandler = mSocketHandler;</div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; <span class="keywordflow">return</span> (<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>);</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;}</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;</div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a1f38df5ee6645b0dd765a1bf28dd3f22"> 194</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#a1f38df5ee6645b0dd765a1bf28dd3f22">CAmCommandReceiver::getInterfaceVersion</a>(std::string &amp; version)<span class="keyword"> const</span></div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; version = <a class="code" href="IAmCommand_8h.html#a2ad3adf378d12d97878ef329b3829f76">CommandVersion</a>;</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;}</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;</div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#adc6885dbe3520e6685035b0a89ffea7b"> 199</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#adc6885dbe3520e6685035b0a89ffea7b">CAmCommandReceiver::confirmCommandReady</a>(<span class="keyword">const</span> uint16_t handle, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> error)</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;{</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; <span class="keywordflow">if</span> (error !=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>)</div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; mLastErrorStartup=error;</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; mListStartupHandles.erase(std::remove(mListStartupHandles.begin(), mListStartupHandles.end(), handle), mListStartupHandles.end());</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; <span class="keywordflow">if</span> (mWaitStartup &amp;&amp; mListStartupHandles.empty())</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad57f83fec6cdaba8dd84d2e16b8f00d5">confirmCommandReady</a>(mLastErrorStartup);</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;}</div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;</div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#af891b5714bde26daca7384758be25d5d"> 208</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#af891b5714bde26daca7384758be25d5d">CAmCommandReceiver::confirmCommandRundown</a>(<span class="keyword">const</span> uint16_t handle, <span class="keyword">const</span> <a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> error)</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;{</div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; <span class="keywordflow">if</span> (error !=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>)</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; mLastErrorRundown=error;</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; mListRundownHandles.erase(std::remove(mListRundownHandles.begin(), mListRundownHandles.end(), handle), mListRundownHandles.end());</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160; <span class="keywordflow">if</span> (mWaitRundown &amp;&amp; mListRundownHandles.empty())</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160; mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ad7d8499e2a4064e02a606277df3ca5ad">confirmCommandRundown</a>(mLastErrorRundown);</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;}</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;</div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a125412a71cb384ae9ec4b37821f79513"> 217</a></span>&#160;uint16_t <a class="code" href="classam_1_1CAmCommandReceiver.html#a125412a71cb384ae9ec4b37821f79513">CAmCommandReceiver::getStartupHandle</a>()</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160;{</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160; uint16_t handle = ++handleCount; <span class="comment">//todo: handle overflow</span></div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160; mListStartupHandles.push_back(handle);</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; <span class="keywordflow">return</span> (handle);</div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;}</div><div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;</div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#abe0af0067c2f0db347ee8118362cb267"> 224</a></span>&#160;uint16_t <a class="code" href="classam_1_1CAmCommandReceiver.html#abe0af0067c2f0db347ee8118362cb267">CAmCommandReceiver::getRundownHandle</a>()</div><div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160;{</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; uint16_t handle = ++handleCount; <span class="comment">//todo: handle overflow</span></div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; mListRundownHandles.push_back(handle);</div><div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; <span class="keywordflow">return</span> (handle);</div><div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160;}</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;</div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#ae29eaa1befc7c2d741920d567b89df9e"> 231</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#ae29eaa1befc7c2d741920d567b89df9e">CAmCommandReceiver::waitOnStartup</a>(<span class="keywordtype">bool</span> startup)</div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;{</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; mWaitStartup = startup;</div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160; mLastErrorStartup=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>;</div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;}</div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160;</div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a5e49b6d510658f1ccc2547ce5fc38dac"> 237</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a5e49b6d510658f1ccc2547ce5fc38dac">CAmCommandReceiver::getListMainSinkNotificationConfigurations</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, std::vector&lt;am_NotificationConfiguration_s&gt;&amp; listMainNotificationConfigurations)<span class="keyword"> const</span></div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a252935537b216de55eb4a863503eea91">getListMainSinkNotificationConfigurations</a>(sinkID,listMainNotificationConfigurations));</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160;}</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160;</div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a953a590cf51c6a02d631c2d324d81d78"> 242</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a953a590cf51c6a02d631c2d324d81d78">CAmCommandReceiver::getListMainSourceNotificationConfigurations</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, std::vector&lt;am_NotificationConfiguration_s&gt;&amp; listMainNotificationConfigurations)<span class="keyword"> const</span></div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;<span class="keyword"></span>{</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <span class="keywordflow">return</span> (mDatabaseHandler-&gt;<a class="code" href="classam_1_1IAmDatabaseHandler.html#a584e7f24422b91763c10021933240a0a">getListMainSourceNotificationConfigurations</a>(sourceID,listMainNotificationConfigurations));</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160;}</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160;</div><div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a7db57dfbc72f455545aa0d61013171d3"> 247</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a7db57dfbc72f455545aa0d61013171d3">CAmCommandReceiver::setMainSinkNotificationConfiguration</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am_sinkID_t</a> sinkID, <span class="keyword">const</span> <a class="code" href="structam_1_1am__NotificationConfiguration__s.html">am_NotificationConfiguration_s</a>&amp; mainNotificationConfiguration)</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;{</div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sinkID=&quot;</span>, sinkID, <span class="stringliteral">&quot; type=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#ab3c479eda9f228cd981e217142ea84bf">type</a>, <span class="stringliteral">&quot; parameter=&quot;</span>, mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#abc567830bd6c0d470b344a62d51bd5d0">parameter</a>, <span class="stringliteral">&quot;status=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#a572962899f2aa344051a41eaebd71ddc">status</a>);</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#a16a0498beb28d7491656fba5407b84ba">hookUserSetMainSinkNotificationConfiguration</a>(sinkID,mainNotificationConfiguration));</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;}</div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160;</div><div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#a27b26681681cbceaa5d18253a0d6a644"> 253</a></span>&#160;<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am_Error_e</a> <a class="code" href="classam_1_1CAmCommandReceiver.html#a27b26681681cbceaa5d18253a0d6a644">CAmCommandReceiver::setMainSourceNotificationConfiguration</a>(<span class="keyword">const</span> <a class="code" href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am_sourceID_t</a> sourceID, <span class="keyword">const</span> <a class="code" href="structam_1_1am__NotificationConfiguration__s.html">am_NotificationConfiguration_s</a>&amp; mainNotificationConfiguration)</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;{</div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160; <a class="code" href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">logInfo</a>(<a class="code" href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a>,<span class="stringliteral">&quot;sourceID=&quot;</span>, sourceID, <span class="stringliteral">&quot; type=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#ab3c479eda9f228cd981e217142ea84bf">type</a>, <span class="stringliteral">&quot; parameter=&quot;</span>, mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#abc567830bd6c0d470b344a62d51bd5d0">parameter</a>, <span class="stringliteral">&quot;status=&quot;</span>,mainNotificationConfiguration.<a class="code" href="structam_1_1am__NotificationConfiguration__s.html#a572962899f2aa344051a41eaebd71ddc">status</a>);</div><div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160; <span class="keywordflow">return</span> (mControlSender-&gt;<a class="code" href="classam_1_1CAmControlSender.html#ae84b7b255db7b4527063539047dae4ef">hookUserSetMainSourceNotificationConfiguration</a>(sourceID,mainNotificationConfiguration));</div><div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160;}</div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;</div><div class="line"><a name="l00259"></a><span class="lineno"><a class="line" href="classam_1_1CAmCommandReceiver.html#adcc5b296afe649aa9bec7c8e4af6eb49"> 259</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="classam_1_1CAmCommandReceiver.html#adcc5b296afe649aa9bec7c8e4af6eb49">CAmCommandReceiver::waitOnRundown</a>(<span class="keywordtype">bool</span> rundown)</div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160;{</div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; mWaitRundown = rundown;</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160; mLastErrorStartup=<a class="code" href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">E_OK</a>;</div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160;}</div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;</div><div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;}</div><div class="ttc" id="classam_1_1CAmCommandReceiver_html_a62d8f5aee1e601d59f993c5a5561e234"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a62d8f5aee1e601d59f993c5a5561e234">am::CAmCommandReceiver::connect</a></div><div class="ttdeci">am_Error_e connect(const am_sourceID_t sourceID, const am_sinkID_t sinkID, am_mainConnectionID_t &amp;mainConnectionID)</div><div class="ttdoc">connects a source to sink </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00079">CAmCommandReceiver.cpp:79</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_abe0af0067c2f0db347ee8118362cb267"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#abe0af0067c2f0db347ee8118362cb267">am::CAmCommandReceiver::getRundownHandle</a></div><div class="ttdeci">uint16_t getRundownHandle()</div><div class="ttdoc">returns a rundown handle </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00224">CAmCommandReceiver.cpp:224</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_ad9e6c45492e72c9994652d0f2a9d1abd"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad9e6c45492e72c9994652d0f2a9d1abd">am::CAmControlSender::hookUserVolumeChange</a></div><div class="ttdeci">am_Error_e hookUserVolumeChange(const am_sinkID_t SinkID, const am_mainVolume_t newVolume)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00205">CAmControlSender.cpp:205</a></div></div>
<div class="ttc" id="IAmCommand_8h_html_a2ad3adf378d12d97878ef329b3829f76"><div class="ttname"><a href="IAmCommand_8h.html#a2ad3adf378d12d97878ef329b3829f76">CommandVersion</a></div><div class="ttdeci">#define CommandVersion</div><div class="ttdef"><b>Definition:</b> <a href="IAmCommand_8h_source.html#l00037">IAmCommand.h:37</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a27b26681681cbceaa5d18253a0d6a644"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a27b26681681cbceaa5d18253a0d6a644">am::CAmCommandReceiver::setMainSourceNotificationConfiguration</a></div><div class="ttdeci">am_Error_e setMainSourceNotificationConfiguration(const am_sourceID_t sourceID, const am_NotificationConfiguration_s &amp;mainNotificationConfiguration)</div><div class="ttdoc">sets a MainNotificationConfiuration. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00252">CAmCommandReceiver.cpp:252</a></div></div>
+<div class="ttc" id="namespaceam_html"><div class="ttname"><a href="namespaceam.html">am</a></div><div class="ttdoc">A Common-API wrapper class, which loads the common-api runtime and instantiates all necessary objects...</div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8h_source.html#l00029">CAmCommandReceiver.h:29</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a27b26681681cbceaa5d18253a0d6a644"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a27b26681681cbceaa5d18253a0d6a644">am::CAmCommandReceiver::setMainSourceNotificationConfiguration</a></div><div class="ttdeci">am_Error_e setMainSourceNotificationConfiguration(const am_sourceID_t sourceID, const am_NotificationConfiguration_s &amp;mainNotificationConfiguration)</div><div class="ttdoc">sets a MainNotificationConfiuration. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00253">CAmCommandReceiver.cpp:253</a></div></div>
<div class="ttc" id="structam_1_1am__NotificationConfiguration__s_html_ab3c479eda9f228cd981e217142ea84bf"><div class="ttname"><a href="structam_1_1am__NotificationConfiguration__s.html#ab3c479eda9f228cd981e217142ea84bf">am::am_NotificationConfiguration_s::type</a></div><div class="ttdeci">am_CustomNotificationType_t type</div><div class="ttdoc">The notification type of the notification. </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l01116">audiomanagertypes.h:1116</a></div></div>
<div class="ttc" id="namespaceam_html_aa3dcb70029da317d661b6f422de1b4ce"><div class="ttname"><a href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4ce">am::am_Error_e</a></div><div class="ttdeci">am_Error_e</div><div class="ttdoc">the errors of the audiomanager. </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00337">audiomanagertypes.h:337</a></div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_a0d93a02239f6a1bdc5279b03eae891bd"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a0d93a02239f6a1bdc5279b03eae891bd">am::CAmControlSender::hookUserSetMainSinkSoundProperty</a></div><div class="ttdeci">am_Error_e hookUserSetMainSinkSoundProperty(const am_sinkID_t sinkID, const am_MainSoundProperty_s &amp;soundProperty)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00174">CAmControlSender.cpp:174</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_a0d93a02239f6a1bdc5279b03eae891bd"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a0d93a02239f6a1bdc5279b03eae891bd">am::CAmControlSender::hookUserSetMainSinkSoundProperty</a></div><div class="ttdeci">am_Error_e hookUserSetMainSinkSoundProperty(const am_sinkID_t sinkID, const am_MainSoundProperty_s &amp;soundProperty)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00187">CAmControlSender.cpp:187</a></div></div>
<div class="ttc" id="structam_1_1am__NotificationConfiguration__s_html"><div class="ttname"><a href="structam_1_1am__NotificationConfiguration__s.html">am::am_NotificationConfiguration_s</a></div><div class="ttdoc">This struct holds information about the configuration for notifications. </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l01109">audiomanagertypes.h:1109</a></div></div>
-<div class="ttc" id="namespaceam_html_a47d650dc91db97c1f9323b4ed5cf4fd6"><div class="ttname"><a href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">am::logInfo</a></div><div class="ttdeci">void logInfo(T value, TArgs...args)</div><div class="ttdoc">logs given values with infolevel with the default context </div><div class="ttdef"><b>Definition:</b> <a href="CAmDltWrapper_8h_source.html#l00405">CAmDltWrapper.h:405</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a1f38df5ee6645b0dd765a1bf28dd3f22"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a1f38df5ee6645b0dd765a1bf28dd3f22">am::CAmCommandReceiver::getInterfaceVersion</a></div><div class="ttdeci">void getInterfaceVersion(std::string &amp;version) const </div><div class="ttdoc">This function returns the version of the interface. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00193">CAmCommandReceiver.cpp:193</a></div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_a39bb9b4f25e1c162d6a3daf344944960"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a39bb9b4f25e1c162d6a3daf344944960">am::CAmControlSender::hookUserDisconnectionRequest</a></div><div class="ttdeci">am_Error_e hookUserDisconnectionRequest(const am_mainConnectionID_t connectionID)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00168">CAmControlSender.cpp:168</a></div></div>
+<div class="ttc" id="namespaceam_html_a47d650dc91db97c1f9323b4ed5cf4fd6"><div class="ttname"><a href="namespaceam.html#a47d650dc91db97c1f9323b4ed5cf4fd6">am::logInfo</a></div><div class="ttdeci">void logInfo(T value, TArgs...args)</div><div class="ttdoc">logs given values with infolevel with the default context </div><div class="ttdef"><b>Definition:</b> <a href="CAmDltWrapper_8h_source.html#l00420">CAmDltWrapper.h:420</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a1f38df5ee6645b0dd765a1bf28dd3f22"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a1f38df5ee6645b0dd765a1bf28dd3f22">am::CAmCommandReceiver::getInterfaceVersion</a></div><div class="ttdeci">void getInterfaceVersion(std::string &amp;version) const </div><div class="ttdoc">This function returns the version of the interface. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00194">CAmCommandReceiver.cpp:194</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_a39bb9b4f25e1c162d6a3daf344944960"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a39bb9b4f25e1c162d6a3daf344944960">am::CAmControlSender::hookUserDisconnectionRequest</a></div><div class="ttdeci">am_Error_e hookUserDisconnectionRequest(const am_mainConnectionID_t connectionID)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00181">CAmControlSender.cpp:181</a></div></div>
<div class="ttc" id="namespaceam_html_af9d68f1f1b0553906df4c90e9a860ffa"><div class="ttname"><a href="namespaceam.html#af9d68f1f1b0553906df4c90e9a860ffa">am::am_MuteState_e</a></div><div class="ttdeci">am_MuteState_e</div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00392">audiomanagertypes.h:392</a></div></div>
<div class="ttc" id="structam_1_1am__MainSoundProperty__s_html_a66c11369472cdf8d870b7976e08336a1"><div class="ttname"><a href="structam_1_1am__MainSoundProperty__s.html#a66c11369472cdf8d870b7976e08336a1">am::am_MainSoundProperty_s::value</a></div><div class="ttdeci">int16_t value</div><div class="ttdoc">the actual value </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l01019">audiomanagertypes.h:1019</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a596f2f328352a607e92a98af1a50a64c"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a596f2f328352a607e92a98af1a50a64c">am::IAmDatabaseHandler::getListSourceClasses</a></div><div class="ttdeci">virtual am_Error_e getListSourceClasses(std::vector&lt; am_SourceClass_s &gt; &amp;listSourceClasses) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_af891b5714bde26daca7384758be25d5d"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#af891b5714bde26daca7384758be25d5d">am::CAmCommandReceiver::confirmCommandRundown</a></div><div class="ttdeci">void confirmCommandRundown(const uint16_t handle, const am_Error_e error)</div><div class="ttdoc">asynchronous confirmation of setCommandRundown </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00207">CAmCommandReceiver.cpp:207</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a05f8b40a07b3c234cd0935794e36a9b9"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a05f8b40a07b3c234cd0935794e36a9b9">am::CAmCommandReceiver::getTimingInformation</a></div><div class="ttdeci">am_Error_e getTimingInformation(const am_mainConnectionID_t mainConnectionID, am_timeSync_t &amp;delay) const </div><div class="ttdoc">returns the delay in ms that the audiopath for the given mainConnection has </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00171">CAmCommandReceiver.cpp:171</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_af891b5714bde26daca7384758be25d5d"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#af891b5714bde26daca7384758be25d5d">am::CAmCommandReceiver::confirmCommandRundown</a></div><div class="ttdeci">void confirmCommandRundown(const uint16_t handle, const am_Error_e error)</div><div class="ttdoc">asynchronous confirmation of setCommandRundown </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00208">CAmCommandReceiver.cpp:208</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a05f8b40a07b3c234cd0935794e36a9b9"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a05f8b40a07b3c234cd0935794e36a9b9">am::CAmCommandReceiver::getTimingInformation</a></div><div class="ttdeci">am_Error_e getTimingInformation(const am_mainConnectionID_t mainConnectionID, am_timeSync_t &amp;delay) const </div><div class="ttdoc">returns the delay in ms that the audiopath for the given mainConnection has </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00172">CAmCommandReceiver.cpp:172</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_af659b31f091fd1b6890a7dbcb4ec3110"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#af659b31f091fd1b6890a7dbcb4ec3110">am::IAmDatabaseHandler::getListMainSourceSoundProperties</a></div><div class="ttdeci">virtual am_Error_e getListMainSourceSoundProperties(const am_sourceID_t sourceID, std::vector&lt; am_MainSoundProperty_s &gt; &amp;listSourceProperties) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmSocketHandler_html"><div class="ttname"><a href="classam_1_1CAmSocketHandler.html">am::CAmSocketHandler</a></div><div class="ttdoc">The am::CAmSocketHandler implements a mainloop for the AudioManager. </div><div class="ttdef"><b>Definition:</b> <a href="CAmSocketHandler_8h_source.html#l00094">CAmSocketHandler.h:94</a></div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_af92be6d9b34c296d2ba1b5908c8d66a4"><div class="ttname"><a href="classam_1_1CAmControlSender.html#af92be6d9b34c296d2ba1b5908c8d66a4">am::CAmControlSender::hookUserSetSystemProperty</a></div><div class="ttdeci">am_Error_e hookUserSetSystemProperty(const am_SystemProperty_s &amp;property)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00186">CAmControlSender.cpp:186</a></div></div>
+<div class="ttc" id="classam_1_1CAmSocketHandler_html"><div class="ttname"><a href="classam_1_1CAmSocketHandler.html">am::CAmSocketHandler</a></div><div class="ttdoc">The am::CAmSocketHandler implements a mainloop for the AudioManager. </div><div class="ttdef"><b>Definition:</b> <a href="CAmSocketHandler_8h_source.html#l00216">CAmSocketHandler.h:216</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_af92be6d9b34c296d2ba1b5908c8d66a4"><div class="ttname"><a href="classam_1_1CAmControlSender.html#af92be6d9b34c296d2ba1b5908c8d66a4">am::CAmControlSender::hookUserSetSystemProperty</a></div><div class="ttdeci">am_Error_e hookUserSetSystemProperty(const am_SystemProperty_s &amp;property)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00199">CAmControlSender.cpp:199</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a584e7f24422b91763c10021933240a0a"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a584e7f24422b91763c10021933240a0a">am::IAmDatabaseHandler::getListMainSourceNotificationConfigurations</a></div><div class="ttdeci">virtual am_Error_e getListMainSourceNotificationConfigurations(const am_sourceID_t sourceID, std::vector&lt; am_NotificationConfiguration_s &gt; &amp;listMainNotificationConfigurations)=0</div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_ad57f83fec6cdaba8dd84d2e16b8f00d5"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad57f83fec6cdaba8dd84d2e16b8f00d5">am::CAmControlSender::confirmCommandReady</a></div><div class="ttdeci">void confirmCommandReady(const am_Error_e error)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00437">CAmControlSender.cpp:437</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_ad57f83fec6cdaba8dd84d2e16b8f00d5"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad57f83fec6cdaba8dd84d2e16b8f00d5">am::CAmControlSender::confirmCommandReady</a></div><div class="ttdeci">void confirmCommandReady(const am_Error_e error)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00450">CAmControlSender.cpp:450</a></div></div>
<div class="ttc" id="namespaceam_html_ad94ba90e3c8f6bd7e51a15a811755167"><div class="ttname"><a href="namespaceam.html#ad94ba90e3c8f6bd7e51a15a811755167">am::am_timeSync_t</a></div><div class="ttdeci">int16_t am_timeSync_t</div><div class="ttdoc">offset time that is introduced in milli seconds. </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00114">audiomanagertypes.h:114</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a53edef0db4108a19ad395eb426dcc1b3"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a53edef0db4108a19ad395eb426dcc1b3">am::CAmCommandReceiver::getDBusConnectionWrapper</a></div><div class="ttdeci">am_Error_e getDBusConnectionWrapper(CAmDbusWrapper *&amp;dbusConnectionWrapper) const </div><div class="ttdoc">this function is used to retrieve a pointer to the dBusConnectionWrapper </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00176">CAmCommandReceiver.cpp:176</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a53edef0db4108a19ad395eb426dcc1b3"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a53edef0db4108a19ad395eb426dcc1b3">am::CAmCommandReceiver::getDBusConnectionWrapper</a></div><div class="ttdeci">am_Error_e getDBusConnectionWrapper(CAmDbusWrapper *&amp;dbusConnectionWrapper) const </div><div class="ttdoc">this function is used to retrieve a pointer to the dBusConnectionWrapper </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00177">CAmCommandReceiver.cpp:177</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a168ef0f08fc15b814e0b178dff419846"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a168ef0f08fc15b814e0b178dff419846">am::IAmDatabaseHandler::getListMainSinks</a></div><div class="ttdeci">virtual am_Error_e getListMainSinks(std::vector&lt; am_SinkType_s &gt; &amp;listMainSinks) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a953a590cf51c6a02d631c2d324d81d78"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a953a590cf51c6a02d631c2d324d81d78">am::CAmCommandReceiver::getListMainSourceNotificationConfigurations</a></div><div class="ttdeci">am_Error_e getListMainSourceNotificationConfigurations(const am_sourceID_t sourceID, std::vector&lt; am_NotificationConfiguration_s &gt; &amp;listMainNotificationConfigurations) const </div><div class="ttdoc">Retrieves the list of MainNotifications for a source. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00241">CAmCommandReceiver.cpp:241</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a953a590cf51c6a02d631c2d324d81d78"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a953a590cf51c6a02d631c2d324d81d78">am::CAmCommandReceiver::getListMainSourceNotificationConfigurations</a></div><div class="ttdeci">am_Error_e getListMainSourceNotificationConfigurations(const am_sourceID_t sourceID, std::vector&lt; am_NotificationConfiguration_s &gt; &amp;listMainNotificationConfigurations) const </div><div class="ttdoc">Retrieves the list of MainNotifications for a source. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00242">CAmCommandReceiver.cpp:242</a></div></div>
<div class="ttc" id="CAmDltWrapper_8h_html"><div class="ttname"><a href="CAmDltWrapper_8h.html">CAmDltWrapper.h</a></div><div class="ttdoc">SPDX license identifier: MPL-2.0. </div></div>
<div class="ttc" id="structam_1_1am__SystemProperty__s_html_a00fc776e22144844f56e2c895e8723f6"><div class="ttname"><a href="structam_1_1am__SystemProperty__s.html#a00fc776e22144844f56e2c895e8723f6">am::am_SystemProperty_s::value</a></div><div class="ttdeci">int16_t value</div><div class="ttdoc">the value </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00861">audiomanagertypes.h:861</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a5275e9a3ed66acbe860729dd4665d7a1"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a5275e9a3ed66acbe860729dd4665d7a1">am::CAmCommandReceiver::setMainSourceSoundProperty</a></div><div class="ttdeci">am_Error_e setMainSourceSoundProperty(const am_MainSoundProperty_s &amp;soundProperty, const am_sourceID_t sourceID)</div><div class="ttdoc">This method is used to set sound properties, e.g. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00113">CAmCommandReceiver.cpp:113</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_adc6885dbe3520e6685035b0a89ffea7b"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#adc6885dbe3520e6685035b0a89ffea7b">am::CAmCommandReceiver::confirmCommandReady</a></div><div class="ttdeci">void confirmCommandReady(const uint16_t handle, const am_Error_e error)</div><div class="ttdoc">asynchronous confirmation of setCommandReady. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00198">CAmCommandReceiver.cpp:198</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ab7dc13df4c7699dfdae5bcf6c4c1f7fa"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ab7dc13df4c7699dfdae5bcf6c4c1f7fa">am::CAmCommandReceiver::getListMainSinks</a></div><div class="ttdeci">am_Error_e getListMainSinks(std::vector&lt; am_SinkType_s &gt; &amp;listMainSinks) const </div><div class="ttdoc">returns the actual list of Sinks </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00136">CAmCommandReceiver.cpp:136</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a5275e9a3ed66acbe860729dd4665d7a1"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a5275e9a3ed66acbe860729dd4665d7a1">am::CAmCommandReceiver::setMainSourceSoundProperty</a></div><div class="ttdeci">am_Error_e setMainSourceSoundProperty(const am_MainSoundProperty_s &amp;soundProperty, const am_sourceID_t sourceID)</div><div class="ttdoc">This method is used to set sound properties, e.g. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00115">CAmCommandReceiver.cpp:115</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_adc6885dbe3520e6685035b0a89ffea7b"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#adc6885dbe3520e6685035b0a89ffea7b">am::CAmCommandReceiver::confirmCommandReady</a></div><div class="ttdeci">void confirmCommandReady(const uint16_t handle, const am_Error_e error)</div><div class="ttdoc">asynchronous confirmation of setCommandReady. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00199">CAmCommandReceiver.cpp:199</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ab7dc13df4c7699dfdae5bcf6c4c1f7fa"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ab7dc13df4c7699dfdae5bcf6c4c1f7fa">am::CAmCommandReceiver::getListMainSinks</a></div><div class="ttdeci">am_Error_e getListMainSinks(std::vector&lt; am_SinkType_s &gt; &amp;listMainSinks) const </div><div class="ttdoc">returns the actual list of Sinks </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00137">CAmCommandReceiver.cpp:137</a></div></div>
<div class="ttc" id="structam_1_1am__SystemProperty__s_html"><div class="ttname"><a href="structam_1_1am__SystemProperty__s.html">am::am_SystemProperty_s</a></div><div class="ttdoc">struct describing system properties </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00850">audiomanagertypes.h:850</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_adcc5b296afe649aa9bec7c8e4af6eb49"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#adcc5b296afe649aa9bec7c8e4af6eb49">am::CAmCommandReceiver::waitOnRundown</a></div><div class="ttdeci">void waitOnRundown(bool rundown)</div><div class="ttdoc">tells the ComandReceiver to start waiting for all handles to be confirmed </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00258">CAmCommandReceiver.cpp:258</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_adcc5b296afe649aa9bec7c8e4af6eb49"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#adcc5b296afe649aa9bec7c8e4af6eb49">am::CAmCommandReceiver::waitOnRundown</a></div><div class="ttdeci">void waitOnRundown(bool rundown)</div><div class="ttdoc">tells the ComandReceiver to start waiting for all handles to be confirmed </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00259">CAmCommandReceiver.cpp:259</a></div></div>
<div class="ttc" id="CAmCommandReceiver_8h_html"><div class="ttname"><a href="CAmCommandReceiver_8h.html">CAmCommandReceiver.h</a></div><div class="ttdoc">SPDX license identifier: MPL-2.0. </div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aae42ce7867ffe512f973021b5677b879"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aae42ce7867ffe512f973021b5677b879">am::CAmCommandReceiver::getListSinkClasses</a></div><div class="ttdeci">am_Error_e getListSinkClasses(std::vector&lt; am_SinkClass_s &gt; &amp;listSinkClasses) const </div><div class="ttdoc">This is used to retrieve SinkClass Information of all sink classes. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00161">CAmCommandReceiver.cpp:161</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a6d47bc67473d75495260abe8c666fc7e"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a6d47bc67473d75495260abe8c666fc7e">am::CAmCommandReceiver::setVolume</a></div><div class="ttdeci">am_Error_e setVolume(const am_sinkID_t sinkID, const am_mainVolume_t volume)</div><div class="ttdoc">sets the volume for a sink </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00089">CAmCommandReceiver.cpp:89</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aae42ce7867ffe512f973021b5677b879"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aae42ce7867ffe512f973021b5677b879">am::CAmCommandReceiver::getListSinkClasses</a></div><div class="ttdeci">am_Error_e getListSinkClasses(std::vector&lt; am_SinkClass_s &gt; &amp;listSinkClasses) const </div><div class="ttdoc">This is used to retrieve SinkClass Information of all sink classes. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00162">CAmCommandReceiver.cpp:162</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a6d47bc67473d75495260abe8c666fc7e"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a6d47bc67473d75495260abe8c666fc7e">am::CAmCommandReceiver::setVolume</a></div><div class="ttdeci">am_Error_e setVolume(const am_sinkID_t sinkID, const am_mainVolume_t volume)</div><div class="ttdoc">sets the volume for a sink </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00091">CAmCommandReceiver.cpp:91</a></div></div>
<div class="ttc" id="structam_1_1am__MainSoundProperty__s_html"><div class="ttname"><a href="structam_1_1am__MainSoundProperty__s.html">am::am_MainSoundProperty_s</a></div><div class="ttdoc">struct describung mainsound property </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l01008">audiomanagertypes.h:1008</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ad7a4c1fe5a2ecfaae5484a14d8820e58"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ad7a4c1fe5a2ecfaae5484a14d8820e58">am::CAmCommandReceiver::volumeStep</a></div><div class="ttdeci">am_Error_e volumeStep(const am_sinkID_t sinkID, const int16_t volumeStep)</div><div class="ttdoc">This function is used to increment or decrement the current volume for a sink. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00095">CAmCommandReceiver.cpp:95</a></div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_ae84b7b255db7b4527063539047dae4ef"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ae84b7b255db7b4527063539047dae4ef">am::CAmControlSender::hookUserSetMainSourceNotificationConfiguration</a></div><div class="ttdeci">am_Error_e hookUserSetMainSourceNotificationConfiguration(const am_sourceID_t sourceID, const am_NotificationConfiguration_s &amp;notificationConfiguration)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00521">CAmControlSender.cpp:521</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ad7a4c1fe5a2ecfaae5484a14d8820e58"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ad7a4c1fe5a2ecfaae5484a14d8820e58">am::CAmCommandReceiver::volumeStep</a></div><div class="ttdeci">am_Error_e volumeStep(const am_sinkID_t sinkID, const int16_t volumeStep)</div><div class="ttdoc">This function is used to increment or decrement the current volume for a sink. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00097">CAmCommandReceiver.cpp:97</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_ae84b7b255db7b4527063539047dae4ef"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ae84b7b255db7b4527063539047dae4ef">am::CAmControlSender::hookUserSetMainSourceNotificationConfiguration</a></div><div class="ttdeci">am_Error_e hookUserSetMainSourceNotificationConfiguration(const am_sourceID_t sourceID, const am_NotificationConfiguration_s &amp;notificationConfiguration)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00534">CAmControlSender.cpp:534</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_aaa602f2e7929ad1e9cc10fd2eda948d8"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#aaa602f2e7929ad1e9cc10fd2eda948d8">am::IAmDatabaseHandler::getListMainSources</a></div><div class="ttdeci">virtual am_Error_e getListMainSources(std::vector&lt; am_SourceType_s &gt; &amp;listMainSources) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_a16a0498beb28d7491656fba5407b84ba"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a16a0498beb28d7491656fba5407b84ba">am::CAmControlSender::hookUserSetMainSinkNotificationConfiguration</a></div><div class="ttdeci">am_Error_e hookUserSetMainSinkNotificationConfiguration(const am_sinkID_t sinkID, const am_NotificationConfiguration_s &amp;notificationConfiguration)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00515">CAmControlSender.cpp:515</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_a16a0498beb28d7491656fba5407b84ba"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a16a0498beb28d7491656fba5407b84ba">am::CAmControlSender::hookUserSetMainSinkNotificationConfiguration</a></div><div class="ttdeci">am_Error_e hookUserSetMainSinkNotificationConfiguration(const am_sinkID_t sinkID, const am_NotificationConfiguration_s &amp;notificationConfiguration)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00528">CAmControlSender.cpp:528</a></div></div>
<div class="ttc" id="IAmDatabaseHandler_8h_html"><div class="ttname"><a href="IAmDatabaseHandler_8h.html">IAmDatabaseHandler.h</a></div><div class="ttdoc">SPDX license identifier: MPL-2.0. </div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a59197bfc29443cbae19a26e9c10a4ba3"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a59197bfc29443cbae19a26e9c10a4ba3">am::CAmCommandReceiver::getListMainSources</a></div><div class="ttdeci">am_Error_e getListMainSources(std::vector&lt; am_SourceType_s &gt; &amp;listMainSources) const </div><div class="ttdoc">returns the actual list of Sources </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00141">CAmCommandReceiver.cpp:141</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a7db57dfbc72f455545aa0d61013171d3"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a7db57dfbc72f455545aa0d61013171d3">am::CAmCommandReceiver::setMainSinkNotificationConfiguration</a></div><div class="ttdeci">am_Error_e setMainSinkNotificationConfiguration(const am_sinkID_t sinkID, const am_NotificationConfiguration_s &amp;mainNotificationConfiguration)</div><div class="ttdoc">sets a MainNotificationConfiuration. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00246">CAmCommandReceiver.cpp:246</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a59197bfc29443cbae19a26e9c10a4ba3"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a59197bfc29443cbae19a26e9c10a4ba3">am::CAmCommandReceiver::getListMainSources</a></div><div class="ttdeci">am_Error_e getListMainSources(std::vector&lt; am_SourceType_s &gt; &amp;listMainSources) const </div><div class="ttdoc">returns the actual list of Sources </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00142">CAmCommandReceiver.cpp:142</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a7db57dfbc72f455545aa0d61013171d3"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a7db57dfbc72f455545aa0d61013171d3">am::CAmCommandReceiver::setMainSinkNotificationConfiguration</a></div><div class="ttdeci">am_Error_e setMainSinkNotificationConfiguration(const am_sinkID_t sinkID, const am_NotificationConfiguration_s &amp;mainNotificationConfiguration)</div><div class="ttdoc">sets a MainNotificationConfiuration. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00247">CAmCommandReceiver.cpp:247</a></div></div>
<div class="ttc" id="namespaceam_html_aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d"><div class="ttname"><a href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea69e1cb25d3b8fa1920d07ab65930cb7d">am::E_UNKNOWN</a></div><div class="ttdoc">default </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00346">audiomanagertypes.h:346</a></div></div>
<div class="ttc" id="namespaceam_html_a2711516b1392ea02a7ed25fcd540a16a"><div class="ttname"><a href="namespaceam.html#a2711516b1392ea02a7ed25fcd540a16a">am::am_sourceID_t</a></div><div class="ttdeci">uint16_t am_sourceID_t</div><div class="ttdoc">a source ID </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00060">audiomanagertypes.h:60</a></div></div>
<div class="ttc" id="structam_1_1am__MainSoundProperty__s_html_ab17e9104be5d9d055cd07fd2369e8218"><div class="ttname"><a href="structam_1_1am__MainSoundProperty__s.html#ab17e9104be5d9d055cd07fd2369e8218">am::am_MainSoundProperty_s::type</a></div><div class="ttdeci">am_CustomMainSoundPropertyType_t type</div><div class="ttdoc">the type of the property </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l01015">audiomanagertypes.h:1015</a></div></div>
<div class="ttc" id="structam_1_1am__SystemProperty__s_html_a399604c89488c2bdba69fe4e6e862288"><div class="ttname"><a href="structam_1_1am__SystemProperty__s.html#a399604c89488c2bdba69fe4e6e862288">am::am_SystemProperty_s::type</a></div><div class="ttdeci">am_CustomSystemPropertyType_t type</div><div class="ttdoc">the type that is set </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00857">audiomanagertypes.h:857</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a13df559403ebeacfb941da4deb9a5caa"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa">am::CAmCommandReceiver::CAmCommandReceiver</a></div><div class="ttdeci">CAmCommandReceiver(IAmDatabaseHandler *iDatabaseHandler, CAmControlSender *iControlSender, CAmSocketHandler *iSocketHandler)</div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00035">CAmCommandReceiver.cpp:35</a></div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_ad34e16a4b571a5dc70c7081f96015d53"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad34e16a4b571a5dc70c7081f96015d53">am::CAmControlSender::hookUserSetSinkMuteState</a></div><div class="ttdeci">am_Error_e hookUserSetSinkMuteState(const am_sinkID_t sinkID, const am_MuteState_e muteState)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00204">CAmControlSender.cpp:204</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a13df559403ebeacfb941da4deb9a5caa"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a13df559403ebeacfb941da4deb9a5caa">am::CAmCommandReceiver::CAmCommandReceiver</a></div><div class="ttdeci">CAmCommandReceiver(IAmDatabaseHandler *iDatabaseHandler, CAmControlSender *iControlSender, CAmSocketHandler *iSocketHandler)</div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00037">CAmCommandReceiver.cpp:37</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_ad34e16a4b571a5dc70c7081f96015d53"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad34e16a4b571a5dc70c7081f96015d53">am::CAmControlSender::hookUserSetSinkMuteState</a></div><div class="ttdeci">am_Error_e hookUserSetSinkMuteState(const am_sinkID_t sinkID, const am_MuteState_e muteState)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00217">CAmControlSender.cpp:217</a></div></div>
<div class="ttc" id="classam_1_1CAmControlSender_html"><div class="ttname"><a href="classam_1_1CAmControlSender.html">am::CAmControlSender</a></div><div class="ttdoc">sends data to the commandInterface, takes the file of the library that needs to be loaded ...</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8h_source.html#l00041">CAmControlSender.h:41</a></div></div>
<div class="ttc" id="structam_1_1am__NotificationConfiguration__s_html_a572962899f2aa344051a41eaebd71ddc"><div class="ttname"><a href="structam_1_1am__NotificationConfiguration__s.html#a572962899f2aa344051a41eaebd71ddc">am::am_NotificationConfiguration_s::status</a></div><div class="ttdeci">am_NotificationStatus_e status</div><div class="ttdoc">The Notification status. </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l01121">audiomanagertypes.h:1121</a></div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_ac1bdb116a00b8b75cf4c4558e184b832"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ac1bdb116a00b8b75cf4c4558e184b832">am::CAmControlSender::hookUserConnectionRequest</a></div><div class="ttdeci">am_Error_e hookUserConnectionRequest(const am_sourceID_t sourceID, const am_sinkID_t sinkID, am_mainConnectionID_t &amp;mainConnectionID)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00162">CAmControlSender.cpp:162</a></div></div>
-<div class="ttc" id="classam_1_1IAmDatabaseHandler_html"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html">am::IAmDatabaseHandler</a></div><div class="ttdoc">This class handles and abstracts the database. </div><div class="ttdef"><b>Definition:</b> <a href="IAmDatabaseHandler_8h_source.html#l00059">IAmDatabaseHandler.h:59</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_ac1bdb116a00b8b75cf4c4558e184b832"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ac1bdb116a00b8b75cf4c4558e184b832">am::CAmControlSender::hookUserConnectionRequest</a></div><div class="ttdeci">am_Error_e hookUserConnectionRequest(const am_sourceID_t sourceID, const am_sinkID_t sinkID, am_mainConnectionID_t &amp;mainConnectionID)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00175">CAmControlSender.cpp:175</a></div></div>
+<div class="ttc" id="classam_1_1IAmDatabaseHandler_html"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html">am::IAmDatabaseHandler</a></div><div class="ttdoc">This class handles and abstracts the database. </div><div class="ttdef"><b>Definition:</b> <a href="IAmDatabaseHandler_8h_source.html#l00055">IAmDatabaseHandler.h:55</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_ae99e0c125fba4122728cf1aa77916951"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#ae99e0c125fba4122728cf1aa77916951">am::IAmDatabaseHandler::getListSinkClasses</a></div><div class="ttdeci">virtual am_Error_e getListSinkClasses(std::vector&lt; am_SinkClass_s &gt; &amp;listSinkClasses) const =0</div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_aebd6c2981bc88f4035506d1a23227b08"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#aebd6c2981bc88f4035506d1a23227b08">am::IAmDatabaseHandler::getSinkMainVolume</a></div><div class="ttdeci">virtual am_Error_e getSinkMainVolume(const am_sinkID_t sinkID, am_mainVolume_t &amp;mainVolume) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_ac809407580b0bfd81ad853320beb3a75"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ac809407580b0bfd81ad853320beb3a75">am::CAmControlSender::hookUserSetMainSourceSoundProperty</a></div><div class="ttdeci">am_Error_e hookUserSetMainSourceSoundProperty(const am_sourceID_t sourceID, const am_MainSoundProperty_s &amp;soundProperty)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00180">CAmControlSender.cpp:180</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aa21122ef14406f9454a9033c689bc660"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aa21122ef14406f9454a9033c689bc660">am::CAmCommandReceiver::getListMainSourceSoundProperties</a></div><div class="ttdeci">am_Error_e getListMainSourceSoundProperties(const am_sourceID_t sourceID, std::vector&lt; am_MainSoundProperty_s &gt; &amp;listSourceProperties) const </div><div class="ttdoc">This is used to retrieve all source sound properties related to a source. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00151">CAmCommandReceiver.cpp:151</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_afae22041843c5349be16a6593d3ebb9c"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#afae22041843c5349be16a6593d3ebb9c">am::CAmCommandReceiver::setSinkMuteState</a></div><div class="ttdeci">am_Error_e setSinkMuteState(const am_sinkID_t sinkID, const am_MuteState_e muteState)</div><div class="ttdoc">sets the mute state of a sink </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00101">CAmCommandReceiver.cpp:101</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_ac809407580b0bfd81ad853320beb3a75"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ac809407580b0bfd81ad853320beb3a75">am::CAmControlSender::hookUserSetMainSourceSoundProperty</a></div><div class="ttdeci">am_Error_e hookUserSetMainSourceSoundProperty(const am_sourceID_t sourceID, const am_MainSoundProperty_s &amp;soundProperty)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00193">CAmControlSender.cpp:193</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aa21122ef14406f9454a9033c689bc660"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aa21122ef14406f9454a9033c689bc660">am::CAmCommandReceiver::getListMainSourceSoundProperties</a></div><div class="ttdeci">am_Error_e getListMainSourceSoundProperties(const am_sourceID_t sourceID, std::vector&lt; am_MainSoundProperty_s &gt; &amp;listSourceProperties) const </div><div class="ttdoc">This is used to retrieve all source sound properties related to a source. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00152">CAmCommandReceiver.cpp:152</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_afae22041843c5349be16a6593d3ebb9c"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#afae22041843c5349be16a6593d3ebb9c">am::CAmCommandReceiver::setSinkMuteState</a></div><div class="ttdeci">am_Error_e setSinkMuteState(const am_sinkID_t sinkID, const am_MuteState_e muteState)</div><div class="ttdoc">sets the mute state of a sink </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00103">CAmCommandReceiver.cpp:103</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a0b64cb67f5424173c31a7abfe19a264c"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a0b64cb67f5424173c31a7abfe19a264c">am::IAmDatabaseHandler::getListMainSinkSoundProperties</a></div><div class="ttdeci">virtual am_Error_e getListMainSinkSoundProperties(const am_sinkID_t sinkID, std::vector&lt; am_MainSoundProperty_s &gt; &amp;listSoundProperties) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_ad7d8499e2a4064e02a606277df3ca5ad"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad7d8499e2a4064e02a606277df3ca5ad">am::CAmControlSender::confirmCommandRundown</a></div><div class="ttdeci">void confirmCommandRundown(const am_Error_e error)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00449">CAmControlSender.cpp:449</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_ad7d8499e2a4064e02a606277df3ca5ad"><div class="ttname"><a href="classam_1_1CAmControlSender.html#ad7d8499e2a4064e02a606277df3ca5ad">am::CAmControlSender::confirmCommandRundown</a></div><div class="ttdeci">void confirmCommandRundown(const am_Error_e error)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00462">CAmControlSender.cpp:462</a></div></div>
<div class="ttc" id="CAmSocketHandler_8h_html"><div class="ttname"><a href="CAmSocketHandler_8h.html">CAmSocketHandler.h</a></div><div class="ttdoc">SPDX license identifier: MPL-2.0. </div></div>
+<div class="ttc" id="CAmCommandReceiver_8cpp_html_a60dca3177fb9cb5256609adc7af55168"><div class="ttname"><a href="CAmCommandReceiver_8cpp.html#a60dca3177fb9cb5256609adc7af55168">__METHOD_NAME__</a></div><div class="ttdeci">#define __METHOD_NAME__</div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00032">CAmCommandReceiver.cpp:32</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a8165517ad5e06f36dca978476db51d79"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a8165517ad5e06f36dca978476db51d79">am::IAmDatabaseHandler::getListSystemProperties</a></div><div class="ttdeci">virtual am_Error_e getListSystemProperties(std::vector&lt; am_SystemProperty_s &gt; &amp;listSystemProperties) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ac088319424792648863e320b78cad915"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ac088319424792648863e320b78cad915">am::CAmCommandReceiver::getListSystemProperties</a></div><div class="ttdeci">am_Error_e getListSystemProperties(std::vector&lt; am_SystemProperty_s &gt; &amp;listSystemProperties) const </div><div class="ttdoc">Retrieves a complete list of all systemProperties. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00166">CAmCommandReceiver.cpp:166</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a08731671113b46f54657e4849bb1e173"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a08731671113b46f54657e4849bb1e173">am::CAmCommandReceiver::getSocketHandler</a></div><div class="ttdeci">am_Error_e getSocketHandler(CAmSocketHandler *&amp;socketHandler) const </div><div class="ttdoc">This function returns the pointer to the socketHandler. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00187">CAmCommandReceiver.cpp:187</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a2aaf5164223f9d180593a37e96945891"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a2aaf5164223f9d180593a37e96945891">am::CAmCommandReceiver::getListSourceClasses</a></div><div class="ttdeci">am_Error_e getListSourceClasses(std::vector&lt; am_SourceClass_s &gt; &amp;listSourceClasses) const </div><div class="ttdoc">This is used to retrieve SourceClass Information of all source classes. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00156">CAmCommandReceiver.cpp:156</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ae29eaa1befc7c2d741920d567b89df9e"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ae29eaa1befc7c2d741920d567b89df9e">am::CAmCommandReceiver::waitOnStartup</a></div><div class="ttdeci">void waitOnStartup(bool startup)</div><div class="ttdoc">tells the ComandReceiver to start waiting for all handles to be confirmed </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00230">CAmCommandReceiver.cpp:230</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ac088319424792648863e320b78cad915"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ac088319424792648863e320b78cad915">am::CAmCommandReceiver::getListSystemProperties</a></div><div class="ttdeci">am_Error_e getListSystemProperties(std::vector&lt; am_SystemProperty_s &gt; &amp;listSystemProperties) const </div><div class="ttdoc">Retrieves a complete list of all systemProperties. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00167">CAmCommandReceiver.cpp:167</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a08731671113b46f54657e4849bb1e173"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a08731671113b46f54657e4849bb1e173">am::CAmCommandReceiver::getSocketHandler</a></div><div class="ttdeci">am_Error_e getSocketHandler(CAmSocketHandler *&amp;socketHandler) const </div><div class="ttdoc">This function returns the pointer to the socketHandler. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00188">CAmCommandReceiver.cpp:188</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a2aaf5164223f9d180593a37e96945891"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a2aaf5164223f9d180593a37e96945891">am::CAmCommandReceiver::getListSourceClasses</a></div><div class="ttdeci">am_Error_e getListSourceClasses(std::vector&lt; am_SourceClass_s &gt; &amp;listSourceClasses) const </div><div class="ttdoc">This is used to retrieve SourceClass Information of all source classes. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00157">CAmCommandReceiver.cpp:157</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_ae29eaa1befc7c2d741920d567b89df9e"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#ae29eaa1befc7c2d741920d567b89df9e">am::CAmCommandReceiver::waitOnStartup</a></div><div class="ttdeci">void waitOnStartup(bool startup)</div><div class="ttdoc">tells the ComandReceiver to start waiting for all handles to be confirmed </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00231">CAmCommandReceiver.cpp:231</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a252935537b216de55eb4a863503eea91"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a252935537b216de55eb4a863503eea91">am::IAmDatabaseHandler::getListMainSinkNotificationConfigurations</a></div><div class="ttdeci">virtual am_Error_e getListMainSinkNotificationConfigurations(const am_sinkID_t sinkID, std::vector&lt; am_NotificationConfiguration_s &gt; &amp;listMainNotificationConfigurations)=0</div></div>
<div class="ttc" id="classam_1_1CAmDbusWrapper_html"><div class="ttname"><a href="classam_1_1CAmDbusWrapper.html">am::CAmDbusWrapper</a></div><div class="ttdoc">This wraps dbus and provides everything needed to anyone who wants to use dbus (including plugins)...</div><div class="ttdef"><b>Definition:</b> <a href="CAmDbusWrapper_8h_source.html#l00037">CAmDbusWrapper.h:37</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a32bb0e128a996e3ad891111260802146"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a32bb0e128a996e3ad891111260802146">am::CAmCommandReceiver::~CAmCommandReceiver</a></div><div class="ttdeci">~CAmCommandReceiver()</div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00073">CAmCommandReceiver.cpp:73</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a32bb0e128a996e3ad891111260802146"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a32bb0e128a996e3ad891111260802146">am::CAmCommandReceiver::~CAmCommandReceiver</a></div><div class="ttdeci">~CAmCommandReceiver()</div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00075">CAmCommandReceiver.cpp:75</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a2746e261c8eda663fca9cb21dbc3f8b2"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a2746e261c8eda663fca9cb21dbc3f8b2">am::IAmDatabaseHandler::getTimingInformation</a></div><div class="ttdeci">virtual am_Error_e getTimingInformation(const am_mainConnectionID_t mainConnectionID, am_timeSync_t &amp;delay) const =0</div></div>
<div class="ttc" id="namespaceam_html_a834886e7c3e4a2d6745ef2b59b485b00"><div class="ttname"><a href="namespaceam.html#a834886e7c3e4a2d6745ef2b59b485b00">am::am_mainVolume_t</a></div><div class="ttdeci">int16_t am_mainVolume_t</div><div class="ttdoc">This is the volume presented on the command interface. </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00100">audiomanagertypes.h:100</a></div></div>
<div class="ttc" id="namespaceam_html_aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36"><div class="ttname"><a href="namespaceam.html#aa3dcb70029da317d661b6f422de1b4cea796d4cc86cd1605f4307478c128eee36">am::E_OK</a></div><div class="ttdoc">no error - positive reply </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00342">audiomanagertypes.h:342</a></div></div>
<div class="ttc" id="CAmControlSender_8h_html"><div class="ttname"><a href="CAmControlSender_8h.html">CAmControlSender.h</a></div><div class="ttdoc">SPDX license identifier: MPL-2.0. </div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a5e49b6d510658f1ccc2547ce5fc38dac"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a5e49b6d510658f1ccc2547ce5fc38dac">am::CAmCommandReceiver::getListMainSinkNotificationConfigurations</a></div><div class="ttdeci">am_Error_e getListMainSinkNotificationConfigurations(const am_sinkID_t sinkID, std::vector&lt; am_NotificationConfiguration_s &gt; &amp;listMainNotificationConfigurations) const </div><div class="ttdoc">Retrieves the list of MainNotifications for a sink. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00236">CAmCommandReceiver.cpp:236</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a125412a71cb384ae9ec4b37821f79513"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a125412a71cb384ae9ec4b37821f79513">am::CAmCommandReceiver::getStartupHandle</a></div><div class="ttdeci">uint16_t getStartupHandle()</div><div class="ttdoc">returns a startup handle </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00216">CAmCommandReceiver.cpp:216</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a011b02d5eddc693e5634583e0334e4a7"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a011b02d5eddc693e5634583e0334e4a7">am::CAmCommandReceiver::getVolume</a></div><div class="ttdeci">am_Error_e getVolume(const am_sinkID_t sinkID, am_mainVolume_t &amp;mainVolume) const </div><div class="ttdoc">Returns the current volume for the sink directly out of the database. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00125">CAmCommandReceiver.cpp:125</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a5e49b6d510658f1ccc2547ce5fc38dac"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a5e49b6d510658f1ccc2547ce5fc38dac">am::CAmCommandReceiver::getListMainSinkNotificationConfigurations</a></div><div class="ttdeci">am_Error_e getListMainSinkNotificationConfigurations(const am_sinkID_t sinkID, std::vector&lt; am_NotificationConfiguration_s &gt; &amp;listMainNotificationConfigurations) const </div><div class="ttdoc">Retrieves the list of MainNotifications for a sink. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00237">CAmCommandReceiver.cpp:237</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a125412a71cb384ae9ec4b37821f79513"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a125412a71cb384ae9ec4b37821f79513">am::CAmCommandReceiver::getStartupHandle</a></div><div class="ttdeci">uint16_t getStartupHandle()</div><div class="ttdoc">returns a startup handle </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00217">CAmCommandReceiver.cpp:217</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a011b02d5eddc693e5634583e0334e4a7"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a011b02d5eddc693e5634583e0334e4a7">am::CAmCommandReceiver::getVolume</a></div><div class="ttdeci">am_Error_e getVolume(const am_sinkID_t sinkID, am_mainVolume_t &amp;mainVolume) const </div><div class="ttdoc">Returns the current volume for the sink directly out of the database. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00127">CAmCommandReceiver.cpp:127</a></div></div>
<div class="ttc" id="namespaceam_html_aac2b901ff83ee381fbe99913753e2416"><div class="ttname"><a href="namespaceam.html#aac2b901ff83ee381fbe99913753e2416">am::am_sinkID_t</a></div><div class="ttdeci">uint16_t am_sinkID_t</div><div class="ttdoc">a sink ID </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00065">audiomanagertypes.h:65</a></div></div>
<div class="ttc" id="namespaceam_html_a33a5bb7641f58ab3a5f3b86400ad804c"><div class="ttname"><a href="namespaceam.html#a33a5bb7641f58ab3a5f3b86400ad804c">am::am_mainConnectionID_t</a></div><div class="ttdeci">uint16_t am_mainConnectionID_t</div><div class="ttdoc">a mainConnection ID </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l00080">audiomanagertypes.h:80</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a59d10a7178e3227d0b8f415308c71179"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a59d10a7178e3227d0b8f415308c71179">am::CAmCommandReceiver::getListMainConnections</a></div><div class="ttdeci">am_Error_e getListMainConnections(std::vector&lt; am_MainConnectionType_s &gt; &amp;listConnections) const </div><div class="ttdoc">returns the actual list of MainConnections </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00130">CAmCommandReceiver.cpp:130</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aa3044c8587e0674bc107d607b6863b99"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aa3044c8587e0674bc107d607b6863b99">am::CAmCommandReceiver::setMainSinkSoundProperty</a></div><div class="ttdeci">am_Error_e setMainSinkSoundProperty(const am_MainSoundProperty_s &amp;soundProperty, const am_sinkID_t sinkID)</div><div class="ttdoc">This method is used to set sound properties, e.g. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00107">CAmCommandReceiver.cpp:107</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a59d10a7178e3227d0b8f415308c71179"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a59d10a7178e3227d0b8f415308c71179">am::CAmCommandReceiver::getListMainConnections</a></div><div class="ttdeci">am_Error_e getListMainConnections(std::vector&lt; am_MainConnectionType_s &gt; &amp;listConnections) const </div><div class="ttdoc">returns the actual list of MainConnections </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00132">CAmCommandReceiver.cpp:132</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aa3044c8587e0674bc107d607b6863b99"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aa3044c8587e0674bc107d607b6863b99">am::CAmCommandReceiver::setMainSinkSoundProperty</a></div><div class="ttdeci">am_Error_e setMainSinkSoundProperty(const am_MainSoundProperty_s &amp;soundProperty, const am_sinkID_t sinkID)</div><div class="ttdoc">This method is used to set sound properties, e.g. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00109">CAmCommandReceiver.cpp:109</a></div></div>
<div class="ttc" id="structam_1_1am__NotificationConfiguration__s_html_abc567830bd6c0d470b344a62d51bd5d0"><div class="ttname"><a href="structam_1_1am__NotificationConfiguration__s.html#abc567830bd6c0d470b344a62d51bd5d0">am::am_NotificationConfiguration_s::parameter</a></div><div class="ttdeci">int16_t parameter</div><div class="ttdoc">This gives additional information to the notification status. </div><div class="ttdef"><b>Definition:</b> <a href="audiomanagertypes_8h_source.html#l01130">audiomanagertypes.h:1130</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aa24d0146f4e3c75e02d6c0152e246da1"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aa24d0146f4e3c75e02d6c0152e246da1">am::CAmCommandReceiver::disconnect</a></div><div class="ttdeci">am_Error_e disconnect(const am_mainConnectionID_t mainConnectionID)</div><div class="ttdoc">disconnects a mainConnection </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00083">CAmCommandReceiver.cpp:83</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a33b0ab5fca8c82ce91b19f08c34471f8"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a33b0ab5fca8c82ce91b19f08c34471f8">am::CAmCommandReceiver::setSystemProperty</a></div><div class="ttdeci">am_Error_e setSystemProperty(const am_SystemProperty_s &amp;property)</div><div class="ttdoc">is used to set a specific system property. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00119">CAmCommandReceiver.cpp:119</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_aa24d0146f4e3c75e02d6c0152e246da1"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#aa24d0146f4e3c75e02d6c0152e246da1">am::CAmCommandReceiver::disconnect</a></div><div class="ttdeci">am_Error_e disconnect(const am_mainConnectionID_t mainConnectionID)</div><div class="ttdoc">disconnects a mainConnection </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00085">CAmCommandReceiver.cpp:85</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a33b0ab5fca8c82ce91b19f08c34471f8"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a33b0ab5fca8c82ce91b19f08c34471f8">am::CAmCommandReceiver::setSystemProperty</a></div><div class="ttdeci">am_Error_e setSystemProperty(const am_SystemProperty_s &amp;property)</div><div class="ttdoc">is used to set a specific system property. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00121">CAmCommandReceiver.cpp:121</a></div></div>
<div class="ttc" id="classam_1_1IAmDatabaseHandler_html_a3f5299a4c7855c9a152ad7798e21f2ea"><div class="ttname"><a href="classam_1_1IAmDatabaseHandler.html#a3f5299a4c7855c9a152ad7798e21f2ea">am::IAmDatabaseHandler::getListVisibleMainConnections</a></div><div class="ttdeci">virtual am_Error_e getListVisibleMainConnections(std::vector&lt; am_MainConnectionType_s &gt; &amp;listConnections) const =0</div></div>
-<div class="ttc" id="classam_1_1CAmControlSender_html_a3880c0627b1d1360120c6bb294d45cdf"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a3880c0627b1d1360120c6bb294d45cdf">am::CAmControlSender::hookUserVolumeStep</a></div><div class="ttdeci">am_Error_e hookUserVolumeStep(const am_sinkID_t SinkID, const int16_t increment)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00198">CAmControlSender.cpp:198</a></div></div>
-<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a9f2313f8608c5cc7948f1406ec04beb7"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a9f2313f8608c5cc7948f1406ec04beb7">am::CAmCommandReceiver::getListMainSinkSoundProperties</a></div><div class="ttdeci">am_Error_e getListMainSinkSoundProperties(const am_sinkID_t sinkID, std::vector&lt; am_MainSoundProperty_s &gt; &amp;listSoundProperties) const </div><div class="ttdoc">This is used to retrieve all source sound properties related to a source. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00146">CAmCommandReceiver.cpp:146</a></div></div>
+<div class="ttc" id="classam_1_1CAmControlSender_html_a3880c0627b1d1360120c6bb294d45cdf"><div class="ttname"><a href="classam_1_1CAmControlSender.html#a3880c0627b1d1360120c6bb294d45cdf">am::CAmControlSender::hookUserVolumeStep</a></div><div class="ttdeci">am_Error_e hookUserVolumeStep(const am_sinkID_t SinkID, const int16_t increment)</div><div class="ttdef"><b>Definition:</b> <a href="CAmControlSender_8cpp_source.html#l00211">CAmControlSender.cpp:211</a></div></div>
+<div class="ttc" id="classam_1_1CAmCommandReceiver_html_a9f2313f8608c5cc7948f1406ec04beb7"><div class="ttname"><a href="classam_1_1CAmCommandReceiver.html#a9f2313f8608c5cc7948f1406ec04beb7">am::CAmCommandReceiver::getListMainSinkSoundProperties</a></div><div class="ttdeci">am_Error_e getListMainSinkSoundProperties(const am_sinkID_t sinkID, std::vector&lt; am_MainSoundProperty_s &gt; &amp;listSoundProperties) const </div><div class="ttdoc">This is used to retrieve all source sound properties related to a source. </div><div class="ttdef"><b>Definition:</b> <a href="CAmCommandReceiver_8cpp_source.html#l00147">CAmCommandReceiver.cpp:147</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_73840c26962c025d9d91b16130beda5a.html">AudioManagerCore</a></li><li class="navelem"><a class="el" href="dir_218adc744edff50228af3539b32b7808.html">src</a></li><li class="navelem"><a class="el" href="CAmCommandReceiver_8cpp.html">CAmCommandReceiver.cpp</a></li>
- <li class="footer">Generated on Fri Sep 30 2016 14:27:21 for AudioManager by
+ <li class="footer">Generated on Fri Feb 9 2018 14:50:29 for AudioManager by
<a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>