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

  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.h 125 _ref_count(0),
128 ~VoiceEngineImpl() override { assert(_ref_count.Value() == 0); }
142 Atomic32 _ref_count; member in class:webrtc::VoiceEngineImpl
voice_engine_impl.cc 43 return ++_ref_count;
48 int new_ref = --_ref_count;
  /external/webrtc/webrtc/test/
mock_voice_engine.h 28 ++_ref_count;
40 --_ref_count;

Completed in 58 milliseconds