Searched refs:hat (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | msg_formatting.h | 257 HardwareAuthToken* hat = nullptr; 258 return sizeof hat->challenge + sizeof hat->userId + sizeof hat->authenticatorId + 259 sizeof hat->authenticatorType + sizeof hat->timestamp; 271 auto& hat = std::get<1>(result); 280 pos = copyField(hat.challenge, pos); 281 pos = copyField(hat.userId, pos); 282 pos = copyField(hat.authenticatorId, pos); 283 pos = copyField(hat.authenticatorType, pos); 284 pos = copyField(hat.timestamp, pos); 285 std::tie(in, hat.mac) = readSimpleHidlVecInPlace<uint8_t>(in);
|
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | BiometricsFingerprint.cpp | 161 Return<RequestStatus> BiometricsFingerprint::enroll(const hidl_array<uint8_t, 69>& hat, in enroll() argument 164 reinterpret_cast<const hw_auth_token_t*>(hat.data()); in enroll() 318 const uint8_t* hat = in notify() local 319 reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat); in notify() 321 std::vector<uint8_t>(hat, hat + sizeof(msg->data.authenticated.hat))); in notify()
|
D | BiometricsFingerprint.h | 55 …Return<RequestStatus> enroll(const hidl_array<uint8_t, 69>& hat, uint32_t gid, uint32_t timeoutSec…
|
/hardware/libhardware/include/hardware/ |
D | fingerprint.h | 106 hw_auth_token_t hat; member 177 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat,
|
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFace.hal | 113 * @param hat A valid Hardware Authentication Token, generated as a result 127 enroll(vec<uint8_t> hat, uint32_t timeoutSec, vec<Feature> disabledFeatures) 162 * @param hat A valid Hardware Authentication Token, generated as a result 168 setFeature(Feature feature, bool enabled, vec<uint8_t> hat, uint32_t faceId) 267 * @param hat A valid Hardware Authentication Token, generated when the 273 resetLockout(vec<uint8_t> hat) generates (Status status);
|
/hardware/libhardware/modules/fingerprint/ |
D | fingerprint.c | 44 const hw_auth_token_t __unused *hat, in fingerprint_enroll() argument
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 59 * @param hat a valid Hardware Authentication Token (HAT), generated 69 enroll(uint8_t[69] hat, uint32_t gid, uint32_t timeoutSec)
|
D | types.hal | 135 uint8_t[69] hat;
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 203 * - For a joystick, reports the absolute X position of the directional hat control. 210 * - For a joystick, reports the absolute Y position of the directional hat control.
|