Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 25 of 88) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAccessPointControllerImpl.java112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId); in connect()
114 mWifiTracker.getManager().connect(ap.getConfig().networkId, mConnectListener); in connect()
125 mWifiTracker.getManager().connect(ap.getConfig(), mConnectListener); in connect()
DZenModeController.java31 ZenModeConfig getConfig(); in getConfig() method
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DBitmapUtils.java121 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap)); in resizeBitmapByScale()
130 private static Bitmap.Config getConfig(Bitmap bitmap) { in getConfig() method in BitmapUtils
131 Bitmap.Config config = bitmap.getConfig(); in getConfig()
157 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap)); in resizeAndCropCenter()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeConditions.java102 mHelper.setConfig(mHelper.getConfig(), "zmc.onServiceAdded"); in onServiceAdded()
108 ZenModeConfig config = mHelper.getConfig(); in onConditionChanged()
163 final ZenModeConfig config = mHelper.getConfig(); in isAutomaticActive()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp63 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { in getConfig() function
234 EGLConfig cnf = getConfig(_env, config); in jni_eglCreateContext()
250 EGLConfig cnf = getConfig(_env, config); in jni_eglCreatePbufferSurface()
277 EGLConfig cnf = getConfig(_env, config); in jni_eglCreatePixmapSurface()
320 EGLContext cnf = getConfig(_env, config); in jni_eglCreateWindowSurface()
347 EGLContext cnf = getConfig(_env, config); in jni_eglCreateWindowSurfaceTexture()
375 EGLContext cnf = getConfig(_env, config); in jni_eglGetConfigAttrib()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java55 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888); in testBasic()
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565); in testBasic()
57 assertTrue("getConfig", bm3.getConfig() == Bitmap.Config.ARGB_4444); in testBasic()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioSessionInfoProvider.h30 virtual audio_config_base_t getConfig() const = 0;
DAudioInputDescriptor.h69 virtual audio_config_base_t getConfig() const;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DWifiAssociationTest.java76 WifiConfiguration config = getConfig(ssid, securityType, password); in testWifiAssociation()
107 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) { in getConfig() method in WifiAssociationTest
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DTetherUtil.java27 return configManager.getConfig().getBoolean(CarrierConfigManager in isEntitlementCheckRequired()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java174 int[] configSpec = getConfig(); in onSurfaceTextureAvailable()
184 private int[] getConfig() { in onSurfaceTextureAvailable()
DGLTextureViewActivity.java412 int[] configSpec = getConfig(); in chooseEglConfig()
422 private static int[] getConfig() { in getConfig() method in GLTextureViewActivity.RenderThread
/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
DHelloComputeNDK.java42 mBitmapIn.getConfig()); in onCreate()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioSession.cpp88 const audio_config_base_t deviceConfig = (provider != NULL) ? provider->getConfig() : in changeActiveCount()
123 const audio_config_base_t deviceConfig = (provider != NULL) ? provider->getConfig() : in onSessionInfoUpdate()
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp156 return me->getConfig(index, params); in GetConfigWrapper()
274 OMX_ERRORTYPE SoftOMXComponent::getConfig( in getConfig() function in android::SoftOMXComponent
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompilerDriver.h114 const CompilerConfig * getConfig() const { in getConfig() function
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java117 int[] configSpec = getConfig(); in chooseEglConfig()
127 private static int[] getConfig() { in getConfig() method in BlockingGLTextureView.EglHelper
/frameworks/base/graphics/java/android/graphics/
DBitmap.java282 reconfigure(width, getHeight(), getConfig()); in setWidth()
298 reconfigure(getWidth(), height, getConfig()); in setHeight()
756 final Config config = source.getConfig(); in createBitmap()
1288 public final Config getConfig() { in getConfig() method in Bitmap
/frameworks/av/media/libstagefright/include/
DSoftVideoDecoderOMXComponent.h66 virtual OMX_ERRORTYPE getConfig(
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequence.java142 if (output == null || output.getConfig() != Bitmap.Config.ARGB_8888) { in getFrame()
/frameworks/av/media/libstagefright/
DOMXClient.cpp74 virtual status_t getConfig(
340 status_t MuxOMX::getConfig( in getConfig() function in android::MuxOMX
343 return getOMX(node)->getConfig(node, index, params, size); in getConfig()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java108 PersistableBundle b = configManager.getConfig(); in resetRatFamilyMap()
DCarrierSignalAgent.java86 b = configManager.getConfig(); in getCarrierSignalReceiverName()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java181 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) { in convertBitmapToRGBA()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java363 int[] configSpec = getConfig(); in chooseEglConfig()
373 private static int[] getConfig() { in getConfig() method in ImageFlipRenderThread

1234