Searched refs:getEngine (Results 1 – 6 of 6) sorted by relevance
41 Engine *EngineInstance::getEngine() const in getEngine() function in android::audio_policy::EngineInstance50 return getEngine()->queryInterface<EngineInterface>(); in queryInterface()56 return getEngine()->queryInterface<AudioPolicyPluginInterface>(); in queryInterface()
59 Engine *getEngine() const;
248 if (mWallpaperConnection != null && mWallpaperConnection.getEngine() != null) { in setupCurrentWallpaperPreview()258 mWallpaperConnection.getEngine().dispatchPointer(dup); in setupCurrentWallpaperPreview()260 mWallpaperConnection.getEngine().dispatchWallpaperCommand( in setupCurrentWallpaperPreview()265 mWallpaperConnection.getEngine().dispatchWallpaperCommand( in setupCurrentWallpaperPreview()
220 public IWallpaperEngine getEngine() { in getEngine() method in WallpaperConnection
2523 private IWallpaperEngine getEngine(int which, int userId, int displayId) { in getEngine() method in WallpaperManagerService2548 IWallpaperEngine engine = getEngine(which, userId, displayId); in addOnLocalColorsChangedListener()2578 IWallpaperEngine engine = getEngine(which, userId, displayId); in removeOnLocalColorsChangedListener()
43369 HPLcom/android/server/wallpaper/WallpaperManagerService;->getEngine(III)Landroid/service/wallpaper/…