Searched refs:config (Results 126 - 150 of 251) sorted by relevance

1234567891011

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp142 EGLConfig config; local
146 // TODO: Currently choosing the config that includes all
158 eglChooseConfig(display(), configAttribs, &config, 1, &numConfigs); local
169 surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
175 config,
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java100 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h38 // 1. A compiler instance can be constructed provided an "initial config."
39 // 2. A compiler can later be re-configured using config().
40 // 3. Once config() is invoked, it'll re-create TargetMachine instance (i.e.,
43 // to config().
88 enum ErrorCode config(const CompilerConfig &pConfig);
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/webview/chromium/tools/buildbot/
H A Dwebview_buildbot_functions.sh147 git config target.os android
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java279 Configuration config = am.getConfiguration();
283 config.setLocale(locale);
285 am.updateConfiguration(config);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java159 Configuration config = mContext.getResources().getConfiguration();
160 if (config.keyboard == Configuration.KEYBOARD_NOKEYS
161 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) {
/frameworks/base/services/java/com/android/server/
H A DCommonTimeManagementService.java177 // Connect to the common time config service and apply the initial configuration.
318 InterfaceConfiguration config = mNetMgr.getInterfaceConfig(iface);
319 if (null == config)
322 if (config.isActive()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java74 public ApnContext(Context context, String apnType, String logTag, NetworkConfig config) { argument
80 mDependencyMet = new AtomicBoolean(config.dependencyMet);
82 priority = config.priority;
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java564 final int config = configs[i];
566 final boolean alpha = (config & CarouselController.STORE_CONFIG_ALPHA) != 0;
567 final boolean depthReads = (config & CarouselController.STORE_CONFIG_DEPTH_READS) != 0;
569 (config & CarouselController.STORE_CONFIG_DEPTH_WRITES) != 0;
918 Bitmap.Config config = bitmap.getConfig();
919 if (config == null) {
920 config = defaultConfig;
922 if (config == Bitmap.Config.ALPHA_8) {
924 } else if (config == Bitmap.Config.RGB_565) {
926 } else if (config
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java425 * config that supports EGL_SWAP_BEHAVIOR_PRESERVED_BIT.
1167 for (EGLConfig config : debugConfigs) {
1168 printConfig(config);
1185 private static void printConfig(EGLConfig config) { argument
1188 Log.d(LOG_TAG, "EGL configuration " + config + ":");
1190 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_RED_SIZE, value);
1193 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_GREEN_SIZE, value);
1196 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_BLUE_SIZE, value);
1199 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_ALPHA_SIZE, value);
1202 sEgl.eglGetConfigAttrib(sEglDisplay, config, EGL_DEPTH_SIZ
[all...]
H A DWindowManagerGlobal.java487 public void reportNewConfiguration(Configuration config) { argument
490 config = new Configuration(config);
493 root.requestUpdateConfiguration(config);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp63 if (LinkerConfig::Object == config().codeGenType())
124 uint32_t addralign = config().targets().bitclass() / 8;
220 if (config().isCodeIndep()) {
246 if (config().isCodeStatic()) {
254 config().codeGenType() || rsym->isUndef() || rsym->isDyn()) {
308 if (LinkerConfig::DynObj == config().codeGenType()) {
343 if (LinkerConfig::DynObj == config().codeGenType()) {
449 if (config().isCodeStatic()) {
457 config().codeGenType() || rsym->isUndef() || rsym->isDyn()) {
472 LinkerConfig::DynObj != config()
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp460 /* EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value ) */
463 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) {
469 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
515 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
518 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
524 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
592 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
595 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
601 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
673 /* EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, cons
462 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
517 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
594 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
675 android_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset) argument
737 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
854 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
981 android_eglCreateContext(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java418 Configuration config; field in class:ActivityThread.AppBindData
543 private void updatePendingConfiguration(Configuration config) { argument
546 mPendingConfiguration.isOtherSeqNewer(config)) {
547 mPendingConfiguration = config;
627 int configChanges, boolean notResumed, Configuration config) {
629 configChanges, notResumed, config, true);
732 Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services,
754 data.config = config;
774 public void scheduleConfigurationChanged(Configuration config) { argument
625 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
725 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
1515 applyConfigCompatMainThread(int displayDensity, Configuration config, CompatibilityInfo compat) argument
3572 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument
3814 performConfigurationChanged(ComponentCallbacks2 cb, Configuration config) argument
3859 applyConfigurationToResources(Configuration config) argument
3877 handleConfigurationChanged(Configuration config, CompatibilityInfo compat) argument
[all...]
H A DIApplicationThread.java64 boolean notResumed, Configuration config) throws RemoteException;
96 Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services,
101 void scheduleConfigurationChanged(Configuration config) throws RemoteException; argument
62 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
91 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java249 ViewConfiguration config = ViewConfiguration.get(getContext());
252 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop();
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp195 EGLConfig config; local
205 eglChooseConfig(mEglDisplay, configAttribs, &config, 1, &numConfigs);
208 mEglSurface = eglCreateWindowSurface(mEglDisplay, config,
213 mEglContext = eglCreateContext(mEglDisplay, config, EGL_NO_CONTEXT,
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp450 CHECK(GetAttribute(params.c_str(), "config", &val));
452 sp<ABuffer> config = decodeHex(val); local
453 CHECK(config != NULL);
455 ABitReader bits(config->data(), config->size());
462 ALOGW("Failed to parse stream mux config, using default values for playback.");
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h148 const LinkerConfig& config() const { return m_Config; } function in class:mcld::TargetLDBackend
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java37 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h58 static RenderEngine* create(EGLDisplay display, EGLConfig config);
/frameworks/rs/driver/
H A DrsdGL.h37 EGLConfig config; member in struct:RsdGLRec::__anon1613
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp503 pContext->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
504 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
505 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
506 pContext->config.inputCfg.samplingRate = 44100;
507 pContext->config.inputCfg.bufferProvider.getBuffer = NULL;
508 pContext->config.inputCfg.bufferProvider.releaseBuffer = NULL;
509 pContext->config.inputCfg.bufferProvider.cookie = NULL;
510 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
511 pContext->config.outputCfg.accessMode = EFFECT_BUFFER_ACCESS_ACCUMULATE;
512 pContext->config
[all...]
/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl122 ParcelFileDescriptor establishVpn(in VpnConfig config);

Completed in 2358 milliseconds

1234567891011