Searched refs:Enroll (Results 1 - 6 of 6) sorted by relevance

/system/core/gatekeeperd/tests/
H A Dgatekeeper_test.cpp43 gatekeeper.Enroll(request, response);
60 gatekeeper.Enroll(request, &response);
133 gatekeeper.Enroll(enroll_request, &enroll_response);
178 gatekeeper.Enroll(enroll_request, &enroll_response);
/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.h43 int Enroll(uint32_t uid, const uint8_t *current_password_handle,
H A Dtrusty_gatekeeper.cpp82 int TrustyGateKeeperDevice::Enroll(uint32_t uid, const uint8_t *current_password_handle, function in class:gatekeeper::TrustyGateKeeperDevice
210 return convert_device(dev)->Enroll(uid, current_password_handle, current_password_handle_length,
/system/core/gatekeeperd/
H A DSoftGateKeeperDevice.cpp58 impl_->Enroll(request, &response);
/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper.h45 void Enroll(const EnrollRequest &request, EnrollResponse *response);
/system/gatekeeper/
H A Dgatekeeper.cpp25 void GateKeeper::Enroll(const EnrollRequest &request, EnrollResponse *response) { function in class:gatekeeper::GateKeeper

Completed in 2384 milliseconds