Searched defs:getConfig (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java76 WifiConfiguration config = getConfig(ssid, securityType, password);
107 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) { method in class:WifiAssociationTest
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java60 public AudioPolicyConfig getConfig() { return mConfig; } method in class:AudioPolicy
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java122 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
131 private static Bitmap.Config getConfig(Bitmap bitmap) { method in class:BitmapUtils
132 Bitmap.Config config = bitmap.getConfig();
158 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp156 return me->getConfig(index, params);
274 OMX_ERRORTYPE SoftOMXComponent::getConfig( function in class:android::SoftOMXComponent
H A DSoftVideoDecoderOMXComponent.cpp394 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getConfig( function in class:android::SoftVideoDecoderOMXComponent
H A DOMX.cpp303 status_t OMX::getConfig( function in class:android::OMX
306 return findInstance(node)->getConfig(
H A DOMXNodeInstance.cpp296 status_t OMXNodeInstance::getConfig( function in class:android::OMXNodeInstance
/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/av/media/libstagefright/
H A DOMXClient.cpp63 virtual status_t getConfig(
269 status_t MuxOMX::getConfig( function in class:android::MuxOMX
272 return getOMX(node)->getConfig(node, index, params, size);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java117 int[] configSpec = getConfig();
127 private static int[] getConfig() { method in class:BlockingGLTextureView.EglHelper
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java68 protected Config getConfig() { method in class:ConditionProviders
454 final ZenModeConfig config = mZenModeHelper.getConfig();
489 ZenModeConfig config = mZenModeHelper.getConfig();
539 final ZenModeConfig config = mZenModeHelper.getConfig();
H A DZenModeHelper.java290 public ZenModeConfig getConfig() { method in class:ZenModeHelper
H A DManagedServices.java99 mConfig = getConfig();
103 abstract protected Config getConfig(); method in class:ManagedServices
H A DNotificationManagerService.java1411 return mZenModeHelper.getConfig();
2759 protected Config getConfig() { method in class:NotificationManagerService.NotificationListeners
/frameworks/av/media/libmedia/
H A DIOMX.cpp172 virtual status_t getConfig( function in class:android::BpOMX
633 err = getConfig(node, index, params, size);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java755 int[] configSpec = getConfig();
765 private int[] getConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java232 public Config getConfig() { method in class:Bitmap_Delegate
/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
237 EGLConfig cnf = getConfig(_env, config);
253 EGLConfig cnf = getConfig(_env, config);
280 EGLConfig cnf = getConfig(_env, config);
324 EGLContext cnf = getConfig(_env, config);
351 EGLContext cnf = getConfig(_env, config);
379 EGLContext cnf = getConfig(_env, config);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java254 reconfigure(width, getHeight(), getConfig());
270 reconfigure(getWidth(), height, getConfig());
694 final Config config = source.getConfig();
1033 * <p>This method always returns false if {@link #getConfig()} is
1036 * <p>The return value is undefined if {@link #getConfig()} is
1213 public final Config getConfig() { method in class:Bitmap

Completed in 533 milliseconds