Home
last modified time | relevance | path

Searched refs:enroll (Results 1 – 10 of 10) sorted by relevance

/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp61 ret = device->enroll(device, 0, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
82 ret = device->enroll(device, 0, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
105 ret = device->enroll(device, 0, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
113 ret = device->enroll(device, 0, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
129 ret = device->enroll(device, 0, NULL, 0, NULL, 0, password_payload, password_len, in TEST_F()
137 ret = device->enroll(device, 0, password_handle, password_handle_length, password_payload, in TEST_F()
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp75 msg->data.enroll.finger.fid, in hal_notify_callback()
76 msg->data.enroll.finger.gid, in hal_notify_callback()
77 msg->data.enroll.samples_remaining); in hal_notify_callback()
79 msg->data.enroll.finger.fid, in hal_notify_callback()
80 msg->data.enroll.finger.gid, in hal_notify_callback()
81 msg->data.enroll.samples_remaining); in hal_notify_callback()
122 int32_t FingerprintDaemonProxy::enroll(const uint8_t* token, ssize_t tokenSize, int32_t groupId, in enroll() function in android::FingerprintDaemonProxy
130 return mDevice->enroll(mDevice, authToken, groupId, timeout); in enroll()
DFingerprintDaemonProxy.h36 …virtual int32_t enroll(const uint8_t* token, ssize_t tokenLength, int32_t groupId, int32_t timeout…
DIFingerprintDaemon.h55 virtual int32_t enroll(const uint8_t* token, ssize_t tokenLength, int32_t groupId,
DIFingerprintDaemon.cpp81 const int32_t ret = enroll(token, tokenSize, groupId, timeout); in onTransact()
/system/core/gatekeeperd/
DSoftGateKeeperDevice.h47 int enroll(uint32_t uid,
Dgatekeeperd.cpp131 virtual int enroll(uint32_t uid, in enroll() function in android::GateKeeperProxy
160 … ret = device->enroll(device, uid, current_password_handle, current_password_handle_length, in enroll()
165 ret = soft_device->enroll(uid, in enroll()
DIGateKeeperService.h58 virtual int enroll(uint32_t uid,
DSoftGateKeeperDevice.cpp21 int SoftGateKeeperDevice::enroll(uint32_t uid, in enroll() function in android::SoftGateKeeperDevice
DIGateKeeperService.cpp53 int ret = enroll(uid, currentPasswordHandle, currentPasswordHandleSize, in onTransact()