Searched refs:CheckUid (Results 1 – 2 of 2) sorted by relevance
85 binder::Status status = CheckUid(); \91 binder::Status status = CheckUid(AccessLevel::SystemOrShell); \518 bool CheckUid();535 if (!CheckUid()) return UidSecurityError(); in createBackingImage()560 if (!CheckUid()) return UidSecurityError(); in deleteBackingImage()572 if (!CheckUid()) return UidSecurityError(); in mapImageDevice()583 if (!CheckUid()) return UidSecurityError(); in unmapImageDevice()594 if (!CheckUid()) return UidSecurityError(); in backingImageExists()603 if (!CheckUid()) return UidSecurityError(); in isImageMapped()613 if (!CheckUid()) return UidSecurityError(); in getAvbPublicKey()[all …]
100 binder::Status CheckUid(AccessLevel level = AccessLevel::System);