Searched refs:SupportedExportFormatsResponse (Results 1 – 7 of 7) sorted by relevance
41 SupportedExportFormatsResponse* response);
66 SupportedExportFormatsResponse* response);
335 struct SupportedExportFormatsResponse : public SupportedResponse<keymaster_key_format_t> { struct336 explicit SupportedExportFormatsResponse(int32_t ver) in SupportedExportFormatsResponse() argument
107 return std::make_unique<SupportedExportFormatsResponse>(kMaxMessageVersion); in getSerializable()
141 SupportedExportFormatsResponse* response) { in SupportedExportFormats()
244 SupportedExportFormatsResponse* response) { in SupportedExportFormats()
547 SupportedExportFormatsResponse response(impl_->message_version()); in get_supported_export_formats()