Home
last modified time | relevance | path

Searched refs:SupportedExportFormatsRequest (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/include/keymaster/
Dandroid_keymaster.h64 void SupportedExportFormats(const SupportedExportFormatsRequest& request,
Dandroid_keymaster_messages.h151 struct SupportedExportFormatsRequest : public SupportedByAlgorithmRequest { struct
152 SupportedExportFormatsRequest(int32_t ver = MAX_MESSAGE_VERSION)
/system/keymaster/
Dandroid_keymaster.cpp169 void AndroidKeymaster::SupportedExportFormats(const SupportedExportFormatsRequest& request, in SupportedExportFormats()
Dsoft_keymaster_device.cpp585 SupportedExportFormatsRequest request; in get_supported_export_formats()