Searched defs:DeviceLockedRequest (Results 1 – 1 of 1) sorted by relevance
988 struct DeviceLockedRequest : public KeymasterMessage { struct989 explicit DeviceLockedRequest(int32_t ver) : KeymasterMessage(ver) {} in DeviceLockedRequest() function990 explicit DeviceLockedRequest(int32_t ver, bool passwordOnly_, VerificationToken&& token_) in DeviceLockedRequest() argument993 size_t SerializedSize() const override { return 1; } in SerializedSize()994 uint8_t* Serialize(uint8_t* buf, const uint8_t* end) const override { in Serialize()998 bool Deserialize(const uint8_t** buf_ptr, const uint8_t* end) override { in Deserialize()1004 bool passwordOnly;1005 VerificationToken token;