Searched refs:SupportedExportFormatsRequest (Results 1 – 7 of 7) sorted by relevance
40 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
65 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
228 struct SupportedExportFormatsRequest : public SupportedByAlgorithmRequest { struct229 explicit SupportedExportFormatsRequest(int32_t ver) : SupportedByAlgorithmRequest(ver) {} in SupportedExportFormatsRequest() argument
89 return std::make_unique<SupportedExportFormatsRequest>(kMaxMessageVersion); in getSerializable()
140 void TrustyKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats()
243 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats()
545 SupportedExportFormatsRequest request(impl_->message_version()); in get_supported_export_formats()