Home
last modified time | relevance | path

Searched refs:IWallpaperEffectsGenerationService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DRemoteWallpaperEffectsGenerationService.java22 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()
/frameworks/base/core/java/android/service/wallpapereffectsgeneration/
DWallpaperEffectsGenerationService.java81 private final IWallpaperEffectsGenerationService mInterface =
82 new IWallpaperEffectsGenerationService.Stub() {
DIWallpaperEffectsGenerationService.aidl26 oneway interface IWallpaperEffectsGenerationService { interface