Searched refs:getConfig (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeController.java32 ZenModeConfig getConfig(); method in interface:ZenModeController
H A DAccessPointControllerImpl.java112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId);
114 mWifiTracker.getManager().connect(ap.getConfig().networkId, mConnectListener);
125 mWifiTracker.getManager().connect(ap.getConfig(), mConnectListener);
/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/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
H A DHelloComputeNDK.java43 mBitmapIn.getConfig());
/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/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h55 virtual OMX_ERRORTYPE getConfig(
H A DSoftOMXComponent.h64 virtual OMX_ERRORTYPE getConfig(
H A DOMX.h54 virtual status_t getConfig(
H A DOMXNodeInstance.h52 status_t getConfig(OMX_INDEXTYPE index, void *params, size_t size);
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java55 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888);
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
57 assertTrue("getConfig", bm3.getConfig() == Bitmap.Config.ARGB_4444);
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeConditions.java107 mHelper.setConfig(mHelper.getConfig(), "zmc.onServiceAdded");
114 ZenModeConfig config = mHelper.getConfig();
169 final ZenModeConfig config = mHelper.getConfig();
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java142 if (output == null || output.getConfig() != Bitmap.Config.ARGB_8888) {
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp156 return me->getConfig(index, params);
274 OMX_ERRORTYPE SoftOMXComponent::getConfig( function in class:android::SoftOMXComponent
/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/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java181 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java90 mConfig = controller.getConfig();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java117 Bitmap.Config config = bitmap.getConfig();
/frameworks/base/libs/hwui/
H A DAndroid.common.mk0 # getConfig in external/skia/include/core/SkBitmap.h is deprecated.
/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/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/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/include/media/
H A DIOMX.h77 virtual status_t getConfig(
/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!");
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java350 if (destination.getConfig() != Config.ARGB_8888) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java233 Config config = bitmap.getConfig();

Completed in 2617 milliseconds

123