OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_refptr
(Results
126 - 150
of
542
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/tpm/trunks/
background_command_transceiver.h
52
const
scoped_refptr
<base::SequencedTaskRunner>& task_runner);
71
scoped_refptr
<base::SequencedTaskRunner> task_runner_;
/external/webrtc/talk/app/webrtc/
peerconnectionfactory_unittest.cc
141
rtc::
scoped_refptr
<PeerConnectionFactoryInterface> factory_;
156
rtc::
scoped_refptr
<PeerConnectionFactoryInterface> factory(
164
rtc::
scoped_refptr
<PeerConnectionInterface> pc(factory->CreatePeerConnection(
185
rtc::
scoped_refptr
<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
215
rtc::
scoped_refptr
<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
244
rtc::
scoped_refptr
<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
265
rtc::
scoped_refptr
<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
290
rtc::
scoped_refptr
<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
325
rtc::
scoped_refptr
<PeerConnectionInterface> pc(factory_->CreatePeerConnection(
352
rtc::
scoped_refptr
<VideoSourceInterface> source
[
all
...]
peerconnectioninterface_unittest.cc
258
using rtc::
scoped_refptr
;
331
const std::vector<rtc::
scoped_refptr
<RtpSenderInterface>>& senders,
345
rtc::
scoped_refptr
<StreamCollection> CreateStreamCollection(
347
rtc::
scoped_refptr
<StreamCollection> local_collection(
351
rtc::
scoped_refptr
<webrtc::MediaStreamInterface> stream(
355
rtc::
scoped_refptr
<webrtc::AudioTrackInterface> audio_track(
360
rtc::
scoped_refptr
<webrtc::VideoTrackInterface> video_track(
503
scoped_refptr
<PeerConnectionInterface> pc_;
506
scoped_refptr
<DataChannelInterface> last_datachannel_;
507
rtc::
scoped_refptr
<StreamCollection> remote_streams_
[
all
...]
remoteaudiosource.cc
53
const rtc::
scoped_refptr
<RemoteAudioSource> source_;
68
const rtc::
scoped_refptr
<RemoteAudioSource> source_;
72
rtc::
scoped_refptr
<RemoteAudioSource> RemoteAudioSource::Create(
75
rtc::
scoped_refptr
<RemoteAudioSource> ret(
rtpsender.h
91
rtc::
scoped_refptr
<MediaStreamTrackInterface> track() const override {
122
rtc::
scoped_refptr
<AudioTrackInterface> track_;
149
rtc::
scoped_refptr
<MediaStreamTrackInterface> track() const override {
179
rtc::
scoped_refptr
<VideoTrackInterface> track_;
/external/libchrome/base/files/
file_path_watcher.cc
26
const
scoped_refptr
<PlatformDelegate>& delegate) {
file_path_watcher_mac.cc
52
scoped_refptr
<PlatformDelegate> impl_;
/external/libchrome/base/message_loop/
message_loop_task_runner.cc
15
scoped_refptr
<IncomingTaskQueue> incoming_queue)
/external/libchrome/base/power_monitor/
power_monitor.h
47
scoped_refptr
<ObserverListThreadSafe<PowerObserver> > observers_;
/external/libchrome/base/test/
sequenced_worker_pool_owner.cc
28
const
scoped_refptr
<SequencedWorkerPool>& SequencedWorkerPoolOwner::pool() {
/external/libchrome/base/trace_event/
heap_profiler_stack_frame_deduplicator_unittest.cc
33
scoped_refptr
<StackFrameDeduplicator> dedup = new StackFrameDeduplicator;
66
scoped_refptr
<StackFrameDeduplicator> dedup = new StackFrameDeduplicator;
98
scoped_refptr
<StackFrameDeduplicator> dedup = new StackFrameDeduplicator;
124
scoped_refptr
<StackFrameDeduplicator> dedup = new StackFrameDeduplicator;
/external/libchrome/base/win/
scoped_comptr.h
17
// Uses
scoped_refptr
for the basic smart pointer functionality
20
class ScopedComPtr : public
scoped_refptr
<Interface> {
31
typedef
scoped_refptr
<Interface> ParentClass;
156
using
scoped_refptr
<Interface>::operator=;
/external/webrtc/talk/app/webrtc/objc/
RTCAudioTrack+Internal.h
35
rtc::
scoped_refptr
<webrtc::AudioTrackInterface> audioTrack;
RTCPeerConnectionFactory+Internal.h
35
@property(nonatomic, assign) rtc::
scoped_refptr
<
RTCPeerConnectionFactory.mm
118
rtc::
scoped_refptr
<webrtc::MediaStreamInterface> nativeMediaStream =
128
rtc::
scoped_refptr
<webrtc::VideoSourceInterface> source =
136
rtc::
scoped_refptr
<webrtc::VideoTrackInterface> track =
143
rtc::
scoped_refptr
<webrtc::AudioTrackInterface> track =
RTCVideoSource+Internal.h
35
rtc::
scoped_refptr
<webrtc::VideoSourceInterface>videoSource;
/external/webrtc/webrtc/base/
rtccertificate.cc
17
scoped_refptr
<RTCCertificate> RTCCertificate::Create(
/external/webrtc/webrtc/common_video/
video_frame_buffer.cc
102
rtc::
scoped_refptr
<VideoFrameBuffer> I420Buffer::NativeToI420Buffer() {
202
rtc::
scoped_refptr
<VideoFrameBuffer> WrappedI420Buffer::NativeToI420Buffer() {
207
rtc::
scoped_refptr
<VideoFrameBuffer> ShallowCenterCrop(
208
const rtc::
scoped_refptr
<VideoFrameBuffer>& buffer,
/external/webrtc/webrtc/
video_frame.h
25
VideoFrame(const rtc::
scoped_refptr
<webrtc::VideoFrameBuffer>& buffer,
151
rtc::
scoped_refptr
<webrtc::VideoFrameBuffer> video_frame_buffer() const;
155
const rtc::
scoped_refptr
<webrtc::VideoFrameBuffer>& buffer);
165
rtc::
scoped_refptr
<webrtc::VideoFrameBuffer> video_frame_buffer_;
/system/connectivity/apmanager/dbus/
device_dbus_adaptor.h
33
DeviceDBusAdaptor(const
scoped_refptr
<dbus::Bus>& bus,
/system/connectivity/shill/dbus/
chromeos_dbus_service_watcher.h
31
scoped_refptr
<dbus::Bus> bus,
chromeos_dhcpcd_proxy.h
32
ChromeosDHCPCDProxy(const
scoped_refptr
<dbus::Bus>& bus,
chromeos_firewalld_proxy.h
32
explicit ChromeosFirewalldProxy(const
scoped_refptr
<dbus::Bus>& bus);
chromeos_permission_broker_proxy.h
32
explicit ChromeosPermissionBrokerProxy(const
scoped_refptr
<dbus::Bus>& bus);
chromeos_upstart_proxy.cc
31
ChromeosUpstartProxy::ChromeosUpstartProxy(const
scoped_refptr
<dbus::Bus>& bus)
Completed in 323 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>