OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_refptr
(Results
76 - 100
of
450
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/talk/app/webrtc/
peerconnectioninterface.h
260
std::vector<rtc::
scoped_refptr
<rtc::RTCCertificate>> certificates;
317
virtual rtc::
scoped_refptr
<StreamCollectionInterface>
321
virtual rtc::
scoped_refptr
<StreamCollectionInterface>
336
virtual rtc::
scoped_refptr
<DtmfSenderInterface> CreateDtmfSender(
343
virtual rtc::
scoped_refptr
<RtpSenderInterface> CreateSender(
346
return rtc::
scoped_refptr
<RtpSenderInterface>();
349
virtual std::vector<rtc::
scoped_refptr
<RtpSenderInterface>> GetSenders()
351
return std::vector<rtc::
scoped_refptr
<RtpSenderInterface>>();
354
virtual std::vector<rtc::
scoped_refptr
<RtpReceiverInterface>> GetReceivers()
356
return std::vector<rtc::
scoped_refptr
<RtpReceiverInterface>>()
[
all
...]
mediastreamproxy.h
40
PROXY_METHOD1(rtc::
scoped_refptr
<AudioTrackInterface>,
42
PROXY_METHOD1(rtc::
scoped_refptr
<VideoTrackInterface>,
peerconnectionfactory.cc
59
const rtc::
scoped_refptr
<RefCountedDtlsIdentityStore>& store)
66
const rtc::
scoped_refptr
<webrtc::DtlsIdentityRequestObserver>&
72
rtc::
scoped_refptr
<RefCountedDtlsIdentityStore> store_;
77
rtc::
scoped_refptr
<PeerConnectionFactoryInterface>
79
rtc::
scoped_refptr
<PeerConnectionFactory> pc_factory(
97
rtc::
scoped_refptr
<PeerConnectionFactoryInterface>
104
rtc::
scoped_refptr
<PeerConnectionFactory> pc_factory(
209
rtc::
scoped_refptr
<AudioSourceInterface>
213
rtc::
scoped_refptr
<LocalAudioSource> source(
218
rtc::
scoped_refptr
<VideoSourceInterface
[
all
...]
peerconnectionfactory.h
58
rtc::
scoped_refptr
<PeerConnectionInterface> CreatePeerConnection(
67
rtc::
scoped_refptr
<MediaStreamInterface>
70
rtc::
scoped_refptr
<AudioSourceInterface> CreateAudioSource(
73
rtc::
scoped_refptr
<VideoSourceInterface> CreateVideoSource(
77
rtc::
scoped_refptr
<VideoTrackInterface>
81
rtc::
scoped_refptr
<AudioTrackInterface>
114
rtc::
scoped_refptr
<AudioDeviceModule> default_adm_;
127
rtc::
scoped_refptr
<RefCountedDtlsIdentityStore> dtls_identity_store_;
videotrack.h
42
static rtc::
scoped_refptr
<VideoTrack> Create(
59
rtc::
scoped_refptr
<VideoSourceInterface> video_source_;
/external/libchrome/base/files/
important_file_writer.h
66
scoped_refptr
<SequencedTaskRunner> task_runner);
70
scoped_refptr
<SequencedTaskRunner> task_runner,
122
const
scoped_refptr
<SequencedTaskRunner> task_runner_;
/external/v8/tools/clang/rewrite_scoped_refptr/tests/
test12-expected.cc
9
#include "
scoped_refptr
.h"
15
typedef std::map<std::string,
scoped_refptr
<const Foo> > MyMap;
18
: public std::iterator<std::input_iterator_tag,
scoped_refptr
<const Foo> > {
27
const
scoped_refptr
<const Foo> operator*() { return it_->second; }
test12-original.cc
9
#include "
scoped_refptr
.h"
15
typedef std::map<std::string,
scoped_refptr
<const Foo> > MyMap;
18
: public std::iterator<std::input_iterator_tag,
scoped_refptr
<const Foo> > {
27
const
scoped_refptr
<const Foo> operator*() { return it_->second; }
/external/webrtc/webrtc/p2p/base/
transportdescriptionfactory.h
38
const rtc::
scoped_refptr
<rtc::RTCCertificate>& certificate() const {
46
const rtc::
scoped_refptr
<rtc::RTCCertificate>& certificate) {
64
rtc::
scoped_refptr
<rtc::RTCCertificate> certificate_;
/external/webrtc/webrtc/base/
rtccertificate_unittests.cc
51
uint64_t ExpiresSeconds(const
scoped_refptr
<RTCCertificate>& cert) const {
59
bool HasExpiredSeconds(const
scoped_refptr
<RTCCertificate>& cert,
68
scoped_refptr
<RTCCertificate> GenerateCertificateWithExpires(
90
scoped_refptr
<RTCCertificate> certificate =
102
scoped_refptr
<RTCCertificate> certificate =
110
scoped_refptr
<RTCCertificate> certificate =
/external/libchrome/base/memory/
ref_counted_delete_on_message_loop.h
22
// Foo(
scoped_refptr
<SingleThreadTaskRunner> loop)
41
scoped_refptr
<SingleThreadTaskRunner> task_runner)
67
scoped_refptr
<SingleThreadTaskRunner> task_runner_;
ref_counted_memory_unittest.cc
14
scoped_refptr
<RefCountedMemory> mem = new RefCountedStaticMemory(
25
scoped_refptr
<RefCountedMemory> mem = RefCountedBytes::TakeVector(&data);
33
scoped_refptr
<RefCountedMemory> mem2;
46
scoped_refptr
<RefCountedMemory> mem = RefCountedString::TakeString(&s);
57
scoped_refptr
<RefCountedMemory> mem1 = RefCountedString::TakeString(&s1);
64
scoped_refptr
<RefCountedMemory> mem2 = RefCountedBytes::TakeVector(&d2);
69
scoped_refptr
<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3);
77
scoped_refptr
<RefCountedMemory> mem = RefCountedString::TakeString(&s);
/external/libchrome/base/message_loop/
message_loop_task_runner.h
27
scoped_refptr
<IncomingTaskQueue> incoming_queue);
46
scoped_refptr
<IncomingTaskQueue> incoming_queue_;
/external/libchrome/base/test/
sequenced_worker_pool_owner.h
42
const
scoped_refptr
<SequencedWorkerPool>& pool();
60
scoped_refptr
<SequencedWorkerPool> pool_;
/external/libchrome/base/trace_event/
trace_event_system_stats_monitor.h
35
scoped_refptr
<SingleThreadTaskRunner> task_runner);
57
scoped_refptr
<SingleThreadTaskRunner> task_runner_;
/external/libmojo/mojo/public/cpp/bindings/
scoped_interface_endpoint_handle.h
58
scoped_refptr
<AssociatedGroupController> group_controller);
62
scoped_refptr
<AssociatedGroupController> group_controller_;
/external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.h
57
rtc::
scoped_refptr
<VideoFrameBuffer> NativeToI420Buffer() override;
59
rtc::
scoped_refptr
<AndroidTextureBuffer> ScaleAndRotate(
/external/webrtc/talk/app/webrtc/objc/
RTCAudioTrack.mm
41
- (rtc::
scoped_refptr
<webrtc::AudioTrackInterface>)audioTrack {
RTCDataChannel+Internal.h
50
rtc::
scoped_refptr
<webrtc::DataChannelInterface> dataChannel;
53
(rtc::
scoped_refptr
<webrtc::DataChannelInterface>)dataChannel;
RTCVideoSource.mm
40
- (rtc::
scoped_refptr
<webrtc::VideoSourceInterface>)videoSource {
/system/bt/service/ipc/
ipc_manager.h
90
scoped_refptr
<IPCHandler> binder_handler_;
91
scoped_refptr
<IPCHandler> linux_handler_;
/external/libmojo/mojo/public/cpp/bindings/tests/
bind_task_runner_unittest.cc
123
scoped_refptr
<base::SingleThreadTaskRunner> runner)
154
scoped_refptr
<base::SingleThreadTaskRunner> runner,
155
scoped_refptr
<base::SingleThreadTaskRunner> sender_runner)
180
scoped_refptr
<base::SingleThreadTaskRunner> sender_runner_;
187
binding_task_runner_ =
scoped_refptr
<TestTaskRunner>(new TestTaskRunner);
188
ptr_task_runner_ =
scoped_refptr
<TestTaskRunner>(new TestTaskRunner);
195
scoped_refptr
<TestTaskRunner> binding_task_runner_;
196
scoped_refptr
<TestTaskRunner> ptr_task_runner_;
208
scoped_refptr
<TestTaskRunner>(new TestTaskRunner);
210
scoped_refptr
<TestTaskRunner>(new TestTaskRunner)
[
all
...]
/external/libchrome/base/metrics/
user_metrics.h
66
scoped_refptr
<SingleThreadTaskRunner> task_runner);
/external/libchrome/base/threading/
worker_pool.h
55
static const
scoped_refptr
<TaskRunner>& GetTaskRunner(bool task_is_slow);
/external/libmojo/mojo/edk/system/
broker.h
31
scoped_refptr
<PlatformSharedBuffer> GetSharedBuffer(size_t num_bytes);
Completed in 670 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>