Searched refs:IWallpaperEffectsGenerationService (Results 1 – 3 of 3) sorted by relevance
22 import android.service.wallpapereffectsgeneration.IWallpaperEffectsGenerationService;36 IWallpaperEffectsGenerationService> {61 protected IWallpaperEffectsGenerationService getServiceInterface(IBinder service) { in getServiceInterface()62 return IWallpaperEffectsGenerationService.Stub.asInterface(service); in getServiceInterface()86 @NonNull AsyncRequest<IWallpaperEffectsGenerationService> request) { in scheduleOnResolvedService()94 @NonNull AsyncRequest<IWallpaperEffectsGenerationService> request) { in executeOnResolvedService()
81 private final IWallpaperEffectsGenerationService mInterface =82 new IWallpaperEffectsGenerationService.Stub() {
26 oneway interface IWallpaperEffectsGenerationService { interface