Searched defs:getConfig (Results 1 - 13 of 13) sorted by last modified time

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java412 int[] configSpec = getConfig();
422 private static int[] getConfig() { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java177 public Config getConfig() { method in class:Bitmap_Delegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java687 int[] configSpec = getConfig();
697 private int[] getConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java576 final Config config = source.getConfig();
901 * <p>This method always returns false if {@link #getConfig()} is
912 return getConfig() != Config.RGB_565 && hasAlpha();
1015 public final Config getConfig() { method in class:Bitmap
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp299 status_t OMX::getConfig( function in class:android::OMX
302 return findInstance(node)->getConfig(
H A DOMXNodeInstance.cpp266 status_t OMXNodeInstance::getConfig( function in class:android::OMXNodeInstance
H A DSoftOMXComponent.cpp156 return me->getConfig(index, params);
274 OMX_ERRORTYPE SoftOMXComponent::getConfig( function in class:android::SoftOMXComponent
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java1011 abstract int[] getConfig(boolean dirtyRegions); method in class:HardwareRenderer.GlRenderer
1071 int[] configSpec = getConfig(sDirtyRegions);
1770 int[] getConfig(boolean dirtyRegions) { method in class:HardwareRenderer.Gl20Renderer
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp63 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { function in namespace:android
232 EGLConfig cnf = getConfig(_env, config);
248 EGLConfig cnf = getConfig(_env, config);
276 EGLConfig cnf = getConfig(_env, config);
320 EGLContext cnf = getConfig(_env, config);
347 EGLContext cnf = getConfig(_env, config);
376 EGLContext cnf = getConfig(_env, config);
/frameworks/av/media/libmedia/
H A DIOMX.cpp168 virtual status_t getConfig( function in class:android::BpOMX
560 err = getConfig(node, index, params, size);
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp58 virtual status_t getConfig(
238 status_t MuxOMX::getConfig( function in class:android::MuxOMX
241 return getOMX(node)->getConfig(node, index, params, size);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp288 OMX_ERRORTYPE SoftMPEG4::getConfig( function in class:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp266 OMX_ERRORTYPE SoftAVC::getConfig( function in class:android::SoftAVC

Completed in 1160 milliseconds