Searched refs:SupportedExportFormatsRequest (Results 1 – 7 of 7) sorted by relevance
40 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
66 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
241 struct SupportedExportFormatsRequest : public SupportedByAlgorithmRequest { struct242 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()
254 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats()
547 SupportedExportFormatsRequest request(impl_->message_version()); in get_supported_export_formats()