/aosp12/packages/modules/NeuralNetworks/common/random/ |
H A D | guarded_philox_random.cc | 21 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) { in Init() function in tensorflow::GuardedPhiloxRandom 33 void GuardedPhiloxRandom::Init(random::PhiloxRandom::ResultType counter, in Init() function in tensorflow::GuardedPhiloxRandom
|
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | hkdf.h | 35 bool Init(Buffer& secret, Buffer& salt) { in Init() function 40 bool Init(const uint8_t* secret, size_t secret_len, const uint8_t* salt, size_t salt_len) { in Init() function
|
H A D | iso18033kdf.h | 36 bool Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len) { in Init() function
|
/aosp12/system/update_engine/common/ |
H A D | terminator.cc | 27 void Terminator::Init() { in Init() function in chromeos_update_engine::Terminator 33 void Terminator::Init(int exit_status) { in Init() function in chromeos_update_engine::Terminator
|
/aosp12/art/libdexfile/dex/ |
H A D | code_item_accessors-inl.h | 31 inline void CodeItemInstructionAccessor::Init(uint32_t insns_size_in_code_units, in Init() function 56 inline void CodeItemInstructionAccessor::Init(const DexFile& dex_file, in Init() function 113 inline void CodeItemDataAccessor::Init(const DexFile& dex_file, in Init() function 187 inline void CodeItemDebugInfoAccessor::Init(const DexFile& dex_file, in Init() function
|
H A D | dex_file_exception_helpers.cc | 58 void CatchHandlerIterator::Init(const CodeItemDataAccessor& accessor, int32_t offset) { in Init() function in art::CatchHandlerIterator 70 void CatchHandlerIterator::Init(const uint8_t* handler_data) { in Init() function in art::CatchHandlerIterator
|
/aosp12/system/libziparchive/ |
H A D | zip_archive_stream_entry.cc | 41 bool ZipArchiveStreamEntry::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntry 67 bool ZipArchiveStreamEntryUncompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryUncompressed 149 bool ZipArchiveStreamEntryCompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryCompressed 280 bool ZipArchiveStreamEntryRawCompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryRawCompressed
|
/aosp12/system/keymaster/km_openssl/ |
H A D | hmac.cpp | 34 bool HmacSha256::Init(const Buffer& key) { in Init() function in keymaster::HmacSha256 38 bool HmacSha256::Init(const uint8_t* key, size_t key_len) { in Init() function in keymaster::HmacSha256
|
H A D | kdf.cpp | 23 bool Kdf::Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len, in Init() function in keymaster::Kdf
|
/aosp12/system/update_engine/update_manager/ |
H A D | real_config_provider.cc | 23 bool RealConfigProvider::Init() { in Init() function in chromeos_update_manager::RealConfigProvider
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | extent_writer.h | 56 bool Init(const google::protobuf::RepeatedPtrField<Extent>& extents, in Init() function
|
H A D | fake_extent_writer.h | 36 bool Init(const google::protobuf::RepeatedPtrField<Extent>& /* extents */, in Init() function
|
H A D | verity_writer_stub.cc | 29 bool VerityWriterStub::Init(const InstallPlan::Partition& partition) { in Init() function in chromeos_update_engine::VerityWriterStub
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
H A D | cpuhint.cpp | 41 DisplayError CPUHint::Init(HWCDebugHandler *debug_handler) { in Init() function in sdm::CPUHint
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
H A D | cpuhint.cpp | 41 DisplayError CPUHint::Init(HWCDebugHandler *debug_handler) { in Init() function in sdm::CPUHint
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
H A D | cpuhint.cpp | 41 DisplayError CPUHint::Init(HWCDebugHandler *debug_handler) { in Init() function in sdm::CPUHint
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | cpuhint.cpp | 41 DisplayError CPUHint::Init(HWCDebugHandler *debug_handler) { in Init() function in sdm::CPUHint
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ClearKeyLicenseFetcher.cpp | 30 status_t ClearKeyLicenseFetcher::Init(const char *input) { in Init() function in android::clearkeycas::ClearKeyLicenseFetcher
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | cpuhint.cpp | 41 DisplayError CPUHint::Init(HWCDebugHandler *debug_handler) { in Init() function in sdm::CPUHint
|
/aosp12/libnativehelper/include_platform/nativehelper/ |
H A D | JniInvocation.h | 106 bool Init(const char* library) { in Init() function
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | cpuhint.cpp | 41 DisplayError CPUHint::Init(HWCDebugHandler *debug_handler) { in Init() function in sdm::CPUHint
|
/aosp12/art/profman/ |
H A D | profile_assistant.cc | 116 bool Init(const std::vector<std::string>& filenames, /* out */ std::string* error) { in Init() function in art::ScopedFlockList 128 bool Init(const std::vector<int>& fds, /* out */ std::string* error) { in Init() function in art::ScopedFlockList
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | ConnectionDetector.h | 37 virtual void Init() {} in Init() function
|
H A D | ConnectionDetector.cpp | 68 void SocketConnectionDetector::Init() { in Init() function in android::SensorHalExt::SocketConnectionDetector 142 void FileConnectionDetector::Init() { in Init() function in android::SensorHalExt::FileConnectionDetector
|
/aosp12/system/bt/service/ |
H A D | settings.cc | 36 bool Settings::Init() { in Init() function in bluetooth::Settings
|