Searched defs:Initialize (Results 1 - 25 of 25) sorted by relevance

/system/update_engine/
H A Dmock_payload_state.h31 bool Initialize(SystemState* system_state) { function in class:chromeos_update_engine::MockPayloadState
H A Ddaemon_state_android.cc29 bool DaemonStateAndroid::Initialize() { function in class:chromeos_update_engine::DaemonStateAndroid
46 // Initialize prefs.
66 // Initialize the UpdateAttempter before the UpdateManager.
H A Dreal_system_state.cc55 bool RealSystemState::Initialize() { function in class:chromeos_update_engine::RealSystemState
79 // Initialize standard and powerwash-safe prefs.
120 // Initialize the OmahaRequestParams with the default settings. These settings
133 // Initialize the UpdateAttempter before the UpdateManager.
143 // Initialize the Update Manager using the default state factory.
161 if (!payload_state_.Initialize(this)) {
H A Dpayload_state.cc71 bool PayloadState::Initialize(SystemState* system_state) { function in class:chromeos_update_engine::PayloadState
/system/tpm/tpm_manager/client/
H A Dtpm_ownership_dbus_proxy.cc40 bool TpmOwnershipDBusProxy::Initialize() { function in class:tpm_manager::TpmOwnershipDBusProxy
H A Dtpm_nvram_dbus_proxy.cc40 bool TpmNvramDBusProxy::Initialize() { function in class:tpm_manager::TpmNvramDBusProxy
/system/bt/service/
H A Ddaemon.cpp62 if (!hal::BluetoothInterface::Initialize())
65 if (!hal::BluetoothGattInterface::Initialize())
146 bool Daemon::Initialize() { function in class:bluetooth::Daemon
H A Dgatt_server_old.cpp97 int Initialize();
157 // This finishes the Initialize call.
484 int ServerInternals::Initialize() { function in class:bluetooth::gatt::ServerInternals
541 bool Server::Initialize(const UUID& service_id, int* gatt_pipe) { function in class:bluetooth::gatt::Server
550 int status = internal_->Initialize();
572 LOG_INFO(LOG_TAG, "Server Initialize succeeded");
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dvendor_manager.cc40 // Initialize should have been called already.
46 void VendorManager::Initialize() { function in class:test_vendor_lib::VendorManager
/system/tpm/attestation/client/
H A Ddbus_proxy.cc41 bool DBusProxy::Initialize() { function in class:attestation::DBusProxy
/system/core/metricsd/uploader/
H A Dsystem_profile_cache.cc71 bool SystemProfileCache::Initialize() { function in class:SystemProfileCache
140 return initialized_ || Initialize();
/system/tpm/tpm_manager/server/
H A Dtpm2_nvram_impl.cc49 bool Tpm2NvramImpl::Initialize() { function in class:tpm_manager::Tpm2NvramImpl
72 if (!Initialize()) {
130 if (!Initialize()) {
H A Dtpm_manager_service.cc37 bool TpmManagerService::Initialize() { function in class:tpm_manager::TpmManagerService
/system/tpm/attestation/server/
H A Ddatabase_impl.cc58 void DatabaseImpl::Initialize() { function in class:attestation::DatabaseImpl
H A Dattestation_service.cc50 bool AttestationService::Initialize() { function in class:attestation::AttestationService
57 if (!default_tpm_utility_->Initialize()) {
69 &DatabaseImpl::Initialize,
/system/tpm/trunks/
H A Dtpm_state_impl.cc57 TPM_RC TpmStateImpl::Initialize() { function in class:trunks::TpmStateImpl
H A Dresource_manager.cc64 void ResourceManager::Initialize() { function in class:trunks::ResourceManager
/system/bt/service/hal/
H A Dbluetooth_interface.cpp254 // Initialize the interface. This loads the shared Bluetooth library and sets
256 bool Initialize() { function in class:bluetooth::hal::BluetoothInterfaceImpl
276 // Initialize the Bluetooth interface. Set up the adapter (Bluetooth DM) API
385 bool BluetoothInterface::Initialize() { function in class:bluetooth::hal::BluetoothInterface
390 if (!impl->Initialize()) {
H A Dbluetooth_gatt_interface.cpp532 // Initialize the interface.
533 bool Initialize() { function in class:bluetooth::hal::BluetoothGattInterfaceImpl
862 bool BluetoothGattInterface::Initialize() { function in class:bluetooth::hal::BluetoothGattInterface
868 if (!impl->Initialize()) {
/system/core/crash_reporter/
H A Dcrash_reporter.cc108 static int Initialize(KernelCollector *kernel_collector, function
251 DEFINE_bool(init, false, "Initialize crash logging");
280 kernel_collector.Initialize(CountKernelCrash, IsFeedbackAllowed);
282 user_collector.Initialize(CountUserCrash,
290 unclean_shutdown_collector.Initialize(CountUncleanShutdown,
295 udev_collector.Initialize(CountUdevCrash, IsFeedbackAllowed);
299 kernel_warning_collector.Initialize(CountUdevCrash, IsFeedbackAllowed);
302 return Initialize(&kernel_collector,
H A Dcrash_collector.cc98 void CrashCollector::Initialize( function in class:CrashCollector
H A Duser_collector.cc76 void UserCollector::Initialize( function in class:UserCollector
84 CrashCollector::Initialize(count_crash_function,
/system/core/libnativeloader/
H A Dnative_loader.cpp123 void Initialize() { function in class:android::LibraryNamespaces
261 g_namespaces->Initialize();
/system/tpm/attestation/common/
H A Dtpm_utility_v1.cc80 bool TpmUtilityV1::Initialize() { function in class:attestation::TpmUtilityV1
/system/connectivity/shill/
H A Ddevice.cc245 void Device::Initialize() { function in class:shill::Device

Completed in 405 milliseconds