Searched defs:om (Results 1 - 8 of 8) sorted by relevance

/frameworks/wilhelm/src/android/
H A DOutputMix_to_android.cpp23 SLresult android_outputMix_create(COutputMix *om) { argument
24 SL_LOGV("Create outputMix=%p", om);
29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) { argument
31 SL_LOGV("Realize outputMix=%p", om);
35 if (memcmp(SL_IID_EQUALIZER, &om->mEqualizer.mEqDescriptor.type,
37 android_eq_init(AUDIO_SESSION_OUTPUT_MIX /*sessionId*/, &om->mEqualizer);
40 if (memcmp(SL_IID_BASSBOOST, &om->mBassBoost.mBassBoostDescriptor.type,
42 android_bb_init(AUDIO_SESSION_OUTPUT_MIX /*sessionId*/, &om->mBassBoost);
45 if (memcmp(SL_IID_PRESETREVERB, &om->mPresetReverb.mPresetReverbDescriptor.type,
47 android_prev_init(&om
66 android_outputMix_destroy(COutputMix *om) argument
[all...]
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerShellCommand.java17 package com.android.server.om;
21 import android.content.om.IOverlayManager;
22 import android.content.om.OverlayInfo;
H A DIdmapManager.java17 package com.android.server.om;
19 import static com.android.server.om.OverlayManagerService.DEBUG;
20 import static com.android.server.om.OverlayManagerService.TAG;
23 import android.content.om.OverlayInfo;
H A DOverlayManagerServiceImpl.java17 package com.android.server.om;
19 import static android.content.om.OverlayInfo.STATE_DISABLED;
20 import static android.content.om.OverlayInfo.STATE_ENABLED;
21 import static android.content.om.OverlayInfo.STATE_MISSING_TARGET;
22 import static android.content.om.OverlayInfo.STATE_NO_IDMAP;
24 import static com.android.server.om.OverlayManagerService.DEBUG;
25 import static com.android.server.om.OverlayManagerService.TAG;
29 import android.content.om.OverlayInfo;
H A DOverlayManagerService.java17 package com.android.server.om;
35 import android.content.om.IOverlayManager;
36 import android.content.om.OverlayInfo;
H A DOverlayManagerSettings.java17 package com.android.server.om;
19 import static com.android.server.om.OverlayManagerService.DEBUG;
20 import static com.android.server.om.OverlayManagerService.TAG;
24 import android.content.om.OverlayInfo;
/frameworks/base/core/java/android/content/om/
H A DOverlayInfo.java17 package android.content.om;
33 * com.android.server.om.OverlayManagerService} should never have this
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 4927 milliseconds