Searched refs:sendValue (Results 1 – 1 of 1) sorted by relevance
207 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local210 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()211 *mainSend = sendValue.mainSend; in GetSendValue()212 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()213 AUX_BUS_NUM : sendValue.fxSend.count; in GetSendValue()216 fxSend[ i ] = sendValue.fxSend.item[ i ]; in GetSendValue()313 const SendValue& sendValue = *reinterpret_cast<const SendValue*>( in GetSendValue() local316 NW_ASSERT( fxSendCount <= sendValue.fxSend.count ); in GetSendValue()317 *mainSend = sendValue.mainSend; in GetSendValue()318 int countSize = sendValue.fxSend.count > AUX_BUS_NUM ? in GetSendValue()[all …]