HomeSort by relevance Sort by last modified time
    Searched defs:UpgradeKeyResponse (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
android_keymaster_messages.cpp 548 UpgradeKeyResponse::~UpgradeKeyResponse() {
552 size_t UpgradeKeyResponse::NonErrorSerializedSize() const {
556 uint8_t* UpgradeKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const {
560 bool UpgradeKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) {
  /system/keymaster/include/keymaster/
android_keymaster_messages.h 644 struct UpgradeKeyResponse : public KeymasterResponse {
645 explicit UpgradeKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {
648 ~UpgradeKeyResponse();

Completed in 140 milliseconds