HomeSort by relevance Sort by last modified time
    Searched defs:factory_ (Results 1 - 25 of 64) sorted by null

1 2 3

  /system/connectivity/shill/net/
io_handler_factory_container.h 49 std::unique_ptr<IOHandlerFactory> factory_; member in class:shill::IOHandlerFactoryContainer
  /system/tpm/trunks/
trunks_client_test.h 140 scoped_ptr<TrunksFactory> factory_; member in class:trunks::TrunksClientTest
scoped_key_handle.h 62 const TrunksFactory& factory_; member in class:trunks::ScopedKeyHandle
hmac_session_impl.h 67 const TrunksFactory& factory_; member in class:trunks::HmacSessionImpl
session_manager_impl.h 57 const TrunksFactory& factory_; member in class:trunks::SessionManagerImpl
tpm_utility_impl.h 146 const TrunksFactory& factory_; member in class:trunks::TpmUtilityImpl
hmac_session_test.cc 43 factory_.set_tpm(&mock_tpm_);
44 factory_.set_session_manager(&mock_session_manager_);
52 TrunksFactoryForTest factory_; member in class:trunks::HmacSessionTest
58 HmacSessionImpl session(factory_);
65 HmacSessionImpl session(factory_);
70 HmacSessionImpl session(factory_);
79 HmacSessionImpl session(factory_);
88 HmacSessionImpl session(factory_);
97 HmacSessionImpl session(factory_);
policy_session_impl.h 68 const TrunksFactory& factory_; member in class:trunks::PolicySessionImpl
scoped_key_handle_test.cc 43 factory_.set_tpm(&mock_tpm_);
47 TrunksFactoryForTest factory_; member in class:trunks::ScopedKeyHandleTest
53 ScopedKeyHandle scoped_handle(factory_, handle);
60 ScopedKeyHandle scoped_handle(factory_, handle);
66 ScopedKeyHandle scoped_handle(factory_, handle);
74 ScopedKeyHandle scoped_handle(factory_, old_handle);
86 ScopedKeyHandle scoped_handle(factory_, handle);
session_manager_test.cc 42 SessionManagerTest() : session_manager_(factory_) {
48 factory_.set_tpm(&mock_tpm_);
75 TrunksFactoryForTest factory_; member in class:trunks::SessionManagerTest
tpm_state_impl.h 62 const TrunksFactory& factory_; member in class:trunks::TpmStateImpl
policy_session_test.cc 43 factory_.set_session_manager(&mock_session_manager_);
44 factory_.set_tpm(&mock_tpm_);
52 TrunksFactoryForTest factory_; member in class:trunks::PolicySessionTest
58 PolicySessionImpl session(factory_);
65 PolicySessionImpl session(factory_);
70 PolicySessionImpl session(factory_);
76 PolicySessionImpl session(factory_);
85 PolicySessionImpl session(factory_, TPM_SE_HMAC);
91 PolicySessionImpl session(factory_);
96 PolicySessionImpl session(factory_);
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.h 68 FontFactoryPtr factory_; member in class:sfntly::SubsetterImpl
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 43 : factory_(factory),
131 FakeWebRtcVcmFactory* factory_; member in class:FakeWebRtcVideoCaptureModule
webrtcvideocapturer_unittest.cc 49 : factory_(new FakeWebRtcVcmFactory),
50 capturer_(new cricket::WebRtcVideoCapturer(factory_)),
52 factory_->device_info.AddDevice(kTestDeviceName, kTestDeviceId);
59 factory_->device_info.AddCapability(kTestDeviceId, vga);
63 FakeWebRtcVcmFactory* factory_; // owned by capturer_ member in class:WebRtcVideoCapturerTest
92 EXPECT_TRUE(capturer_->Init(factory_->Create(0,
105 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
118 EXPECT_TRUE(capturer_->Init(factory_->Create(0,
132 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
webrtcvideocapturer.h 97 rtc::scoped_ptr<WebRtcVcmFactoryInterface> factory_; member in class:cricket::WebRtcVideoCapturer
webrtcvideoframefactory_unittest.cc 83 cricket::VideoFrameFactory& factory = factory_;
115 cricket::WebRtcVideoFrameFactory factory_; member in class:WebRtcVideoFrameFactoryTest
  /external/webrtc/webrtc/base/
sslsocketfactory.cc 31 : AsyncSocketAdapter(NULL), factory_(factory), family_(family),
47 detect_ = new AutoDetectProxy(factory_->agent_);
81 Attach(factory_->CreateProxySocket(detect_->proxy(), family_, type_));
91 SslSocketFactory* factory_; member in class:rtc::ProxySocketAdapter
104 : factory_(factory),
120 return factory_->CreateSocket(family, type);
139 AsyncSocket* socket = factory_->CreateAsyncSocket(family, type);
natsocketfactory.h 56 SocketFactory* factory_; member in class:rtc::NATSocketFactory
referencecountedsingletonfactory.h 90 factory_(factory) {
119 factory_->ReleaseInstance();
132 return factory_;
145 instance_ = factory_->GetInstance();
150 ReferenceCountedSingletonFactory<Interface>* factory_; member in class:rtc::rcsf_ptr
socketpool.h 86 SocketFactory* factory_; member in class:rtc::NewSocketPool
108 SocketFactory* factory_; member in class:rtc::ReuseSocketPool
  /system/tpm/tpm_manager/server/
tpm2_status_test.cc 35 Tpm2StatusTest() : factory_(new trunks::TrunksFactoryForTest()) {}
39 factory_->set_tpm_state(&mock_tpm_state_);
40 tpm_status_.reset(new Tpm2StatusImpl(factory_.get()));
45 std::unique_ptr<trunks::TrunksFactoryForTest> factory_; member in class:tpm_manager::Tpm2StatusTest
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.h 112 rtc::scoped_ptr<VideoEncoderFactory> factory_; member in class:webrtc::SimulcastEncoderAdapter
  /system/bt/service/test/
gatt_client_unittest.cpp 76 factory_.reset(new GattClientFactory());
80 factory_.reset();
87 std::unique_ptr<GattClientFactory> factory_; member in class:bluetooth::__anon73929::GattClientTest
118 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback));
122 EXPECT_TRUE(factory_->RegisterInstance(uuid0, callback));
127 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback));
136 EXPECT_TRUE(factory_->RegisterInstance(uuid1, callback));
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 59 DynamicMessageFactory factory_; member in class:google::protobuf::DynamicMessageTest
69 DynamicMessageTest(): factory_(&pool_) {}
92 prototype_ = factory_.GetPrototype(descriptor_);
97 extensions_prototype_ = factory_.GetPrototype(extensions_descriptor_);
102 packed_prototype_ = factory_.GetPrototype(packed_descriptor_);
107 oneof_prototype_ = factory_.GetPrototype(oneof_descriptor_);
119 EXPECT_EQ(prototype_, factory_.GetPrototype(descriptor_));
180 nested_prototype = factory_.GetPrototype(nested_descriptor);
188 foogroup_prototype = factory_.GetPrototype(foogroup_descriptor);

Completed in 453 milliseconds

1 2 3