HomeSort by relevance Sort by last modified time
    Searched full:scoped_refptr (Results 51 - 75 of 542) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/
audio_state.h 40 // TODO(solenberg): Replace scoped_refptr with shared_ptr once we can use it.
41 static rtc::scoped_refptr<AudioState> Create(
  /external/webrtc/webrtc/common_video/include/
i420_buffer_pool.h 31 rtc::scoped_refptr<VideoFrameBuffer> CreateBuffer(int width, int height);
38 std::list<rtc::scoped_refptr<I420Buffer>> buffers_;
  /external/webrtc/webrtc/modules/desktop_capture/
shared_desktop_frame.h 40 SharedDesktopFrame(rtc::scoped_refptr<Core> core);
42 rtc::scoped_refptr<Core> core_;
  /external/webrtc/webrtc/test/
fake_texture_frame.h 40 rtc::scoped_refptr<VideoFrameBuffer> NativeToI420Buffer() override {
41 rtc::scoped_refptr<VideoFrameBuffer> buffer(
  /external/libchrome/base/files/
file_path_watcher.h 61 scoped_refptr<base::SingleThreadTaskRunner> task_runner() const {
65 void set_task_runner(scoped_refptr<base::SingleThreadTaskRunner> runner) {
79 scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
89 static void CancelWatch(const scoped_refptr<PlatformDelegate>& delegate);
104 scoped_refptr<PlatformDelegate> impl_;
  /external/webrtc/talk/app/webrtc/objc/
RTCMediaStream.mm 43 rtc::scoped_refptr<webrtc::MediaStreamInterface> _mediaStream;
109 (rtc::scoped_refptr<webrtc::MediaStreamInterface>)mediaStream {
124 rtc::scoped_refptr<webrtc::AudioTrackInterface> track =
132 rtc::scoped_refptr<webrtc::VideoTrackInterface> track =
142 - (rtc::scoped_refptr<webrtc::MediaStreamInterface>)mediaStream {
RTCVideoTrack.mm 52 rtc::scoped_refptr<webrtc::VideoTrackInterface> track =
63 (rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>)mediaTrack {
66 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
118 - (rtc::scoped_refptr<webrtc::VideoTrackInterface>)nativeVideoTrack {
  /external/webrtc/talk/app/webrtc/
peerconnection.h 81 rtc::scoped_refptr<StreamCollectionInterface> local_streams() override;
82 rtc::scoped_refptr<StreamCollectionInterface> remote_streams() override;
88 rtc::scoped_refptr<DtmfSenderInterface> CreateDtmfSender(
91 rtc::scoped_refptr<RtpSenderInterface> CreateSender(
95 std::vector<rtc::scoped_refptr<RtpSenderInterface>> GetSenders()
97 std::vector<rtc::scoped_refptr<RtpReceiverInterface>> GetReceivers()
100 rtc::scoped_refptr<DataChannelInterface> CreateDataChannel(
137 virtual const std::vector<rtc::scoped_refptr<DataChannel>>&
305 rtc::scoped_refptr<DataChannel> InternalCreateDataChannel(
327 std::vector<rtc::scoped_refptr<RtpSenderInterface>>::iterato
    [all...]
webrtcsessiondescriptionfactory.h 60 sigslot::signal1<const rtc::scoped_refptr<rtc::RTCCertificate>&>
79 rtc::scoped_refptr<CreateSessionDescriptionObserver> observer;
111 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate,
131 sigslot::signal1<const rtc::scoped_refptr<rtc::RTCCertificate>&>
151 const rtc::scoped_refptr<WebRtcIdentityRequestObserver>&
173 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate);
182 const rtc::scoped_refptr<WebRtcIdentityRequestObserver>
mediastream.h 43 static rtc::scoped_refptr<MediaStream> Create(const std::string& label);
51 virtual rtc::scoped_refptr<AudioTrackInterface>
53 virtual rtc::scoped_refptr<VideoTrackInterface>
audiotrack.cc 32 using rtc::scoped_refptr;
39 scoped_refptr<AudioTrack> AudioTrack::Create(
41 const scoped_refptr<AudioSourceInterface>& source) {
46 const scoped_refptr<AudioSourceInterface>& source)
  /external/webrtc/webrtc/api/objc/
RTCMediaStreamTrack.mm 17 rtc::scoped_refptr<webrtc::MediaStreamTrackInterface> _nativeTrack;
51 - (rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>)nativeTrack {
56 (rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>)nativeTrack {
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.h 118 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection_;
119 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>
124 std::map<std::string, rtc::scoped_refptr<webrtc::MediaStreamInterface> >
  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.cc 30 rtc::scoped_refptr<SharedXDisplay> SharedXDisplay::Create(
42 rtc::scoped_refptr<SharedXDisplay> SharedXDisplay::CreateDefault() {
67 rtc::scoped_refptr<SharedXDisplay> self(this);
  /system/connectivity/shill/cellular/
subscription_state_out_of_credits_detector_unittest.cc 80 scoped_refptr<NiceMock<MockCellular>> cellular_;
81 scoped_refptr<NiceMock<MockCellularService>> service_;
82 scoped_refptr<NiceMock<MockConnection>> connection_;
  /system/connectivity/shill/wimax/
wimax_unittest.cc 88 scoped_refptr<MockDHCPConfig> dhcp_config_;
108 scoped_refptr<MockWiMaxService> service(
124 scoped_refptr<NiceMock<MockWiMaxService>> service0(
126 scoped_refptr<MockWiMaxService> service1(
160 scoped_refptr<MockWiMaxService> service(
171 scoped_refptr<MockWiMaxService> service(
216 scoped_refptr<NiceMock<MockWiMaxService>> service0(
218 scoped_refptr<MockWiMaxService> service1(
237 scoped_refptr<MockWiMaxService> service(
281 scoped_refptr<MockWiMaxService> service
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_service_watcher.cc 13 scoped_refptr<dbus::Bus> bus,
dbus_service_watcher.h 32 DBusServiceWatcher(scoped_refptr<dbus::Bus> bus,
41 scoped_refptr<dbus::Bus> bus_;
  /external/libchrome/base/trace_event/
memory_dump_manager.h 79 const scoped_refptr<SingleThreadTaskRunner>& task_runner);
83 const scoped_refptr<SingleThreadTaskRunner>& task_runner,
117 const scoped_refptr<MemoryDumpSessionState>& session_state() const {
150 // - Upon each dump they (actually their scoped_refptr-s) are copied into
165 bool operator()(const scoped_refptr<MemoryDumpProviderInfo>& a,
166 const scoped_refptr<MemoryDumpProviderInfo>& b) const;
169 std::set<scoped_refptr<MemoryDumpProviderInfo>, Comparator>;
174 const scoped_refptr<SingleThreadTaskRunner>& task_runner,
188 const scoped_refptr<SingleThreadTaskRunner> task_runner;
213 const scoped_refptr<MemoryDumpSessionState>& session_state
    [all...]
heap_profiler_type_name_deduplicator_unittest.cc 37 scoped_refptr<TypeNameDeduplicator> dedup = new TypeNameDeduplicator;
52 scoped_refptr<TypeNameDeduplicator> dedup = new TypeNameDeduplicator;
  /system/connectivity/shill/dbus/
chromeos_dbus_service_watcher.cc 22 scoped_refptr<dbus::Bus> bus,
mock_dbus_service_watcher_factory.h 33 ChromeosDBusServiceWatcher*(scoped_refptr<dbus::Bus> bus,
  /external/libchrome/base/memory/
raw_scoped_refptr_mismatch_checker.h 16 // scoped_refptr. Example: http://crbug.com/27191
34 // Human readable translation: you needed to be a scoped_refptr if you are a
  /external/libchrome/base/test/
sequenced_worker_pool_owner.h 42 const scoped_refptr<SequencedWorkerPool>& pool();
60 scoped_refptr<SequencedWorkerPool> pool_;
test_pending_task.cc 53 scoped_refptr<base::trace_event::ConvertableToTraceFormat>
55 scoped_refptr<base::trace_event::TracedValue> state =

Completed in 512 milliseconds

1 23 4 5 6 7 8 91011>>