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