Searched refs:GetVersionResponse (Results 1 – 8 of 8) sorted by relevance
53 void GetVersion(const GetVersionRequest& request, GetVersionResponse* response);
77 void GetVersion(const GetVersionRequest& req, GetVersionResponse* rsp) { in GetVersion()
576 struct GetVersionResponse : public KeymasterResponse { struct577 GetVersionResponse() in GetVersionResponse() argument
86 keymaster_error_t Send(const GetVersionRequest& request, GetVersionResponse* response) { in Send()
112 GetVersionResponse version_response; in TrustyKeymasterDevice()
416 size_t GetVersionResponse::NonErrorSerializedSize() const { in NonErrorSerializedSize()420 uint8_t* GetVersionResponse::NonErrorSerialize(uint8_t* buf, const uint8_t* end) const { in NonErrorSerialize()431 bool GetVersionResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize()
491 TEST(RoundTrip, GetVersionResponse) { in TEST() argument492 GetVersionResponse msg; in TEST()504 GetVersionResponse deserialized; in TEST()
94 void AndroidKeymaster::GetVersion(const GetVersionRequest&, GetVersionResponse* rsp) { in GetVersion()