Searched defs:config (Results 1 - 25 of 138) sorted by relevance

123456

/frameworks/support/v4/froyo/android/support/v4/view/
H A DViewConfigurationCompatFroyo.java25 public static int getScaledPagingTouchSlop(ViewConfiguration config) { argument
26 return config.getScaledPagingTouchSlop();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLConfigImpl.java24 EGLConfigImpl(int config) { argument
25 mEGLConfig = config;
/frameworks/base/tools/localize/
H A DValuesFile_test.cpp8 Configuration config; local
9 config.locale = "zz_ZZ";
10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config,
24 str.config.ToString().c_str(), str.comment.c_str());
H A DValues.h19 StringResource(const SourcePos& pos, const string& file, const Configuration& config,
39 Configuration config; member in struct:StringResource
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthCallback.java34 * @param config Bluetooth Health app configuration
42 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, argument
44 Log.d(TAG, "onHealthAppConfigurationStatusChange: " + config + "Status: " + status);
53 * @param config The Health app configutation
61 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config, argument
64 Log.d(TAG, "onHealthChannelStateChange: " + config + "Device: " + device +
/frameworks/base/opengl/tests/EGLTest/
H A DEGL_test.cpp57 EGLConfig config; local
65 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
72 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
75 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
78 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
90 EGLConfig config; local
102 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
109 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
112 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
115 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZ
[all...]
/frameworks/base/opengl/tests/finish/
H A Dfinish.cpp44 EGLConfig config; local
55 dpy, configAttribs, window, &config);
61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/tests/lib/
H A DglTestLib.cpp69 void glTestPrintEGLConfiguration(EGLDisplay dpy, EGLConfig config) argument
111 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
/frameworks/base/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/opengl/tests/textures/
H A Dtextures.cpp40 EGLConfig config; local
51 dpy, configAttribs, window, &config);
57 surface = eglCreateWindowSurface(dpy, config, window, NULL);
58 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewConfigurationCompat.java30 public int getScaledPagingTouchSlop(ViewConfiguration config); argument
38 public int getScaledPagingTouchSlop(ViewConfiguration config) { argument
39 return config.getScaledTouchSlop();
48 public int getScaledPagingTouchSlop(ViewConfiguration config) { argument
49 return ViewConfigurationCompatFroyo.getScaledPagingTouchSlop(config);
72 public static int getScaledPagingTouchSlop(ViewConfiguration config) { argument
73 return IMPL.getScaledPagingTouchSlop(config);
/frameworks/base/libs/ui/
H A DEGLUtils.cpp80 EGLConfig config = NULL; local
85 config = configs[i];
93 *outConfig = config;
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp35 EGLConfig config; local
51 dpy, s_configAttribs, window, &config);
52 surface = eglCreateWindowSurface(dpy, config, window, NULL);
55 eglChooseConfig(dpy, s_configAttribs, &config, 1, &numConfigs);
57 surface = eglCreatePbufferSurface(dpy, config, attribs);
62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java37 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/opengl/tests/linetex/
H A Dlinetex.cpp44 EGLConfig config; local
55 dpy, configAttribs, window, &config);
61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardScreenCallback.java60 void recreateMe(Configuration config); argument
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java45 public static PendingIntent getIntentForStatusPanel(Context context, VpnConfig config) { argument
48 intent.putExtra("config", config);
51 return PendingIntent.getActivity(context, 0, intent, (config == null) ?
89 VpnConfig config = new VpnConfig();
90 config.user = in.readString();
91 config.interfaze = in.readString();
92 config.session = in.readString();
93 config.mtu = in.readInt();
94 config
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java115 for (WifiConfiguration config : networks) {
116 log(config.toString());
129 * @param config is the network configuration
132 private void connectToWifi(WifiConfiguration config) { argument
134 assertTrue("failed to connect to " + config.SSID,
135 mAct.connectToWifiWithConfiguration(config));
144 log("config.SSID = " + config.SSID);
148 assertTrue(config.SSID.contains(mAct.mWifiManager.getConnectionInfo().getSSID()));
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Daacenc_core.c40 void AacInitDefaultConfig(AACENC_CONFIG *config) argument
43 config->adtsUsed = 1;
44 config->nChannelsIn = 2;
45 config->nChannelsOut = 2;
46 config->bitRate = 128000;
47 config->bandWidth = 0;
58 const AACENC_CONFIG config /* pre-initialized config struct */
72 hAacEnc->config = config;
[all...]
/frameworks/base/opengl/tests/fillrate/
H A Dfillrate.cpp43 EGLConfig config; local
54 dpy, configAttribs, window, &config);
60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
61 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java83 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/opengl/tests/swapinterval/
H A Dswapinterval.cpp41 EGLConfig config; local
56 dpy, configAttribs, window, &config);
64 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r);
65 eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g);
66 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b);
67 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a);
68 eglGetConfigAttrib(dpy, config, EGL_NATIVE_VISUAL_ID, &vid);
70 surface = eglCreateWindowSurface(dpy, config, window, NULL);
73 fprintf(stderr, "error: %s, config=%p, format = %d-%d-%d-%d, visual-id = %d\n",
74 EGLUtils::strerror(err), config,
[all...]

Completed in 582 milliseconds

123456