Searched refs:KeystoreResponse (Results 1 – 12 of 12) sorted by relevance
30 struct KeystoreResponse : public ::android::Parcelable { struct32 KeystoreResponse() = default;33 explicit KeystoreResponse(const int response_code, const String16& error_msg) in KeystoreResponse() function35 explicit KeystoreResponse(const int response_code) in KeystoreResponse() argument38 KeystoreResponse(const ::keystore::KeyStoreServiceReturnCode& rc) in KeystoreResponse() function40 KeystoreResponse(const KeystoreResponse& other) in KeystoreResponse() function46 KeystoreResponse(KeystoreResponse&& other) = default;
55 ::android::security::keystore::KeystoreResponse>;59 std::tuple<::android::security::keystore::KeystoreResponse,67 std::tuple<::android::security::keystore::KeystoreResponse,
19 import android.security.keystore.KeystoreResponse;25 void onFinished(in KeystoreResponse response); in onFinished()
19 import android.security.keystore.KeystoreResponse;26 void onFinished(in KeystoreResponse response, in KeyCharacteristics charactersistics); in onFinished()
19 import android.security.keystore.KeystoreResponse;26 void onFinished(in KeystoreResponse response, in KeymasterCertificateChain chain); in onFinished()
20 parcelable KeystoreResponse cpp_header "keystore/KeystoreResponse.h";
19 import android.security.keystore.KeystoreResponse;
29 status_t KeystoreResponse::readFromParcel(const Parcel* in) { in readFromParcel()35 status_t KeystoreResponse::writeToParcel(Parcel* out) const { in writeToParcel()
150 "KeystoreResponse.cpp",
52 using android::security::keystore::KeystoreResponse;
72 using ::android::security::keystore::KeystoreResponse;