Home
last modified time | relevance | path

Searched refs:PRINTCB (Results 1 – 1 of 1) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dbeaudio.cxx48 #define PRINTCB(x) // PRINT(x) macro
584 PRINTCB(("State is FULL")); in UpdateState()
589 PRINTCB(("State is EMPTY")); in UpdateState()
594 PRINTCB(("State is FILLED")); in UpdateState()
601 PRINTCB(("...and EMPTYENOUGH")); in UpdateState()
606 PRINTCB(("...and FULLENOUGH")); in UpdateState()
613 PRINTCB(("Updating state from %X to %X", mState, newstate)); in UpdateState()
712 PRINTCB(("Waiting for state %X, current state=%X this=%p", state, mState, this)); in WaitForState()
723 PRINTCB(("Detected state %X, wanted %X, returning", mState, state)); in WaitForState()
726 PRINTCB(("Waiting for %X; headroom=%u tailroom=%u this=%p",state,mHeadRoom,mTailRoom,this)); in WaitForState()
[all …]