Searched refs:_activeQueue (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc84 _activeQueue(0)
436 if(_nextFreeIdx[_activeQueue] >= WEBRTC_TRACE_MAX_QUEUE)
448 memcpy(_messageQueue[_activeQueue][n],
449 _messageQueue[_activeQueue][n + lastQuarterOffset],
452 _nextFreeIdx[_activeQueue] = WEBRTC_TRACE_MAX_QUEUE/4;
465 WebRtc_UWord16 idx = _nextFreeIdx[_activeQueue];
466 _nextFreeIdx[_activeQueue]++;
468 _level[_activeQueue][idx] = level;
469 _length[_activeQueue][idx] = length;
470 memcpy(_messageQueue[_activeQueue][id
[all...]
H A Dtrace_impl.h121 // _critsectArray protects _activeQueue
127 WebRtc_UWord8 _activeQueue; member in class:webrtc::TraceImpl

Completed in 112 milliseconds