Searched defs:DeviceLockedRequest (Results 1 – 1 of 1) sorted by relevance
915 struct DeviceLockedRequest : public KeymasterMessage { struct916 explicit DeviceLockedRequest(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterMessage(ver) {} in KeymasterMessage() argument919 : KeymasterMessage(ver), passwordOnly(passwordOnly_), token(move(token_)) {} in KeymasterMessage()921 size_t SerializedSize() const override { return 1; } in SerializedSize()922 uint8_t* Serialize(uint8_t* buf, const uint8_t* end) const override { in Serialize()926 bool Deserialize(const uint8_t** buf_ptr, const uint8_t* end) override { in Deserialize()932 bool passwordOnly;933 VerificationToken token;