Lines Matching refs:UidSecurityError
492 static binder::Status UidSecurityError() { in UidSecurityError() function
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()
652 if (!CheckUid()) return UidSecurityError(); in zeroFillNewImage()
667 if (!CheckUid()) return UidSecurityError(); in removeAllImages()
677 if (!CheckUid()) return UidSecurityError(); in removeDisabledImages()
687 if (!CheckUid()) return UidSecurityError(); in getMappedImageDevice()
730 return UidSecurityError(); in openImageService()
754 return UidSecurityError(); in CheckUid()