Home | History | Annotate | Download | only in vold

Lines Matching refs:userId

40     binder::Status onUserAdded(int32_t userId, int32_t userSerial);
41 binder::Status onUserRemoved(int32_t userId);
42 binder::Status onUserStarted(int32_t userId);
43 binder::Status onUserStopped(int32_t userId);
101 binder::Status createUserKey(int32_t userId, int32_t userSerial, bool ephemeral);
102 binder::Status destroyUserKey(int32_t userId);
104 binder::Status addUserKeyAuth(int32_t userId, int32_t userSerial,
106 binder::Status fixateNewestUserKeyAuth(int32_t userId);
108 binder::Status unlockUserKey(int32_t userId, int32_t userSerial,
110 binder::Status lockUserKey(int32_t userId);
113 int32_t userId, int32_t userSerial, int32_t flags);
115 int32_t userId, int32_t flags);