HomeSort by relevance Sort by last modified time
    Searched refs:mEngine (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/core/java/android/app/job/
JobService.java 54 private JobServiceEngine mEngine;
58 if (mEngine == null) {
59 mEngine = new JobServiceEngine(this) {
71 return mEngine.getBinder();
98 mEngine.jobFinished(params, wantsReschedule);
  /frameworks/wilhelm/src/
sync.cpp 38 if (thiz->mEngine.mShutdown) {
39 thiz->mEngine.mShutdownAck = SL_BOOLEAN_TRUE;
52 // unsigned instanceMask = thiz->mEngine.mInstanceMask; // for debugger
53 unsigned changedMask = thiz->mEngine.mChangedMask;
54 thiz->mEngine.mChangedMask = 0;
64 IObject *instance = (IObject *) thiz->mEngine.mInstances[i];
sles_allinclusive.h 451 ThreadPool_add_ppi(&(object)->mObject.mEngine->mThreadPool, \
454 ThreadPool_add_ppii(&(object)->mObject.mEngine->mThreadPool, \
457 ThreadPool_add_piipp(&(object)->mObject.mEngine->mThreadPool, \
  /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/wilhelm/src/objects/
COutputMix.cpp 66 IEngine *thisEngine = &outputMix->mObject.mEngine->mEngine;
CEngine.cpp 71 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
86 SDL_open(&thiz->mEngine);
107 unsigned instanceCount = thiz->mEngine.mInstanceCount;
108 unsigned instanceMask = thiz->mEngine.mInstanceMask;
116 thiz, i + 1, thiz->mEngine.mInstances[i]);
127 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
129 while (!thiz->mEngine.mShutdownAck) {
  /frameworks/av/media/extractors/midi/
MidiExtractor.cpp 54 MidiEngine &mEngine;
73 : mEngine(engine),
96 mEngine.allocateBuffers();
106 mEngine.releaseBuffers();
129 mEngine.seekTo(seekTimeUs);
131 buffer = mEngine.readBuffer();
270 mEngine = new MidiEngine(mDataSource, &mFileMetadata, &mTrackMetadata);
271 mInitCheck = mEngine->initCheck();
289 return new MidiSource(*mEngine, mTrackMetadata);
MidiExtractor.h 76 MidiEngine *mEngine;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.h 49 struct copybit_device_t *mEngine;
hwc_copybit.cpp 139 if(mEngine == NULL) {
224 copybit_device_t *copybit = mEngine;
346 copybit_device_t *copybit = mEngine;
552 return mEngine;
568 if(copybit_open(module, &mEngine) < 0) {
583 if(mEngine)
585 copybit_close(mEngine);
586 mEngine = NULL;
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 339 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
341 mWallpaperConnection.mEngine.setVisibility(true);
351 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
353 mWallpaperConnection.mEngine.setVisibility(false);
385 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
388 mWallpaperConnection.mEngine.dispatchPointer(dup);
401 if (!handled && mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
405 mWallpaperConnection.mEngine.dispatchWallpaperCommand(
410 mWallpaperConnection.mEngine.dispatchWallpaperCommand(
423 IWallpaperEngine mEngine;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
PerformUnifiedRestoreTask.java     [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 138 : mEngine(engine) {
139 mEngine.bindNativeBufferAsFrameBuffer(buffer, this);
141 ~BindNativeBufferAsFramebuffer() { mEngine.unbindNativeBufferAsFrameBuffer(this); }
147 RenderEngine& mEngine;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.h 54 struct copybit_device_t *mEngine;
  /cts/tests/tests/media/libaudiojni/
audio-track-native.cpp 58 mEngine(NULL),
86 res = (*mEngineObj)->GetInterface(mEngineObj, SL_IID_ENGINE, (void *)&mEngine);
90 res = (*mEngine)->CreateOutputMix(
91 mEngine, &mOutputMixObj, 0 /* numInterfaces */,
137 res = (*mEngine)->CreateAudioPlayer(mEngine, &mPlayerObj,
187 mEngine = NULL;
354 SLEngineItf mEngine;
audio-record-native.cpp 63 mEngine(NULL),
94 res = (*mEngineObj)->GetInterface(mEngineObj, SL_IID_ENGINE, (void *)&mEngine);
146 res = (*mEngine)->CreateAudioRecorder(mEngine, &mRecordObj,
202 mEngine = NULL;
308 if (mEngine == NULL) {
415 SLEngineItf mEngine;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.h 81 struct copybit_device_t *mEngine;
hwc_copybit.cpp 219 if (mEngine == NULL || !(validateParams(ctx, list))) {
275 if(mEngine == NULL) {
399 copybit_device_t *copybit = mEngine;
689 copybit_device_t *copybit = mEngine;
817 copybit_device_t *copybit = mEngine;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.h 81 struct copybit_device_t *mEngine;
hwc_copybit.cpp 219 if (mEngine == NULL || !(validateParams(ctx, list))) {
272 if(mEngine == NULL) {
408 copybit_device_t *copybit = mEngine;
742 copybit_device_t *copybit = mEngine;
870 copybit_device_t *copybit = mEngine;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 53 private DrawableEngine mEngine;
63 if (mEngine != null) {
64 mEngine.trimMemory(level);
70 mEngine = new DrawableEngine();
71 return mEngine;
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 168 mEngine->setDeviceConnectionState(devDesc, state);
195 mEngine->setDeviceConnectionState(devDesc, state);
224 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
230 if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (desc != mPrimaryOutput)) {
289 mEngine->setDeviceConnectionState(devDesc, state);
308 mEngine->setDeviceConnectionState(devDesc, state);
321 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
553 int oldState = mEngine->getPhoneState();
555 if (mEngine->setPhoneState(state) != NO_ERROR) {
668 return mEngine->getPhoneState()
    [all...]
  /frameworks/wilhelm/src/itf/
IEngine.cpp 699 IEngine *thisEngine = &thiz->mObject.mEngine->mEngine;
    [all...]
IObject.cpp 125 result = ThreadPool_add_ppi(&thiz->mEngine->mThreadPool, HandleRealize, thiz, NULL, 0);
253 result = ThreadPool_add_ppi(&thiz->mEngine->mThreadPool, HandleResume, thiz, NULL, 0);
551 IEngine *thisEngine = &thiz->mEngine->mEngine;
759 // mEngine
812 IEngine *thisEngine = &thiz->mEngine->mEngine;

Completed in 259 milliseconds

1 2