Searched refs:GetVersion (Results 1 – 14 of 14) sorted by relevance
/system/keymaster/include/keymaster/ |
D | soft_keymaster_device.h | 68 void GetVersion(const GetVersionRequest& req, GetVersionResponse* rsp) { in GetVersion() function 69 impl_->GetVersion(req, rsp); in GetVersion()
|
D | android_keymaster.h | 55 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
|
/system/extras/bootctl/ |
D | bootctl.cpp | 78 fprintf(stdout, "HAL Version: %s\n", ToString(module->GetVersion())); in do_hal_info() 234 const auto bootVersion = client->GetVersion(); in main()
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.cpp | 72 if (hal->GetVersion() < BootControlVersion::BOOTCTL_V1_1) { in EnsureBootHal()
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeymaster.h | 29 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
|
/system/core/trusty/keymaster/ |
D | TrustyKeymaster.cpp | 54 GetVersion(versionReq, &versionRsp); in Initialize() 111 void TrustyKeymaster::GetVersion(const GetVersionRequest& request, GetVersionResponse* response) { in GetVersion() function in keymaster::TrustyKeymaster
|
/system/update_engine/aosp/ |
D | boot_control_android.cc | 159 if (module_->GetVersion() >= android::hal::BootControlVersion::BOOTCTL_V1_2) { in GetActiveBootSlot()
|
/system/core/fastboot/device/ |
D | variables.h | 24 bool GetVersion(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
|
D | fastboot_device.cpp | 154 if (boot_control_hal_->GetVersion() >= android::hal::BootControlVersion::BOOTCTL_V1_1) { in boot1_1()
|
D | variables.cpp | 50 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() function
|
D | commands.cpp | 114 {FB_VAR_VERSION, {GetVersion, nullptr}},
|
/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
D | jni.h | 155 jint (*GetVersion)(JNIEnv *); member 495 jint GetVersion() in GetVersion() function 496 { return functions->GetVersion(this); } in GetVersion()
|
/system/keymint/wire/src/ |
D | legacy.rs | 601 GetVersion = 7 => (GetVersionRequest, GetVersionResponse),
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 170 void AndroidKeymaster::GetVersion(const GetVersionRequest&, GetVersionResponse* rsp) { in GetVersion() function in keymaster::AndroidKeymaster
|