HomeSort by relevance Sort by last modified time
    Searched full:scoped_ptr (Results 126 - 150 of 1384) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/video/
video_capture_input.h 19 #include "webrtc/base/scoped_ptr.h"
68 rtc::scoped_ptr<CriticalSectionWrapper> capture_cs_;
76 rtc::scoped_ptr<CriticalSectionWrapper> incoming_frame_cs_;
90 rtc::scoped_ptr<OveruseFrameDetector> overuse_detector_;
video_receive_stream.h 16 #include "webrtc/base/scoped_ptr.h"
88 rtc::scoped_ptr<IncomingVideoStream> incoming_video_stream_;
89 rtc::scoped_ptr<ReceiveStatisticsProxy> stats_proxy_;
90 rtc::scoped_ptr<ViEChannel> vie_channel_;
video_send_stream.h 90 rtc::scoped_ptr<VideoCaptureInput> input_;
91 rtc::scoped_ptr<ViEChannel> vie_channel_;
92 rtc::scoped_ptr<ViEEncoder> vie_encoder_;
93 rtc::scoped_ptr<EncoderStateFeedback> encoder_feedback_;
  /system/tpm/trunks/
trunks_factory_for_test.cc 563 scoped_ptr<TpmState> TrunksFactoryForTest::GetTpmState() const {
564 return scoped_ptr<TpmState>(new TpmStateForwarder(tpm_state_));
567 scoped_ptr<TpmUtility> TrunksFactoryForTest::GetTpmUtility() const {
568 return scoped_ptr<TpmUtility>(new TpmUtilityForwarder(tpm_utility_));
571 scoped_ptr<AuthorizationDelegate>
574 return scoped_ptr<AuthorizationDelegate>(
578 scoped_ptr<SessionManager> TrunksFactoryForTest::GetSessionManager() const {
579 return scoped_ptr<SessionManager>(
583 scoped_ptr<HmacSession> TrunksFactoryForTest::GetHmacSession() const {
584 return scoped_ptr<HmacSession>(new HmacSessionForwarder(hmac_session_))
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 144 rtc::scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_;
158 rtc::scoped_ptr<rtcp::RawPacket> packet(sr.Build());
172 rtc::scoped_ptr<rtcp::RawPacket> packet(sr.Build());
182 rtc::scoped_ptr<rtcp::RawPacket> packet(rr.Build());
201 rtc::scoped_ptr<rtcp::RawPacket> packet(rr.Build());
224 rtc::scoped_ptr<rtcp::RawPacket> packet(rr.Build());
261 rtc::scoped_ptr<rtcp::RawPacket> p1(rr1.Build());
284 rtc::scoped_ptr<rtcp::RawPacket> p2(rr2.Build());
323 rtc::scoped_ptr<rtcp::RawPacket> p1(rr1.Build());
345 rtc::scoped_ptr<rtcp::RawPacket> p2(rr2.Build())
    [all...]
  /external/webrtc/webrtc/base/
socket_unittest.cc 197 scoped_ptr<AsyncSocket> client(ss_->CreateAsyncSocket(loopback.family(),
204 scoped_ptr<AsyncSocket> server(
228 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr));
252 scoped_ptr<AsyncSocket> client(
257 scoped_ptr<AsyncSocket> server(
277 scoped_ptr<AsyncSocket> accepted(server->Accept(&accept_addr));
300 scoped_ptr<AsyncSocket> client(
305 scoped_ptr<AsyncSocket> server(
333 scoped_ptr<AsyncSocket> client(
338 scoped_ptr<AsyncSocket> server
    [all...]
taskparent.h 17 #include "webrtc/base/scoped_ptr.h"
55 scoped_ptr<ChildSet> children_;
x11windowpicker.h 15 #include "webrtc/base/scoped_ptr.h"
47 scoped_ptr<XWindowEnumerator> enumerator_;
  /external/webrtc/talk/media/devices/
devicemanager_unittest.cc 47 #include "webrtc/base/scoped_ptr.h"
58 using rtc::scoped_ptr;
110 scoped_ptr<DeviceManagerInterface> dm_;
116 scoped_ptr<DeviceManagerInterface> dm(DeviceManagerFactory::Create());
124 scoped_ptr<DeviceManagerInterface> dm(DeviceManagerFactory::Create());
154 scoped_ptr<DeviceManagerInterface> dm(DeviceManagerFactory::Create());
172 scoped_ptr<DeviceManagerInterface> dm(DeviceManagerFactory::Create());
187 scoped_ptr<DeviceManagerInterface> dm(DeviceManagerFactory::Create());
206 scoped_ptr<DeviceManagerInterface> dm(DeviceManagerFactory::Create());
217 scoped_ptr<DeviceManagerInterface> dm(DeviceManagerFactory::Create())
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 16 #include "webrtc/base/scoped_ptr.h"
156 rtc::scoped_ptr<CriticalSectionWrapper> lock_;
196 void SetSink(rtc::scoped_ptr<AudioSinkInterface> sink);
506 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser_;
507 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;
508 rtc::scoped_ptr<ReceiveStatistics> rtp_receive_statistics_;
509 rtc::scoped_ptr<StatisticsProxy> statistics_proxy_;
510 rtc::scoped_ptr<RtpReceiver> rtp_receiver_;
512 rtc::scoped_ptr<RtpRtcp> _rtpRtcpModule;
513 rtc::scoped_ptr<AudioCodingModule> audio_coding_
    [all...]
  /external/libbrillo/policy/
libpolicy.h 11 #include <base/memory/scoped_ptr.h>
41 scoped_ptr<DevicePolicy> device_policy_;
  /external/libchrome/base/mac/
scoped_authorizationref.h 14 // patterned after the scoped_ptr interface.
64 // ScopedAuthorizationRef::release() is like scoped_ptr<>::release. It is
scoped_cftyperef.h 14 // ScopedCFTypeRef<> is patterned after scoped_ptr<>, but maintains ownership
17 // scoped_ptr<>'s interface, with which everyone is already familiar.
  /external/libchrome/base/power_monitor/
power_monitor.h 23 explicit PowerMonitor(scoped_ptr<PowerMonitorSource> source);
48 scoped_ptr<PowerMonitorSource> source_;
  /external/libchrome/base/trace_event/
process_memory_totals_dump_provider_unittest.cc 20 scoped_ptr<ProcessMemoryDump> pmd_before(new ProcessMemoryDump(nullptr));
21 scoped_ptr<ProcessMemoryDump> pmd_after(new ProcessMemoryDump(nullptr));
  /external/libchrome/crypto/
scoped_test_system_nss_key_slot.h 9 #include "base/memory/scoped_ptr.h"
36 scoped_ptr<ScopedTestNSSDB> test_db_;
signature_creator_unittest.cc 9 #include "base/memory/scoped_ptr.h"
32 scoped_ptr<crypto::RSAPrivateKey> key_original(
38 scoped_ptr<crypto::RSAPrivateKey> key(
42 scoped_ptr<crypto::SignatureCreator> signer(
70 scoped_ptr<crypto::RSAPrivateKey> key_original(
76 scoped_ptr<crypto::RSAPrivateKey> key(
105 scoped_ptr<crypto::RSAPrivateKey> key_original(
111 scoped_ptr<crypto::RSAPrivateKey> key(
symmetric_key_unittest.cc 9 #include "base/memory/scoped_ptr.h"
15 scoped_ptr<crypto::SymmetricKey> key(
24 scoped_ptr<crypto::SymmetricKey> key2(
34 scoped_ptr<crypto::SymmetricKey> key1(
40 scoped_ptr<crypto::SymmetricKey> key2(
51 scoped_ptr<crypto::SymmetricKey> key1(
58 scoped_ptr<crypto::SymmetricKey> key2(
92 scoped_ptr<crypto::SymmetricKey> key(
  /external/webrtc/webrtc/api/objc/
RTCMediaConstraints+Private.h 14 #include "webrtc/base/scoped_ptr.h"
44 - (rtc::scoped_ptr<webrtc::MediaConstraints>)nativeConstraints;
  /external/webrtc/webrtc/common_audio/vad/include/
vad.h 15 #include "webrtc/base/scoped_ptr.h"
46 rtc::scoped_ptr<Vad> CreateVad(Vad::Aggressiveness aggressiveness);
  /external/webrtc/webrtc/common_audio/vad/
vad.cc 59 rtc::scoped_ptr<Vad> CreateVad(Vad::Aggressiveness aggressiveness) {
60 return rtc::scoped_ptr<Vad>(new VadImpl(aggressiveness));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
locked_bandwidth_info.h 14 #include "webrtc/base/scoped_ptr.h"
39 const rtc::scoped_ptr<CriticalSectionWrapper> lock_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.h 18 #include "webrtc/base/scoped_ptr.h"
52 rtc::scoped_ptr<int16_t[]> audio_array_;
resample_input_audio_file.cc 14 #include "webrtc/base/scoped_ptr.h"
25 rtc::scoped_ptr<int16_t[]> temp_destination(new int16_t[samples_to_read]);
  /external/webrtc/webrtc/modules/audio_coding/test/
opus_test.h 16 #include "webrtc/base/scoped_ptr.h"
42 rtc::scoped_ptr<AudioCodingModule> acm_receiver_;

Completed in 683 milliseconds

1 2 3 4 56 7 8 91011>>