Searched defs:Init (Results 301 - 325 of 1406) sorted by last modified time

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/sound/
H A Dautomaticallychosensoundsystem.h32 virtual bool Init();
45 kNumSoundSystems>::Init() { function in class:rtc::AutomaticallyChosenSoundSystem
53 if (sound_systems_[i]->Init()) {
H A Dautomaticallychosensoundsystem_unittest.cc20 virtual bool Init() { function in class:rtc::NeverFailsToFailSoundSystem
32 virtual bool Init() { function in class:rtc::InitCheckingSoundSystem1
49 virtual bool Init() { function in class:rtc::InitCheckingSoundSystem2
116 EXPECT_FALSE(sound_system.Init());
127 EXPECT_TRUE(sound_system.Init());
140 EXPECT_TRUE(sound_system.Init());
154 EXPECT_TRUE(sound_system.Init());
173 EXPECT_TRUE(sound_system.Init());
190 EXPECT_TRUE(sound_system->Init());
H A Dnullsoundsystem.cc103 bool NullSoundSystem::Init() { function in class:rtc::NullSoundSystem
H A Dpulseaudiosoundsystem.cc967 bool PulseAudioSoundSystem::Init() { function in class:rtc::PulseAudioSoundSystem
1027 // Init() is called again.
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_native_win.cc39 if (!ret_val->Init()) {
46 bool ConditionVariableNativeWin::Init() { function in class:webrtc::ConditionVariableNativeWin
H A Ddata_log.cc346 return instance_->Init();
353 int DataLogImpl::Init() { function in class:webrtc::DataLogImpl
H A Drw_lock_posix.cc24 if (!ret_val->Init()) {
31 bool RWLockPosix::Init() { function in class:webrtc::RWLockPosix
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.cc98 bool UdpSocket2ManagerWindows::Init(int32_t id, function in class:webrtc::test::UdpSocket2ManagerWindows
184 if(pWorker->Init() != 0)
211 if(_ioContextPool.Init())
437 int32_t IoContextPool::Init(uint32_t /*increaseSize*/) function in class:webrtc::test::IoContextPool
575 int32_t UdpSocket2WorkerWindows::Init() function in class:webrtc::test::UdpSocket2WorkerWindows
588 "UdpSocket2WorkerWindows(%d)::Init(), error creating thread!",
H A Dudp_socket_manager_posix.cc38 bool UdpSocketManagerPosix::Init(int32_t id, uint8_t& numOfWorkThreads) { function in class:webrtc::test::UdpSocketManagerPosix
/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc51 int32_t FakeAudioDevice::Init() { function in class:webrtc::test::FakeAudioDevice
H A Dframe_generator_capturer.cc32 if (!capturer->Init()) {
52 if (!capturer->Init()) {
84 bool FrameGeneratorCapturer::Init() { function in class:webrtc::test::FrameGeneratorCapturer
H A Drtp_file_reader.cc46 virtual bool Init(const std::string& filename) = 0;
61 bool Init(const std::string& filename) { function in class:webrtc::test::RtpDumpReader
219 bool Init(const std::string& filename) OVERRIDE {
595 if (!reader->Init(filename)) {
H A Drtp_file_reader_unittest.cc23 void Init(const std::string& filename) { function in class:webrtc::TestRtpFileReader
44 Init("pltype103");
52 void Init(const std::string& filename) { function in class:webrtc::TestPcapFileReader
86 Init("frame-ethernet-ii");
91 Init("frame-loopback");
96 Init("ssrcs-2");
104 Init("ssrcs-3");
H A Dvcm_capturer.cc22 bool VcmCapturer::Init(size_t width, size_t height, size_t target_fps) { function in class:webrtc::test::VcmCapturer
60 if (!vcm__capturer->Init(width, height, target_fps)) {
/external/chromium_org/third_party/webrtc/test/gl/
H A Dgl_renderer.cc23 void GlRenderer::Init() { function in class:webrtc::test::GlRenderer
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc34 bool GlxRenderer::Init(const char* window_title) { function in class:webrtc::test::GlxRenderer
83 GlRenderer::Init();
111 if (!glx_renderer->Init(window_title)) {
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_reader.cc31 bool FrameReaderImpl::Init() { function in class:webrtc::test::FrameReaderImpl
H A Dframe_writer.cc29 bool FrameWriterImpl::Init() { function in class:webrtc::test::FrameWriterImpl
/external/chromium_org/third_party/webrtc/test/win/
H A Dd3d_renderer.cc69 bool D3dRenderer::Init(const char* window_title) { function in class:webrtc::test::D3dRenderer
154 if (!d3d_renderer->Init(window_title)) {
/external/chromium_org/third_party/webrtc/tools/
H A Dsimple_command_line_parser.cc26 void CommandLineParser::Init(int argc, char** argv) { function in class:webrtc::test::CommandLineParser
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_autotest_defines.h100 static int Init() { function in class:ViETest
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc63 int ViEBaseImpl::Init() { function in class:webrtc::ViEBaseImpl
H A Dvie_capturer.cc114 if (!capture || capture->Init(capture_module) != 0) {
121 int32_t ViECapturer::Init(VideoCaptureModule* capture_module) { function in class:webrtc::ViECapturer
143 capture->Init(device_unique_idUTF8, device_unique_idUTF8Length) != 0) {
150 int32_t ViECapturer::Init(const char* device_unique_idUTF8, function in class:webrtc::ViECapturer
H A Dvie_channel.cc172 int32_t ViEChannel::Init() { function in class:webrtc::ViEChannel
H A Dvie_encoder.cc170 bool ViEEncoder::Init() { function in class:webrtc::ViEEncoder

Completed in 2566 milliseconds

<<11121314151617181920>>