HomeSort by relevance Sort by last modified time
    Searched defs:mEngine (Results 1 - 13 of 13) sorted by null

  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java 52 private final FusionEngine mEngine;
66 mEngine = new FusionEngine(context, Looper.myLooper());
76 mEngine.switchUser();
83 * For serializing requests to mEngine.
90 mEngine.init(FusedLocationProvider.this);
93 mEngine.deinit();
98 mEngine.setRequest(wrapper.request, wrapper.source);
123 mEngine.dump(fd, pw, args);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 76 RenderEngine& mEngine;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.h 49 struct copybit_device_t *mEngine;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.h 49 struct copybit_device_t *mEngine;
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.h 49 struct copybit_device_t *mEngine;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 79 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
81 mWallpaperConnection.mEngine.setVisibility(true);
91 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
93 mWallpaperConnection.mEngine.setVisibility(false);
146 IWallpaperEngine mEngine;
167 if (mEngine != null) {
169 mEngine.destroy();
173 mEngine = null;
197 mEngine = null;
206 mEngine = engine
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 123 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
125 mWallpaperConnection.mEngine.setVisibility(true);
135 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
137 mWallpaperConnection.mEngine.setVisibility(false);
192 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
195 mWallpaperConnection.mEngine.dispatchPointer(dup);
208 if (!handled && mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
212 mWallpaperConnection.mEngine.dispatchWallpaperCommand(
217 mWallpaperConnection.mEngine.dispatchWallpaperCommand(
230 IWallpaperEngine mEngine;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 219 IWallpaperEngine mEngine;
250 mEngine = null;
267 mEngine = engine;
270 mEngine.setDesiredSize(mWallpaper.width, mWallpaper.height);
671 if (wallpaper.connection.mEngine != null) {
673 wallpaper.connection.mEngine.setDesiredSize(
    [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 141 android_tts_engine_t *mEngine;
147 mEngine = NULL;
155 if (mEngine) {
156 mEngine->funcs->shutdown(mEngine);
157 mEngine = NULL;
364 pSynthData->mEngine = engine;
413 android_tts_engine_t *engine = pSynthData->mEngine;
443 android_tts_engine_t *engine = pSynthData->mEngine;
472 android_tts_engine_t *engine = pSynthData->mEngine;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 67 DrawableEngine mEngine;
86 if (mEngine != null) {
87 mEngine.trimMemory(level);
97 mEngine = new DrawableEngine();
98 return mEngine;
  /frameworks/wilhelm/src/
classes.h 168 IEngine mEngine;
itfstruct.h 26 // field mThis would be redundant within an IObject, so we substitute mEngine
27 CEngine *mEngine; // const

Completed in 686 milliseconds