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

  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 83 _activeQueue(0)
434 if(_nextFreeIdx[_activeQueue] >= WEBRTC_TRACE_MAX_QUEUE)
446 memcpy(_messageQueue[_activeQueue][n],
447 _messageQueue[_activeQueue][n + lastQuarterOffset],
450 _nextFreeIdx[_activeQueue] = WEBRTC_TRACE_MAX_QUEUE/4;
463 WebRtc_UWord16 idx = _nextFreeIdx[_activeQueue];
464 _nextFreeIdx[_activeQueue]++;
466 _level[_activeQueue][idx] = level;
467 _length[_activeQueue][idx] = length;
468 memcpy(_messageQueue[_activeQueue][idx], traceMessage, length)
    [all...]
trace_impl.h 122 // _critsectArray protects _activeQueue
128 WebRtc_UWord8 _activeQueue;

Completed in 41 milliseconds