Searched refs:SupportedImportFormatsResponse (Results 1 – 7 of 7) sorted by relevance
39 SupportedImportFormatsResponse* response);
64 SupportedImportFormatsResponse* response);
329 struct SupportedImportFormatsResponse : public SupportedResponse<keymaster_key_format_t> { struct330 explicit SupportedImportFormatsResponse(int32_t ver) in SupportedImportFormatsResponse() argument
105 return std::make_unique<SupportedImportFormatsResponse>(kMaxMessageVersion); in getSerializable()
136 SupportedImportFormatsResponse* response) { in SupportedImportFormats()
234 SupportedImportFormatsResponse* response) { in SupportedImportFormats()
516 SupportedImportFormatsResponse response(impl_->message_version()); in get_supported_import_formats()