Home
last modified time | relevance | path

Searched refs:SetResults (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp212 response->SetResults(supported, count); in GetSupported()
240 response->SetResults(formats, count); in SupportedImportFormats()
250 response->SetResults(formats, count); in SupportedExportFormats()
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h272 template <size_t N> void SetResults(const T (&arr)[N]) { SetResults(arr, N); } in SetResults() function
274 void SetResults(const T* arr, size_t n) { in SetResults() function