Searched refs:userId (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/biometrics/face/1.0/ |
D | IBiometricsFaceClientCallback.hal | 31 * @param userId The active user id for the template being enrolled. 35 oneway onEnrollResult(uint64_t deviceId, uint32_t faceId, int32_t userId, 45 * @param userId The active user id for the authenticated face. 49 oneway onAuthenticated(uint64_t deviceId, uint32_t faceId, int32_t userId, 62 * @param userId The id of the active user associated with the attempted 72 oneway onAcquired(uint64_t deviceId, int32_t userId, 80 * @param userId The id of the active user when the error occured, or 90 oneway onError(uint64_t deviceId, int32_t userId, FaceError error, 99 * @param userId The active user id for the removed face template. 101 oneway onRemoved(uint64_t deviceId, vec<uint32_t> removed, int32_t userId); [all …]
|
D | IBiometricsFace.hal | 53 * returning to the idle state. Calling this method with the same userId 60 * @param userId A non-negative user identifier that must be unique and 67 setActiveUser(int32_t userId, string storePath) generates (Status status);
|
D | types.hal | 21 * this userId.
|
/hardware/interfaces/keymaster/4.0/support/ |
D | keymaster_utils.cpp | 60 static_assert(1 /* version size */ + sizeof(token.challenge) + sizeof(token.userId) + in authToken2HidlVec() 71 pos = copy_bytes_to_iterator(token.userId, pos); in authToken2HidlVec() 88 static_assert(1 /* version size */ + sizeof(token.challenge) + sizeof(token.userId) + in hidlVec2AuthToken() 99 pos = copy_bytes_from_iterator(&token.userId, pos); in hidlVec2AuthToken()
|
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 405 uint32_t userId; in TEST_F() member 409 UserData(int id) { userId = id; } in TEST_F() 416 setUid(users[i].userId); in TEST_F() 424 setUid(users[i].userId); in TEST_F() 439 setUid(users[i].userId); in TEST_F()
|
/hardware/interfaces/biometrics/face/1.0/vts/functional/ |
D | VtsHalBiometricsFaceV1_0TargetTest.cpp | 68 int32_t userId; member 99 Return<void> onRemoved(uint64_t, const hidl_vec<uint32_t>&, int32_t userId) override { in onRemoved() argument 101 args.userId = userId; in onRemoved()
|
/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 117 expected.userId = 0x1122334455667788; in TEST()
|
/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 54 uint32_t userId;
|
/hardware/interfaces/confirmationui/1.0/vts/functional/ |
D | VtsHalConfirmationUIV1_0TargetTest.cpp | 99 auth_token.userId = 0; 114 toBytes(auth_token.userId), //
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | msg_formatting.h | 258 return sizeof hat->challenge + sizeof hat->userId + sizeof hat->authenticatorId + 281 pos = copyField(hat.userId, pos); 302 pos = copyField(v.userId, pos);
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
D | GenericOperation.h | 134 bytes_cast(secureInputToken.userId), in deliverSecureInputEvent()
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.cpp | 399 halExtra->levels[i].user_id = extra->levels[i].userId; in convertPhraseRecognitionExtraToHal() 483 extra->levels[i].userId = halExtra->levels[i].user_id; in convertPhraseRecognitionExtraFromHal()
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 422 halExtra->levels[i].user_id = extra->levels[i].userId; in convertPhraseRecognitionExtraToHal() 508 extra->levels[i].userId = halExtra->levels[i].user_id; in convertPhraseRecognitionExtraFromHal()
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 343 * present in the userId or authenticatorId field of a HardwareAuthToken provided to begin(), 345 * with the matching userId or authenticatorId, the IKeymasterDevice must return 359 * userId or authenticatorId fields, and the current operation's operation handle in the 1201 * userId is the a "secure" user ID. It is not related to any Android user ID or UID, but is 1204 uint64_t userId; 1237 * are represented as unsigned values, the full width of the type. The challenge, userId and
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 410 uint64_t userId; // Secure User ID, not Android user ID.
|