Home
last modified time | relevance | path

Searched defs:getAvbPublicKey (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/image/
H A DIDynamicSystemService.aidl127 boolean getAvbPublicKey(out AvbPublicKey dst); in getAvbPublicKey() method
H A DDynamicSystemManager.java98 public boolean getAvbPublicKey(AvbPublicKey dst) { in getAvbPublicKey() method in DynamicSystemManager.Session
/aosp12/system/gsid/aidl/android/gsi/
H A DIImageService.aidl105 int getAvbPublicKey(@utf8InCpp String name, out AvbPublicKey dst); in getAvbPublicKey() method
H A DIGsiService.aidl233 int getAvbPublicKey(out AvbPublicKey dst); in getAvbPublicKey() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDynamicSystemService.java241 public boolean getAvbPublicKey(AvbPublicKey dst) { in getAvbPublicKey() method in DynamicSystemService
/aosp12/system/gsid/
H A Dgsi_service.cpp489 binder::Status GsiService::getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) { in getAvbPublicKey() function in android::gsi::GsiService
676 binder::Status ImageService::getAvbPublicKey(const std::string& name, AvbPublicKey* dst, in getAvbPublicKey() function in android::gsi::ImageService