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

123

/system/update_engine/update_manager/
H A Dreal_system_provider.cc38 bool RealSystemProvider::Init() { function in class:chromeos_update_manager::RealSystemProvider
H A Dreal_config_provider.cc40 bool RealConfigProvider::Init() { function in class:chromeos_update_manager::RealConfigProvider
H A Dreal_time_provider.cc77 bool RealTimeProvider::Init() { function in class:chromeos_update_manager::RealTimeProvider
H A Dreal_random_provider.cc81 bool RealRandomProvider::Init(void) { function in class:chromeos_update_manager::RealRandomProvider
/system/core/metricsd/
H A Dmetrics_collector_service_client.cc32 bool MetricsCollectorServiceClient::Init() { function in class:MetricsCollectorServiceClient
/system/tpm/trunks/
H A Dcommand_transceiver.h49 virtual bool Init() { return true; } function in class:trunks::CommandTransceiver
H A Dtpm_handle.cc46 bool TpmHandle::Init() { function in class:trunks::TpmHandle
H A Dtpm_simulator_handle.cc43 bool TpmSimulatorHandle::Init() { function in class:trunks::TpmSimulatorHandle
H A Dtrunks_binder_proxy.cc61 bool TrunksBinderProxy::Init() { function in class:trunks::TrunksBinderProxy
/system/update_engine/
H A Dshill_proxy.cc28 bool ShillProxy::Init() { function in class:chromeos_update_engine::ShillProxy
/system/bt/service/
H A Dsettings.cpp34 bool Settings::Init() { function in class:bluetooth::Settings
/system/connectivity/shill/
H A Dcrypto_provider.cc36 void CryptoProvider::Init() { function in class:shill::CryptoProvider
/system/nativepower/client/
H A Dwake_lock.cc49 bool WakeLock::Init() { function in class:android::WakeLock
H A Dpower_manager_client.cc70 bool PowerManagerClient::Init() { function in class:android::PowerManagerClient
91 if (!lock->Init())
/system/connectivity/apmanager/
H A Dfirewall_manager.cc36 void FirewallManager::Init(ControlInterface* control_interface) { function in class:apmanager::FirewallManager
H A Dshill_manager.cc32 void ShillManager::Init(ControlInterface* control_interface) { function in class:apmanager::ShillManager
/system/extras/perfprofd/quipper/base/
H A Dlogging.cc62 Init(file, line);
67 Init(file, line);
75 Init(file, line);
107 void LogMessage::Init(const char* /* file */, int /* line */) { function in class:logging::LogMessage
/system/keymaster/
H A Dhkdf.h35 bool Init(Buffer& secret, Buffer& salt) { function in class:keymaster::Rfc5869Sha256Kdf
36 return Init(secret.peek_read(), secret.available_read(), salt.peek_read(),
40 bool Init(const uint8_t* secret, size_t secret_len, const uint8_t* salt, size_t salt_len) { function in class:keymaster::Rfc5869Sha256Kdf
41 return Kdf::Init(KM_DIGEST_SHA_2_256, secret, secret_len, salt, salt_len);
H A Dhmac.cpp34 bool HmacSha256::Init(const Buffer& key) { function in class:keymaster::HmacSha256
35 return Init(key.peek_read(), key.available_read());
38 bool HmacSha256::Init(const uint8_t* key, size_t key_len) { function in class:keymaster::HmacSha256
H A Diso18033kdf.h38 bool Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len) { function in class:keymaster::Iso18033Kdf
39 return Kdf::Init(digest_type, secret, secret_len, nullptr /* salt */, 0 /* salt_len */);
H A Dkdf.cpp23 bool Kdf::Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len, function in class:keymaster::Kdf
/system/tools/aidl/
H A Dline_reader.cpp37 bool Init(const std::string& file_path) { function in class:android::aidl::FileLineReader
80 if (file_reader->Init(file_path)) {
/system/update_engine/common/
H A Dterminator.cc27 void Terminator::Init() { function in class:chromeos_update_engine::Terminator
33 void Terminator::Init(int exit_status) { function in class:chromeos_update_engine::Terminator
35 Init();
/system/update_engine/payload_consumer/
H A Dbzip_extent_writer.cc27 bool BzipExtentWriter::Init(FileDescriptorPtr fd, function in class:chromeos_update_engine::BzipExtentWriter
30 // Init bzip2 stream
37 return next_->Init(fd, extents, block_size);
/system/connectivity/shill/net/
H A Dnetlink_socket.cc46 bool NetlinkSocket::Init() { function in class:shill::NetlinkSocket
47 // Allows for a test to set |sockets_| before calling |Init|.

Completed in 398 milliseconds

123