HomeSort by relevance Sort by last modified time
    Searched refs:scoped_refptr (Results 126 - 150 of 450) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.h 44 static rtc::scoped_refptr<SharedXDisplay> Create(
49 static rtc::scoped_refptr<SharedXDisplay> CreateDefault();
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_frame_buffer_pool.h 35 // using scoped_refptr, the image buffer can be reused by VideoFrames and no
47 // // Important to use scoped_refptr to protect it against being recycled by
49 // scoped_refptr<Vp9FrameBuffer> img_buffer = (Vp9FrameBuffer*)img->fb_priv;
76 rtc::scoped_refptr<Vp9FrameBuffer> GetFrameBuffer(size_t min_size);
108 std::vector<rtc::scoped_refptr<Vp9FrameBuffer>> allocated_buffers_
  /external/webrtc/webrtc/test/
fake_texture_frame.h 40 rtc::scoped_refptr<VideoFrameBuffer> NativeToI420Buffer() override {
41 rtc::scoped_refptr<VideoFrameBuffer> buffer(
  /system/tpm/trunks/
background_command_transceiver.h 52 const scoped_refptr<base::SequencedTaskRunner>& task_runner);
71 scoped_refptr<base::SequencedTaskRunner> task_runner_;
  /external/libbrillo/brillo/dbus/
mock_dbus_object.h 20 const scoped_refptr<dbus::Bus>& bus,
dbus_connection.cc 26 scoped_refptr<dbus::Bus> DBusConnection::Connect() {
30 scoped_refptr<dbus::Bus> DBusConnection::ConnectWithTimeout(
40 scoped_refptr<dbus::Bus> bus = new dbus::Bus(options);
  /external/libchrome/base/power_monitor/
power_monitor.h 47 scoped_refptr<ObserverListThreadSafe<PowerObserver> > observers_;
  /external/libmojo/mojo/edk/system/
broker_host.h 40 scoped_refptr<Channel> channel_;
request_context.cc 49 for (const scoped_refptr<Watcher>& watcher :
75 scoped_refptr<Watcher> watcher,
83 void RequestContext::AddWatchCancelFinalizer(scoped_refptr<Watcher> watcher) {
93 scoped_refptr<Watcher> watcher,
watcher_set.h 46 std::unordered_map<uintptr_t, scoped_refptr<Watcher>> watchers_;
wait_set_dispatcher.h 31 MojoResult AddWaitingDispatcher(const scoped_refptr<Dispatcher>& dispatcher,
35 const scoped_refptr<Dispatcher>& dispatcher) override;
58 scoped_refptr<Dispatcher> dispatcher;
  /external/libmojo/mojo/edk/system/ports/
port_ref.cc 19 PortRef::PortRef(const PortName& name, const scoped_refptr<Port>& port)
  /external/libmojo/mojo/public/cpp/bindings/lib/
associated_group_controller.cc 12 scoped_refptr<base::SingleThreadTaskRunner> task_runner)
  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
logging-checks-expected.cc 17 scoped_refptr<Foo> a;
  /external/webrtc/talk/app/webrtc/
peerconnectionendtoend_unittest.cc 62 typedef std::vector<rtc::scoped_refptr<DataChannelInterface> >
170 rtc::scoped_refptr<PeerConnectionTestWrapper> caller_;
171 rtc::scoped_refptr<PeerConnectionTestWrapper> callee_;
207 rtc::scoped_refptr<DataChannelInterface> caller_dc(
209 rtc::scoped_refptr<DataChannelInterface> callee_dc(
242 rtc::scoped_refptr<DataChannelInterface> dummy(
248 rtc::scoped_refptr<DataChannelInterface> caller_dc(
250 rtc::scoped_refptr<DataChannelInterface> callee_dc(
270 rtc::scoped_refptr<DataChannelInterface> caller_dc_1(
272 rtc::scoped_refptr<DataChannelInterface> callee_dc_1
    [all...]
androidvideocapturer.h 62 const rtc::scoped_refptr<AndroidVideoCapturerDelegate>& delegate);
71 const rtc::scoped_refptr<webrtc::VideoFrameBuffer>& buffer,
96 rtc::scoped_refptr<AndroidVideoCapturerDelegate> delegate_;
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>
dtlsidentitystore.h 80 const rtc::scoped_refptr<DtlsIdentityRequestObserver>& observer) {
90 const rtc::scoped_refptr<DtlsIdentityRequestObserver>& observer) {
110 const rtc::scoped_refptr<DtlsIdentityRequestObserver>& observer) override;
121 const rtc::scoped_refptr<DtlsIdentityRequestObserver>& observer);
153 std::queue<rtc::scoped_refptr<DtlsIdentityRequestObserver>>
localaudiosource_unittest.cc 57 rtc::scoped_refptr<LocalAudioSource> source =
73 rtc::scoped_refptr<LocalAudioSource> source =
86 rtc::scoped_refptr<LocalAudioSource> source =
98 rtc::scoped_refptr<LocalAudioSource> source =
111 rtc::scoped_refptr<LocalAudioSource> source =
mediastreaminterface.h 235 virtual rtc::scoped_refptr<AudioProcessorInterface>
248 typedef std::vector<rtc::scoped_refptr<AudioTrackInterface> >
250 typedef std::vector<rtc::scoped_refptr<VideoTrackInterface> >
260 virtual rtc::scoped_refptr<AudioTrackInterface>
262 virtual rtc::scoped_refptr<VideoTrackInterface>
  /external/webrtc/webrtc/common_video/
i420_buffer_pool_unittest.cc 20 rtc::scoped_refptr<VideoFrameBuffer> buffer = pool.CreateBuffer(16, 16);
40 rtc::scoped_refptr<VideoFrameBuffer> buffer = pool.CreateBuffer(16, 16);
57 rtc::scoped_refptr<VideoFrameBuffer> buffer = pool.CreateBuffer(16, 16);
62 rtc::scoped_refptr<VideoFrameBuffer> buffer;
  /system/update_engine/
dbus_connection.cc 44 const scoped_refptr<dbus::Bus>& DBusConnection::GetDBus() {
  /external/libchrome/base/threading/
sequenced_task_runner_handle.cc 25 scoped_refptr<SequencedTaskRunner> SequencedTaskRunnerHandle::Get() {
36 scoped_refptr<base::SequencedTaskRunner> task_runner =
55 scoped_refptr<SequencedTaskRunner> task_runner)
  /external/webrtc/talk/app/webrtc/test/
fakedtlsidentitystore.h 103 typedef rtc::TypedMessageData<rtc::scoped_refptr<
117 const rtc::scoped_refptr<webrtc::DtlsIdentityRequestObserver>&
122 rtc::scoped_refptr<webrtc::DtlsIdentityRequestObserver>(observer));
127 static rtc::scoped_refptr<rtc::RTCCertificate> GenerateCertificate() {
162 rtc::scoped_refptr<webrtc::DtlsIdentityRequestObserver> observer =
peerconnectiontestwrapper.h 50 rtc::scoped_refptr<webrtc::DataChannelInterface> CreateDataChannel(
103 rtc::scoped_refptr<webrtc::MediaStreamInterface> GetUserMedia(
108 rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection_;
109 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>
111 rtc::scoped_refptr<FakeAudioCaptureModule> fake_audio_capture_module_;

Completed in 2614 milliseconds

1 2 3 4 56 7 8 91011>>