Lines Matching refs:UidSecurityError
574 static binder::Status UidSecurityError() { in UidSecurityError() function
619 if (!CheckUid()) return UidSecurityError(); in createBackingImage()
644 if (!CheckUid()) return UidSecurityError(); in deleteBackingImage()
656 if (!CheckUid()) return UidSecurityError(); in mapImageDevice()
667 if (!CheckUid()) return UidSecurityError(); in unmapImageDevice()
678 if (!CheckUid()) return UidSecurityError(); in backingImageExists()
687 if (!CheckUid()) return UidSecurityError(); in isImageMapped()
697 if (!CheckUid()) return UidSecurityError(); in getAvbPublicKey()
736 if (!CheckUid()) return UidSecurityError(); in zeroFillNewImage()
751 if (!CheckUid()) return UidSecurityError(); in removeAllImages()
761 if (!CheckUid()) return UidSecurityError(); in disableImage()
771 if (!CheckUid()) return UidSecurityError(); in removeDisabledImages()
781 if (!CheckUid()) return UidSecurityError(); in isImageDisabled()
789 if (!CheckUid()) return UidSecurityError(); in getMappedImageDevice()
836 return UidSecurityError(); in openImageService()
860 return UidSecurityError(); in CheckUid()