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

  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 79 _nextFreeIdx(),
85 _nextFreeIdx[0] = 0;
86 _nextFreeIdx[1] = 0;
434 if(_nextFreeIdx[_activeQueue] >= WEBRTC_TRACE_MAX_QUEUE)
450 _nextFreeIdx[_activeQueue] = WEBRTC_TRACE_MAX_QUEUE/4;
463 WebRtc_UWord16 idx = _nextFreeIdx[_activeQueue];
464 _nextFreeIdx[_activeQueue]++;
470 if(_nextFreeIdx[_activeQueue] == WEBRTC_TRACE_MAX_QUEUE-1)
474 _level[_activeQueue][_nextFreeIdx[_activeQueue]] = kTraceWarning;
475 _length[_activeQueue][_nextFreeIdx[_activeQueue]] = strlen(warning_msg)
    [all...]
trace_impl.h 124 WebRtc_UWord16 _nextFreeIdx[WEBRTC_TRACE_NUM_ARRAY];

Completed in 44 milliseconds