Searched refs:ImageService (Results 1 – 2 of 2) sorted by relevance
563 class ImageService : public BinderService<ImageService>, public BnImageService { class565 ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid);590 ImageService::ImageService(GsiService* service, std::unique_ptr<ImageManager>&& impl, uid_t uid) in ImageService() function in android::gsi::ImageService624 binder::Status ImageService::deleteBackingImage(const std::string& name) { in deleteBackingImage()635 binder::Status ImageService::mapImageDevice(const std::string& name, int32_t timeout_ms, in mapImageDevice()647 binder::Status ImageService::unmapImageDevice(const std::string& name) { in unmapImageDevice()716 binder::Status ImageService::zeroFillNewImage(const std::string& name, int64_t bytes) { in zeroFillNewImage()731 binder::Status ImageService::removeAllImages() { in removeAllImages()741 binder::Status ImageService::removeDisabledImages() { in removeDisabledImages()761 bool ImageService::CheckUid() { in CheckUid()[all …]
90 friend class ImageService;