Searched refs:RTCircBufCreate (Results 1 - 8 of 8) sorted by relevance

/vbox/include/iprt/
H A Dcircbuf.h55 RTDECL(int) RTCircBufCreate(PRTCIRCBUF *ppBuf, size_t cbSize);
H A Dmangling.h318 # define RTCircBufCreate RT_MANGLER(RTCircBufCreate) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCircBuf.cpp52 RTTESTI_CHECK_RC(RTCircBufCreate(&pBuf, 10), VINF_SUCCESS);
/vbox/src/VBox/Runtime/common/misc/
H A Dcircbuf.cpp61 RTDECL(int) RTCircBufCreate(PRTCIRCBUF *ppBuf, size_t cbSize) function
/vbox/src/VBox/Storage/testcase/
H A DVDIoBackendMem.cpp99 rc = RTCircBufCreate(&pIoBackend->pRequestRing, VDMEMIOBACKEND_REQS * sizeof(PVDIOBACKENDREQ));
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVideoRec.cpp592 RTCircBufCreate(&pVRDEVoice->pRecordedVoiceBuf,
/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp957 rc = RTCircBufCreate(&pStreamIn->pBuf, cSamples << pHstStrmIn->Props.cShift);
1230 rc = RTCircBufCreate(&pStreamOut->pBuf, cSamples << pHstStrmOut->Props.cShift);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1054 rc = RTCircBufCreate(&pInt->pCircBuf, _1M * 2);

Completed in 202 milliseconds