Home | History | Annotate | Download | only in keystore

Lines Matching defs:ExportResult

99 ExportResult::ExportResult() : resultCode(0), exportData(NULL), dataLength(0) {
102 ExportResult::~ExportResult() {
105 void ExportResult::readFromParcel(const Parcel& in) {
125 void ExportResult::writeToParcel(Parcel* out) const {
133 ALOGE("Failed to writeInplace ExportResult data.");
1096 const keymaster_blob_t* appData, int32_t uid, ExportResult* result)
1732 ExportResult result;