Searched refs:config (Results 76 - 100 of 228) sorted by relevance

12345678910

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java235 WifiConfiguration config = new WifiConfiguration();
236 config.SSID = mSsid;
237 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
239 config.preSharedKey = mPassword;
241 config.preSharedKey = '"' + mPassword + '"';
243 config.ipAssignment = IpAssignment.DHCP;
244 config.proxySettings = ProxySettings.NONE;
247 mAct.connectToWifiWithConfiguration(config));
/frameworks/native/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/core/jni/
H A Dandroid_util_AssetManager.cpp83 uint32_t typeSpecFlags, ResTable_config* config = NULL);
87 uint32_t typeSpecFlags, ResTable_config* config)
97 if (config != NULL) {
98 env->SetIntField(outValue, gTypedValueOffsets.mDensity, config->density);
523 ResTable_config config; local
524 memset(&config, 0, sizeof(config));
528 config.mcc = (uint16_t)mcc;
529 config.mnc = (uint16_t)mnc;
530 config
85 copyValue(JNIEnv* env, jobject outValue, const ResTable* table, const Res_value& value, uint32_t ref, ssize_t block, uint32_t typeSpecFlags, ResTable_config* config) argument
695 ResTable_config config; local
894 ResTable_config config; local
1136 ResTable_config config; local
1286 ResTable_config config; local
[all...]
H A Dcom_google_android_gles_jni_EGLImpl.cpp225 jobject config, jobject share_context, jintArray attrib_list) {
226 if (display == NULL || config == NULL || share_context == NULL
232 EGLConfig cnf = getConfig(_env, config);
241 jobject config, jintArray attrib_list) {
242 if (display == NULL || config == NULL
248 EGLConfig cnf = getConfig(_env, config);
267 jobject display, jobject config, jobject native_pixmap,
270 if (display == NULL || config == NULL || native_pixmap == NULL
276 EGLConfig cnf = getConfig(_env, config);
296 pixmap.format = convertPixelFormat(nativeBitmap->config());
224 jni_eglCreateContext(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject share_context, jintArray attrib_list) argument
240 jni_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject display, jobject config, jintArray attrib_list) argument
266 jni_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject out_sur, jobject display, jobject config, jobject native_pixmap, jintArray attrib_list) argument
312 jni_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject native_window, jintArray attrib_list) argument
339 jni_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject native_window, jintArray attrib_list) argument
368 jni_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject display, jobject config, jint attribute, jintArray value) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp135 effect_config_t config; member in struct:android::__anon464::ReverbContext
446 if (pContext->config.inputCfg.channels == AUDIO_CHANNEL_OUT_STEREO) {
448 } else if (pContext->config.inputCfg.channels != AUDIO_CHANNEL_OUT_MONO) {
556 if (pContext->config.outputCfg.accessMode == EFFECT_BUFFER_ACCESS_ACCUMULATE){
648 pContext->config = *pConfig;
718 *pConfig = pContext->config;
744 pContext->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
746 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_MONO;
748 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
751 pContext->config
[all...]
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c320 (pDwmModule->config.outputCfg.accessMode == EFFECT_BUFFER_ACCESS_ACCUMULATE);
321 const uint32_t downmixInputChannelMask = pDwmModule->config.inputCfg.channels;
567 * pDwmModule->config.inputCfg
568 * pDwmModule->config.outputCfg
569 * pDwmModule->config.inputCfg.samplingRate
570 * pDwmModule->config.outputCfg.samplingRate
585 pDwmModule->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
586 pDwmModule->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
587 pDwmModule->config.inputCfg.channels = AUDIO_CHANNEL_OUT_7POINT1;
588 pDwmModule->config
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp66 static FromColorProc ChooseFromColorProc(SkBitmap::Config config) { argument
67 switch (config) {
86 FromColorProc proc = ChooseFromColorProc(dstBitmap.config());
193 switch (src.config()) {
216 SkBitmap::Config config, jboolean isMutable) {
227 bitmap.setConfig(config, width, height);
340 return bitmap->config();
376 const SkBitmap::Config config = (SkBitmap::Config)p->readInt32(); local
382 if (SkBitmap::kARGB_8888_Config != config &&
383 SkBitmap::kRGB_565_Config != config
214 Bitmap_creator(JNIEnv* env, jobject, jintArray jColors, int offset, int stride, int width, int height, SkBitmap::Config config, jboolean isMutable) argument
[all...]
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h147 /* 0x3039 - 0x304F reserved for additional config attributes. */
204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java409 * Install a config chooser which will choose a config
427 * Install a config chooser which will choose a config
468 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
705 * @param config the EGLConfig of the created surface. Can be used
708 void onSurfaceCreated(GL10 gl, EGLConfig config); argument
767 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { argument
771 return egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT,
797 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, argument
804 createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, Object nativeWindow) argument
951 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
[all...]
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/
H A DOverlayBaseTest.java34 Configuration config = new Configuration();
35 config.locale = locale;
36 mResources.updateConfiguration(config, mResources.getDisplayMetrics());
61 // config_automatic_brightness_available has overlay (default config)
73 // phoneTypeCar has an overlay (default config), which shouldn't shadow
81 // phoneTypeWork has overlay (no default config, only for lang=sv)
99 // config_scrollBarrierVibePattern has overlay (default config)
112 // drawable/default_background.jpg has overlay (default config)
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:
/frameworks/native/opengl/include/EGL/
H A Degl.h131 /* Reserved 0x3041-0x304F for additional config attributes */
140 /* More config attribute values, for EGL_TEXTURE_FORMAT */
262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
268 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
286 EGLConfig config, const EGLint *attrib_list);
297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/frameworks/base/services/java/com/android/server/
H A DAttributeCache.java83 public void updateConfiguration(Configuration config) { argument
85 int changes = mConfiguration.updateFrom(config);
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h42 MCLDInfo* config() { function in class:mcld::test::TestLinker
47 const MCLDInfo* config() const { function in class:mcld::test::TestLinker
/frameworks/native/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/core/java/android/app/
H A DActivityThread.java426 Configuration config; field in class:ActivityThread.AppBindData
547 private void updatePendingConfiguration(Configuration config) { argument
550 mPendingConfiguration.isOtherSeqNewer(config)) {
551 mPendingConfiguration = config;
626 int configChanges, boolean notResumed, Configuration config) {
628 configChanges, notResumed, config, true);
727 boolean persistent, Configuration config, CompatibilityInfo compatInfo,
748 data.config = config;
768 public void scheduleConfigurationChanged(Configuration config) { argument
624 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
721 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
1635 applyConfigCompatMainThread(int displayDensity, Configuration config, CompatibilityInfo compat) argument
3526 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument
3769 performConfigurationChanged(ComponentCallbacks2 cb, Configuration config) argument
3814 applyConfigurationToResources(Configuration config) argument
3820 applyConfigurationToResourcesLocked(Configuration config, CompatibilityInfo compat) argument
3894 applyNonDefaultDisplayMetricsToConfigurationLocked( DisplayMetrics dm, Configuration config) argument
3929 handleConfigurationChanged(Configuration config, CompatibilityInfo compat) argument
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp565 static int checkFormat(SkBitmap::Config config, int format, int type) argument
567 switch(config) {
593 static int getInternalFormat(SkBitmap::Config config) argument
595 switch(config) {
611 static int getType(SkBitmap::Config config) argument
613 switch(config) {
635 SkBitmap::Config config = bitmap.getConfig(); local
636 return getInternalFormat(config);
645 SkBitmap::Config config = bitmap.getConfig(); local
646 return getType(config);
656 SkBitmap::Config config = bitmap.getConfig(); local
705 SkBitmap::Config config = bitmap.getConfig(); local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp127 EGLConfig config; member in struct:android::egl_context_t
148 EGLConfig config; member in struct:android::egl_surface_t
151 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
174 EGLConfig config,
176 : magic(MAGIC), dpy(dpy), config(config), ctx(0)
218 EGLDisplay dpy, EGLConfig config,
340 EGLConfig config,
343 : egl_surface_t(dpy, config, depthFormat),
644 EGLDisplay dpy, EGLConfig config,
173 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat) argument
339 egl_window_surface_v2_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, ANativeWindow* window) argument
659 egl_pixmap_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, egl_native_pixmap_t const * pixmap) argument
722 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, int32_t w, int32_t h, int32_t f) argument
1200 getConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1229 createWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
1278 createPixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
1324 createPbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
1539 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1552 eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
1559 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
1566 eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
1656 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list) argument
1983 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h118 effect_config_t config; member in struct:EffectContext
/frameworks/base/core/java/android/net/
H A DEthernetDataTracker.java229 InterfaceConfiguration config = mNMService.getInterfaceConfig(iface);
230 mLinkUp = config.hasFlag("up");
231 if (config != null && mHwAddr == null) {
232 mHwAddr = config.getHardwareAddress();
/frameworks/compile/libbcc/include/bcc/
H A DLinker.h81 enum ErrorCode config(const LinkerConfig& pConfig);
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h74 enum ErrorCode config(const LinkerConfig& pConfig);
/frameworks/native/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/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/base/native/graphics/jni/
H A Dbitmap.cpp37 switch (bm->config()) {

Completed in 1010 milliseconds

12345678910