Lines Matching refs:xStreamBufferType
333 BaseType_t xStreamBufferType, in xStreamBufferGenericCreate() argument
340 …R_xStreamBufferGenericCreate( xBufferSizeBytes, xTriggerLevelBytes, xStreamBufferType, pxSendCompl… in xStreamBufferGenericCreate()
346 if( xStreamBufferType == sbTYPE_MESSAGE_BUFFER ) in xStreamBufferGenericCreate()
352 else if( xStreamBufferType == sbTYPE_STREAM_BATCHING_BUFFER ) in xStreamBufferGenericCreate()
408 … traceSTREAM_BUFFER_CREATE( ( ( StreamBuffer_t * ) pvAllocatedMemory ), xStreamBufferType ); in xStreamBufferGenericCreate()
412 traceSTREAM_BUFFER_CREATE_FAILED( xStreamBufferType ); in xStreamBufferGenericCreate()
429 BaseType_t xStreamBufferType, in xStreamBufferGenericCreateStatic() argument
442 …eamBufferGenericCreateStatic( xBufferSizeBytes, xTriggerLevelBytes, xStreamBufferType, pucStreamBu… in xStreamBufferGenericCreateStatic()
460 if( xStreamBufferType == sbTYPE_MESSAGE_BUFFER ) in xStreamBufferGenericCreateStatic()
466 else if( xStreamBufferType == sbTYPE_STREAM_BATCHING_BUFFER ) in xStreamBufferGenericCreateStatic()
502 traceSTREAM_BUFFER_CREATE( pxStreamBuffer, xStreamBufferType ); in xStreamBufferGenericCreateStatic()
512 traceSTREAM_BUFFER_CREATE_STATIC_FAILED( xReturn, xStreamBufferType ); in xStreamBufferGenericCreateStatic()