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

1 2

  /frameworks/wilhelm/src/
sync.c 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/
CEngine.c 66 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
71 SDL_open(&thiz->mEngine);
92 unsigned instanceCount = thiz->mEngine.mInstanceCount;
93 unsigned instanceMask = thiz->mEngine.mInstanceMask;
101 thiz, i + 1, thiz->mEngine.mInstances[i]);
112 thiz->mEngine.mShutdown = SL_BOOLEAN_TRUE;
114 while (!thiz->mEngine.mShutdownAck) {
COutputMix.c 66 IEngine *thisEngine = &outputMix->mObject.mEngine->mEngine;
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 165 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
167 mWallpaperConnection.mEngine.setVisibility(true);
177 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
179 mWallpaperConnection.mEngine.setVisibility(false);
234 if (mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
237 mWallpaperConnection.mEngine.dispatchPointer(dup);
250 if (!handled && mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
254 mWallpaperConnection.mEngine.dispatchWallpaperCommand(
259 mWallpaperConnection.mEngine.dispatchWallpaperCommand(
272 IWallpaperEngine mEngine;
    [all...]
  /frameworks/av/media/libstagefright/
MidiExtractor.cpp 54 sp<MidiEngine> mEngine;
73 : mEngine(engine),
96 mEngine->allocateBuffers();
106 mEngine->releaseBuffers();
128 mEngine->seekTo(seekTimeUs);
130 buffer = mEngine->readBuffer();
271 mEngine = new MidiEngine(mDataSource, mFileMetadata, mTrackMetadata);
272 mInitCheck = mEngine->initCheck();
290 return new MidiSource(mEngine, mTrackMetadata);
  /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;
  /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/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.h 54 struct copybit_device_t *mEngine;
hwc_copybit.cpp 137 if(mEngine == NULL) {
261 copybit_device_t *copybit = mEngine;
441 copybit_device_t *copybit = mEngine;
631 copybit_device_t *copybit = mEngine;
714 return mEngine;
737 if(copybit_open(module, &mEngine) < 0) {
748 if(mEngine)
750 copybit_close(mEngine);
751 mEngine = NULL;
  /hardware/qcom/audio/msm8909/policy_hal/
AudioPolicyManager.cpp 195 mEngine->setDeviceConnectionState(devDesc, state);
247 mEngine->setDeviceConnectionState(devDesc, state);
281 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
304 if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (desc != mPrimaryOutput)) {
357 mEngine->setDeviceConnectionState(devDesc, state);
378 mEngine->setDeviceConnectionState(devDesc, state);
388 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
569 mEngine->getForceUse(AUDIO_POLICY_FORCE_FOR_SYSTEM) == AUDIO_POLICY_FORCE_SYSTEM_ENFORCED) {
605 int oldState = mEngine->getPhoneState();
607 if (mEngine->setPhoneState(state) != NO_ERROR)
    [all...]
  /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) {
414 SLEngineItf mEngine;
  /frameworks/av/media/libstagefright/include/
MidiExtractor.h 76 sp<MidiEngine> 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/wilhelm/src/itf/
IEngine.c 698 IEngine *thisEngine = &thiz->mObject.mEngine->mEngine;
    [all...]
IObject.c 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;
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 117 mEngine->setDeviceConnectionState(devDesc, state);
151 mEngine->setDeviceConnectionState(devDesc, state);
180 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
186 if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (desc != mPrimaryOutput)) {
243 mEngine->setDeviceConnectionState(devDesc, state);
264 mEngine->setDeviceConnectionState(devDesc, state);
274 if (mEngine->getPhoneState() == AUDIO_MODE_IN_CALL && hasPrimaryOutput()) {
461 int oldState = mEngine->getPhoneState();
463 if (mEngine->setPhoneState(state) != NO_ERROR) {
566 return mEngine->getPhoneState()
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 83 RenderEngine& mEngine;

Completed in 2873 milliseconds

1 2