Searched refs:IsInUse (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalCaptureDevice.h66 volatile int32_t IsInUse() { return mInUseFlag; } function in class:OALCaptureDevice
H A DoalDevice.h83 volatile int32_t IsInUse() { return mInUseFlag; } function in class:OALDevice
H A DoalContext.h190 volatile int32_t IsInUse() { return mInUseFlag; } function in class:OALContext
H A DoalImp.cpp527 while(oalContext->IsInUse())
683 while(oalCaptureDevice->IsInUse())
860 while(oalDevice->IsInUse())

Completed in 417 milliseconds