Searched defs:getConfig (Results 1 - 23 of 23) 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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeController.java32 ZenModeConfig getConfig(); method in interface:ZenModeController
H A DZenModeControllerImpl.java138 public ZenModeConfig getConfig() { method in class:ZenModeControllerImpl
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java121 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
130 private static Bitmap.Config getConfig(Bitmap bitmap) { method in class:BitmapUtils
131 Bitmap.Config config = bitmap.getConfig();
157 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.cpp417 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getConfig( function in class:android::SoftVideoDecoderOMXComponent
H A DOMX.cpp310 status_t OMX::getConfig( function in class:android::OMX
313 return findInstance(node)->getConfig(
H A DOMXNodeInstance.cpp422 status_t OMXNodeInstance::getConfig( function in class:android::OMXNodeInstance
428 // some errors are expected for getConfig
430 CLOG_IF_ERROR(getConfig, err, "%s(%#x)", asString(extIndex), index);
/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/media/java/android/media/audiopolicy/
H A DAudioPolicy.java96 public AudioPolicyConfig getConfig() { return mConfig; } method in class:AudioPolicy
/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.java78 protected Config getConfig() { method in class:ConditionProviders
H A DManagedServices.java105 mConfig = getConfig();
127 abstract protected Config getConfig(); method in class:ManagedServices
H A DZenModeHelper.java310 public ZenModeConfig getConfig() { method in class:ZenModeHelper
H A DNotificationManagerService.java1576 return mZenModeHelper.getConfig();
3232 protected Config getConfig() { method in class:NotificationManagerService.NotificationListeners
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp63 virtual status_t getConfig(
277 status_t MuxOMX::getConfig( function in class:android::MuxOMX
280 return getOMX(node)->getConfig(node, index, params, size);
/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
234 EGLConfig cnf = getConfig(_env, config);
250 EGLConfig cnf = getConfig(_env, config);
277 EGLConfig cnf = getConfig(_env, config);
320 EGLContext cnf = getConfig(_env, config);
347 EGLContext cnf = getConfig(_env, config);
375 EGLContext cnf = getConfig(_env, config);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java243 public WifiConfiguration getConfig() { method in class:AccessPoint
/frameworks/base/telephony/java/android/telephony/
H A DCarrierConfigManager.java503 public PersistableBundle getConfig() { method in class:CarrierConfigManager
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java205 public Config getConfig() { method in class:Bitmap_Delegate
/frameworks/av/media/libmedia/
H A DIOMX.cpp174 virtual status_t getConfig( function in class:android::BpOMX
707 err = getConfig(node, index, params, size);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java764 int[] configSpec = getConfig();
774 private int[] getConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java250 reconfigure(width, getHeight(), getConfig());
266 reconfigure(getWidth(), height, getConfig());
708 final Config config = source.getConfig();
1047 * <p>This method always returns false if {@link #getConfig()} is
1050 * <p>The return value is undefined if {@link #getConfig()} is
1240 public final Config getConfig() { method in class:Bitmap
1242 Log.w(TAG, "Called getConfig() on a recycle()'d bitmap! This is undefined behavior!");

Completed in 765 milliseconds