HomeSort by relevance Sort by last modified time
    Searched refs:iOutputQueue (Results 1 - 2 of 2) sorted by null

  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_internal.h 693 iOutputQueue = aOutputQueue;
694 return (iObserver != NULL && iOutputQueue != NULL);
763 iOutputQueue(NULL),
792 if (iOutputQueue) iOutputQueue->clear();
802 OUTPUT_DATA_QUEUE *iOutputQueue;
    [all...]
pvmf_protocol_engine_common.cpp 173 iOutputQueue->clear();
175 if (!saveOutputData(entityUnit, *iOutputQueue, size))
198 status = iObserver->OutputDataAvailable(iOutputQueue, true);
336 if (iHttpHeaderParsed && !iOutputQueue->empty())
338 //if(!iObserver->OutputDataAvailable(iOutputQueue, false)) return PARSE_GENERAL_ERROR;
339 int32 status = iObserver->OutputDataAvailable(iOutputQueue, false);
    [all...]

Completed in 11 milliseconds