Home
last modified time | relevance | path

Searched refs:kDroppedLastRef (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/rtc_base/
Dref_count.h48 enum class RefCountReleaseStatus { kDroppedLastRef, kOtherRefsRemained }; enumerator
Dref_counter.h50 ? rtc::RefCountReleaseStatus::kDroppedLastRef in DecRef()
Dref_counted_object.h40 if (status == RefCountReleaseStatus::kDroppedLastRef) { in Release()
Dcallback_unittest.cc44 return count_ == 0 ? RefCountReleaseStatus::kDroppedLastRef in Release()
/external/webrtc/modules/audio_device/include/
Dfake_audio_device.h26 return rtc::RefCountReleaseStatus::kDroppedLastRef; in Release()
/external/webrtc/api/
Dref_counted_base.h26 if (status == RefCountReleaseStatus::kDroppedLastRef) { in Release()
/external/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.h102 if (status == rtc::RefCountReleaseStatus::kDroppedLastRef) { in STDMETHOD_()
/external/webrtc/api/task_queue/
Dtask_queue_test.cc199 if (count_.DecRef() == rtc::RefCountReleaseStatus::kDroppedLastRef) { in TEST_P()
/external/webrtc/call/
Dcall.cc514 return rtc::RefCountReleaseStatus::kDroppedLastRef; in Release()
570 if (ret == rtc::RefCountReleaseStatus::kDroppedLastRef) in Release()