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

  /system/keymaster/android_keymaster/
android_keymaster_messages.cpp 566 UpgradeKeyResponse::~UpgradeKeyResponse() {
570 size_t UpgradeKeyResponse::NonErrorSerializedSize() const {
574 uint8_t* UpgradeKeyResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const {
578 bool UpgradeKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) {
  /system/keymaster/include/keymaster/
android_keymaster_messages.h 652 struct UpgradeKeyResponse : public KeymasterResponse {
653 explicit UpgradeKeyResponse(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {
656 ~UpgradeKeyResponse();
    [all...]

Completed in 713 milliseconds