Searched refs:uid (Results 1 - 14 of 14) sorted by relevance

/hardware/interfaces/gatekeeper/1.0/
H A DIGatekeeper.hal30 * @param uid The Android user identifier
52 enroll(uint32_t uid,
67 * @param uid The Android user identifier
89 verify(uint32_t uid, uint64_t challenge,
95 * Deletes the enrolledPasswordHandle associated with the uid. Once deleted
99 * @param uid The Android user identifier
108 deleteUser(uint32_t uid) generates (GatekeeperResponse response);
111 * Deletes all the enrolled_password_handles for all uid's. Once called,
/hardware/interfaces/audio/effect/2.0/
H A DIEffectsFactory.hal37 getDescriptor(Uuid uid) generates(Result retval, EffectDescriptor result);
44 * @param uid effect uuid.
56 createEffect(Uuid uid, AudioSession session, AudioIoHandle ioHandle)
/hardware/intel/common/libva/va/drm/
H A Dva_drm_auth.c53 int i, auth, pid, uid; local
59 if (drmGetClient(fd, i, &auth, &pid, &uid, &magic, &iocs) != 0)
/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.h47 Return<void> enroll(uint32_t uid,
52 Return<void> verify(uint32_t uid,
57 Return<void> deleteUser(uint32_t uid, deleteUser_cb _hidl_cb) override;
H A DGatekeeper.cpp55 Return<void> Gatekeeper::enroll(uint32_t uid,
65 int ret = device->enroll(device, uid,
85 Return<void> Gatekeeper::verify(uint32_t uid, argument
96 int ret = device->verify(device, uid, challenge,
118 Return<void> Gatekeeper::deleteUser(uint32_t uid, deleteUser_cb cb) { argument
122 int ret = device->delete_user(device, uid);
/hardware/libhardware/include/hardware/
H A Dgatekeeper.h59 * - uid: the Android user identifier
91 int (*enroll)(const struct gatekeeper_device *dev, uint32_t uid,
109 * - uid: the Android user identifier
141 int (*verify)(const struct gatekeeper_device *dev, uint32_t uid, uint64_t challenge,
147 * Deletes the enrolled_password_handle associated wth the uid. Once deleted
153 * - uid: the Android user identifier
159 int (*delete_user)(const struct gatekeeper_device *dev, uint32_t uid);
162 * Deletes all the enrolled_password_handles for all uid's. Once called,
H A Dbt_rc.h258 uint8_t uid[BTRC_UID_SIZE]; member in struct:__anon1235
266 uint8_t uid[BTRC_UID_SIZE]; member in struct:__anon1236
365 typedef void (* btrc_get_item_attr_callback) (uint8_t scope, uint8_t* uid, uint16_t uid_counter,
370 uint16_t uid_counter, uint8_t* uid, bt_bdaddr_t *bd_addr);
381 uint8_t* uid, uint16_t uid_counter, bt_bdaddr_t *bd_addr);
613 bt_bdaddr_t *bd_addr, uint8_t scope, uint8_t *uid, uint16_t uid_counter);
628 bt_status_t (*change_folder_path_cmd) (bt_bdaddr_t *bd_addr, uint8_t direction, uint8_t * uid);
/hardware/interfaces/audio/effect/2.0/default/
H A DEffectsFactory.h47 Return<void> getDescriptor(const Uuid& uid, getDescriptor_cb _hidl_cb) override;
49 const Uuid& uid, int32_t session, int32_t ioHandle, createEffect_cb _hidl_cb) override;
H A DEffectsFactory.cpp133 Return<void> EffectsFactory::getDescriptor(const Uuid& uid, getDescriptor_cb _hidl_cb) { argument
135 HidlUtils::uuidToHal(uid, &halUuid);
155 const Uuid& uid, int32_t session, int32_t ioHandle, createEffect_cb _hidl_cb) {
157 HidlUtils::uuidToHal(uid, &halUuid);
154 createEffect( const Uuid& uid, int32_t session, int32_t ioHandle, createEffect_cb _hidl_cb) argument
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h41 uint32_t uid; member in struct:fuse_attr
276 uint32_t uid; member in struct:fuse_setattr_in
496 uint32_t uid; member in struct:fuse_in_header
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h154 uint32_t uid; member in struct:fuse_attr
447 uint32_t uid; member in struct:fuse_setattr_in
657 uint32_t uid; member in struct:fuse_in_header
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h41 uint32_t uid; member in struct:fuse_attr
287 uint32_t uid; member in struct:fuse_setattr_in
516 uint32_t uid; member in struct:fuse_in_header
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h160 uint32_t uid; member in struct:fuse_attr
465 uint32_t uid; member in struct:fuse_setattr_in
683 uint32_t uid; member in struct:fuse_in_header
/hardware/interfaces/gatekeeper/1.0/vts/functional/
H A DVtsHalGatekeeperV1_0TargetTest.cpp47 uint32_t uid; member in struct:GatekeeperRequest
52 GatekeeperRequest() : uid(0), challenge(0) {}
83 void setUid(uint32_t uid) { uid_ = uid; } argument

Completed in 4552 milliseconds