Home
last modified time | relevance | path

Searched refs:getEngine (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngineInstance.cpp41 Engine *EngineInstance::getEngine() const in getEngine() function in android::audio_policy::EngineInstance
50 return getEngine()->queryInterface<EngineInterface>(); in queryInterface()
56 return getEngine()->queryInterface<AudioPolicyPluginInterface>(); in queryInterface()
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/include/
H A DAudioPolicyEngineInstance.h59 Engine *getEngine() const;
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java248 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()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
H A DWallpaperConnection.java220 public IWallpaperEngine getEngine() { in getEngine() method in WallpaperConnection
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2523 private IWallpaperEngine getEngine(int which, int userId, int displayId) { in getEngine() method in WallpaperManagerService
2548 IWallpaperEngine engine = getEngine(which, userId, displayId); in addOnLocalColorsChangedListener()
2578 IWallpaperEngine engine = getEngine(which, userId, displayId); in removeOnLocalColorsChangedListener()
/aosp12/frameworks/base/services/
H A Dart-profile43369 HPLcom/android/server/wallpaper/WallpaperManagerService;->getEngine(III)Landroid/service/wallpaper/…