/system/gatekeeper/tests/ |
D | gatekeeper_device_test.cpp | 61 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/ |
D | FingerprintDaemonProxy.cpp | 75 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()
|
D | FingerprintDaemonProxy.h | 36 …virtual int32_t enroll(const uint8_t* token, ssize_t tokenLength, int32_t groupId, int32_t timeout…
|
D | IFingerprintDaemon.h | 55 virtual int32_t enroll(const uint8_t* token, ssize_t tokenLength, int32_t groupId,
|
D | IFingerprintDaemon.cpp | 81 const int32_t ret = enroll(token, tokenSize, groupId, timeout); in onTransact()
|
/system/core/gatekeeperd/ |
D | SoftGateKeeperDevice.h | 47 int enroll(uint32_t uid,
|
D | gatekeeperd.cpp | 131 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()
|
D | IGateKeeperService.h | 58 virtual int enroll(uint32_t uid,
|
D | SoftGateKeeperDevice.cpp | 21 int SoftGateKeeperDevice::enroll(uint32_t uid, in enroll() function in android::SoftGateKeeperDevice
|
D | IGateKeeperService.cpp | 53 int ret = enroll(uid, currentPasswordHandle, currentPasswordHandleSize, in onTransact()
|