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

  /external/webrtc/talk/app/webrtc/
dtmfsenderinterface.h 56 class DtmfSenderInterface : public rtc::RefCountInterface {
rtpreceiverinterface.h 43 class RtpReceiverInterface : public rtc::RefCountInterface {
mediastreaminterface.h 74 class MediaSourceInterface : public rtc::RefCountInterface,
93 class MediaStreamTrackInterface : public rtc::RefCountInterface,
191 class AudioProcessorInterface : public rtc::RefCountInterface {
253 class MediaStreamInterface : public rtc::RefCountInterface,
jsep.h 132 class CreateSessionDescriptionObserver : public rtc::RefCountInterface {
144 class SetSessionDescriptionObserver : public rtc::RefCountInterface {
rtpsenderinterface.h 44 class RtpSenderInterface : public rtc::RefCountInterface {
peerconnectioninterface.h 107 class StreamCollectionInterface : public rtc::RefCountInterface {
123 class StatsObserver : public rtc::RefCountInterface {
131 class MetricsObserverInterface : public rtc::RefCountInterface {
158 class PeerConnectionInterface : public rtc::RefCountInterface {
501 class PeerConnectionFactoryInterface : public rtc::RefCountInterface {
androidvideocapturer.h 41 class AndroidVideoCapturerDelegate : public rtc::RefCountInterface {
datachannelinterface.h 101 class DataChannelInterface : public rtc::RefCountInterface {
dtlsidentitystore.h 52 class DtlsIdentityRequestObserver : public rtc::RefCountInterface {
proxy_unittest.cc 47 class FakeInterface : public rtc::RefCountInterface {
statstypes.h 226 class IdBase : public rtc::RefCountInterface {
  /external/webrtc/talk/app/webrtc/java/jni/
surfacetexturehelper_jni.h 57 class SurfaceTextureHelper : public rtc::RefCountInterface {
  /external/webrtc/webrtc/
audio_state.h 28 class AudioState : public rtc::RefCountInterface {
  /external/webrtc/webrtc/base/
rtccertificate.h 25 class RTCCertificate : public RefCountInterface {
bind_unittest.cc 45 struct B: public RefCountInterface { int dummy; };
76 rtc::remove_reference<const scoped_refptr<RefCountInterface>&>::type,
77 const scoped_refptr<RefCountInterface>>::value,
107 EXPECT_IS_CAPTURED_AS_PTR(RefCountInterface*);
109 EXPECT_IS_CAPTURED_AS_SCOPED_REFPTR(RefCountInterface);
114 EXPECT_IS_CAPTURED_AS_SCOPED_REFPTR(RefCountedObject<RefCountInterface>);
117 EXPECT_IS_CAPTURED_AS_SCOPED_REFPTR(const RefCountedObject<RefCountInterface>);
160 // Test Bind where method object implements RefCountInterface and is passed as a
176 // Test Bind where method object implements RefCountInterface and is passed as a
callback.h 85 struct Helper : RefCountInterface {
115 struct Helper : RefCountInterface {
146 struct Helper : RefCountInterface {
178 struct Helper : RefCountInterface {
211 struct Helper : RefCountInterface {
245 struct Helper : RefCountInterface {
callback.h.pump 86 struct Helper : RefCountInterface {
asyncinvoker-inl.h 30 class AsyncClosure : public RefCountInterface {
callback_unittest.cc 31 class RefCountedBindTester : public RefCountInterface {
refcount.h 21 class RefCountInterface {
26 virtual ~RefCountInterface() {}
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_frame_buffer_pool.h 56 class Vp9FrameBuffer : public rtc::RefCountInterface {
  /external/webrtc/webrtc/common_video/include/
video_frame_buffer.h 31 class VideoFrameBuffer : public rtc::RefCountInterface {

Completed in 1032 milliseconds