Home | History | Annotate | Download | only in src

Lines Matching refs:stat

112 OsclAny* EventHandlerThreadSafeCallbackAOEnc::DeQueue(OsclReturnCode &stat)
117 stat = OsclSuccess;
125 stat = OsclFailure;
146 stat = OsclPending; // let the Run know that the last event was pulled out of the queue
159 stat = OsclFailure;
256 OsclAny* EmptyBufferDoneThreadSafeCallbackAOEnc::DeQueue(OsclReturnCode &stat)
261 stat = OsclSuccess;
269 stat = OsclFailure;
290 stat = OsclPending; // let the Run know that the last event was pulled out of the queue
302 stat = OsclFailure;
401 OsclAny* FillBufferDoneThreadSafeCallbackAOEnc::DeQueue(OsclReturnCode &stat)
406 stat = OsclSuccess;
414 stat = OsclFailure;
434 stat = OsclPending; // let the Run know that the last event was pulled out of the queue
446 stat = OsclFailure;