HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 226 - 250 of 1776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_wrapper.h 31 virtual bool Init(int32_t id, uint8_t& numOfWorkThreads) = 0;
udp_socket_wrapper_unittest.cc 41 MOCK_METHOD2(Init, bool(int32_t, uint8_t&));
  /external/webrtc/webrtc/test/linux/
glx_renderer.h 35 bool Init(const char* window_title);
  /external/webrtc/webrtc/test/
vcm_capturer.h 39 bool Init(size_t width, size_t height, size_t target_fps);
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
after_initialization_fixture.cc 30 EXPECT_EQ(0, voe_base_->Init(NULL, audioproc));
  /frameworks/compile/slang/
slang_rs_export_element.h 64 static void Init();
  /hardware/qcom/display/msm8996/sdm/libs/core/
core_impl.cpp 46 DisplayError CoreImpl::Init() {
79 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_sync_handler_);
92 error = ColorManagerProxy::Init(hw_resource_);
155 DisplayError error = display_base->Init();
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.h 46 virtual DisplayError Init();
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
core_impl.cpp 46 DisplayError CoreImpl::Init() {
79 error = comp_mgr_.Init(hw_resource_, extension_intf_, buffer_sync_handler_);
92 error = ColorManagerProxy::Init(hw_resource_);
155 DisplayError error = display_base->Init();
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.h 80 class _STLP_CLASS_DECLSPEC Init {
82 Init();
83 ~Init();
94 friend class Init;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmodshow.h 45 virtual HRESULT STDMETHODCALLTYPE Init(
70 HRESULT (STDMETHODCALLTYPE *Init)(
88 #define IDMOWrapperFilter_Init(This,clsidDMO,catDMO) (This)->lpVtbl->Init(This,clsidDMO,catDMO)
102 return This->lpVtbl->Init(This,clsidDMO,catDMO);
  /system/connectivity/apmanager/
daemon.cc 49 control_interface_->Init();
firewall_manager.h 38 void Init(ControlInterface* control_interface);
shill_manager.h 37 void Init(ControlInterface* control_interface);
  /system/connectivity/shill/dhcp/
mock_dhcp_provider.h 37 MOCK_METHOD3(Init,
  /system/connectivity/shill/net/
netlink_socket.h 66 bool Init();
  /system/connectivity/shill/
testrunner.cc 41 base::CommandLine::Init(argc, argv);
  /system/core/metricsd/include/metrics/
metrics_library_mock.h 30 MOCK_METHOD0(Init, void());
  /system/tools/aidl/
type_cpp_unittest.cpp 30 types_.Init();
  /system/update_engine/
boot_control_android.h 38 bool Init();
shill_proxy.cc 28 bool ShillProxy::Init() {
  /system/update_engine/payload_consumer/
bzip_extent_writer.h 43 bool Init(FileDescriptorPtr fd,
xz_extent_writer.h 42 bool Init(FileDescriptorPtr fd,
  /system/update_engine/update_manager/
real_config_provider.cc 40 bool RealConfigProvider::Init() {
real_device_policy_provider_unittest.cc 103 EXPECT_TRUE(provider_->Init());
110 // once on Init() and once again when the signal is connected.
112 EXPECT_TRUE(provider_->Init());
123 EXPECT_TRUE(provider_->Init());
133 EXPECT_TRUE(provider_->Init());
145 EXPECT_TRUE(provider_->Init());
165 EXPECT_TRUE(provider_->Init());
194 EXPECT_TRUE(provider_->Init());
206 EXPECT_TRUE(provider_->Init());
219 EXPECT_TRUE(provider_->Init());
    [all...]

Completed in 6444 milliseconds

1 2 3 4 5 6 7 8 91011>>