/frameworks/base/core/jni/ |
android_util_AssetManager.cpp | 111 uint32_t typeSpecFlags, ResTable_config* config = NULL); 115 uint32_t typeSpecFlags, ResTable_config* config) 125 if (config != NULL) { 126 env->SetIntField(outValue, gTypedValueOffsets.mDensity, config->density); 621 static jobject constructConfigurationObject(JNIEnv* env, const ResTable_config& config) { 629 config.smallestScreenWidthDp); 630 env->SetIntField(result, gConfigurationOffsets.mScreenWidthDpOffset, config.screenWidthDp); 631 env->SetIntField(result, gConfigurationOffsets.mScreenHeightDpOffset, config.screenHeightDp); 645 jobject config = constructConfigurationObject(env, configs[i]); local 646 if (config == NULL) 688 ResTable_config config; local 897 ResTable_config config; local 1166 ResTable_config config; local 1371 ResTable_config config; local 1619 ResTable_config config; local 1770 ResTable_config config; local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 71 * pushing down this preference for every config change. 204 * Config}, without affecting the underlying allocation backing the bitmap. 225 * new config, just that the allocation is reused. Additionally, the view 249 * @see #setConfig(Config) 251 public void reconfigure(int width, int height, Config config) { 263 nativeReconfigure(mNativePtr, width, height, config.nativeInt, 270 * <p>Convenience method for calling {@link #reconfigure(int, int, Config)} 271 * with the current height and config.</p> 274 * the view system, see {@link #reconfigure(int, int, Config)} for mor 314 reconfigure(getWidth(), getHeight(), config); local 756 final Config config = source.getConfig(); local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
StaticMetadata.java | 1284 StreamConfigurationMap config = getValueFromKeyNonNull(key); local 1310 StreamConfigurationMap config = getValueFromKeyNonNull(key); local 1345 StreamConfigurationMap config = getValueFromKeyNonNull(key); local 1474 StreamConfigurationMap config = getValueFromKeyNonNull(key); local 2167 StreamConfigurationMap config = local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2RecordingTest.java | 214 StreamConfigurationMap config = local 217 Size[] highSpeedVideoSizes = config.getHighSpeedVideoSizes(); 220 getHighSpeedFixedFpsRangeForSize(config, size); 293 private List<Range<Integer>> getHighSpeedFixedFpsRangeForSize(StreamConfigurationMap config, 295 Range<Integer>[] availableFpsRanges = config.getHighSpeedVideoFpsRangesFor(size); [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLSurfaceView.java | 410 * Install a config chooser which will choose a config 428 * Install a config chooser which will choose a config 469 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config. 719 * @param config the EGLConfig of the created surface. Can be used 722 void onSurfaceCreated(GL10 gl, EGLConfig config); 781 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { 785 return egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, 811 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, 886 EGLConfig config = chooseConfig(egl, display, configs); local [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUManager.java | 436 WifiConfiguration config = mWifiNetworkAdapter.getActiveWifiConfig(); local 438 if (config != null && 440 Utils.unquote(config.SSID).equals(selection.getSSID())) { 687 WifiConfiguration config = mWifiNetworkAdapter.getActiveWifiConfig(); local 688 HomeSP homeSP = MOManager.buildSP(config.getMoTree()); 691 config.networkId); 723 WifiConfiguration config = mWifiNetworkAdapter.getActivePasspointNetwork(); local 724 HomeSP activeSP = MOManager.buildSP(config.getMoTree()); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
RecentsView.java | 161 RecentsConfiguration config = Recents.getConfiguration(); local 162 RecentsActivityLaunchState launchState = config.getLaunchState(); [all...] |
TaskStackLayoutAlgorithm.java | 1103 RecentsConfiguration config = Recents.getConfiguration(); local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkControllerImpl.java | 83 private Config mConfig; 142 SubscriptionManager.from(context), Config.readConfig(context), bgLooper, 153 SubscriptionManager subManager, Config config, Looper bgLooper, 159 mConfig = config; 417 mConfig = Config.readConfig(mContext); 859 Config config = new Config(); local [all...] |
/frameworks/base/services/core/java/com/android/server/trust/ |
TrustManagerService.java | 277 List<PersistableBundle> config = local 280 if (config == null || config.isEmpty()) continue; [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
AppWindowToken.java | 778 final Configuration config = new Configuration(service.mCurConfiguration); local 779 config.updateFrom(mTask.mOverrideConfig); 780 mFrozenMergedConfig.offer(config); [all...] |
TaskStack.java | 182 Configuration config = configs.get(task.mTaskId); local 183 if (config != null) { 191 task.resizeLocked(bounds, config, false /* forced */); 195 task.resizeLocked(bounds, config, false /* forced */); 201 Slog.wtf(TAG_WM, "No config for task: " + task + ", is there a mismatch with AM?"); [all...] |
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 467 boolean disableOtaDexopt = SystemProperties.getBoolean("config.disable_otadexopt", 536 boolean disableStorage = SystemProperties.getBoolean("config.disable_storage", false); 537 boolean disableBluetooth = SystemProperties.getBoolean("config.disable_bluetooth", false); 538 boolean disableLocation = SystemProperties.getBoolean("config.disable_location", false); 539 boolean disableSystemUI = SystemProperties.getBoolean("config.disable_systemui", false); 540 boolean disableNonCoreServices = SystemProperties.getBoolean("config.disable_noncore", false); 541 boolean disableNetwork = SystemProperties.getBoolean("config.disable_network", false); 542 boolean disableNetworkTime = SystemProperties.getBoolean("config.disable_networktime", false); 543 boolean disableRtt = SystemProperties.getBoolean("config.disable_rtt", false); 544 boolean disableMediaProjection = SystemProperties.getBoolean("config.disable_mediaproj" 1232 Configuration config = wm.computeNewConfiguration(); local [all...] |
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
SoundTriggerHelper.java | 620 RecognitionConfig config = model.getRecognitionConfig(); local 621 if (config == null) { 627 model.setRequested(config.allowMultipleTriggers); 761 RecognitionConfig config = modelData.getRecognitionConfig() local 955 RecognitionConfig config = modelData.getRecognitionConfig(); local [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
RttManager.java | 1271 ResponderConfig config = (ResponderConfig) msg.obj; local [all...] |
/frameworks/native/opengl/libagl/ |
egl.cpp | 128 EGLConfig config; member in struct:android::egl_context_t 149 EGLConfig config; member in struct:android::egl_surface_t 153 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat); 176 EGLConfig config, 178 : magic(MAGIC), dpy(dpy), config(config), ctx(0), zombie(false) 220 EGLDisplay dpy, EGLConfig config, 341 EGLConfig config, 344 : egl_surface_t(dpy, config, depthFormat), 647 EGLDisplay dpy, EGLConfig config, [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2On1Adapter.cpp | 653 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId, 723 for (const auto& config : mConfigs) { 727 outConfigs[numWritten] = config->getId(); 855 auto config = getConfig(configId); local 856 if (!config) { 859 if (config == mActiveConfig) { 865 auto error = config->getHwc1IdForColorMode(mActiveColorMode, &hwc1Id); 873 ALOGE("setActiveConfig: Failed to set active config on HWC1 (%d)", 877 mActiveConfig = config; 915 ALOGV("[%" PRIu64 "] Setting HWC1 config %u", mId, hwc1Config) 1237 auto& config = mConfigs[0]; local [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConnectivityManager.java | 670 WifiConfiguration config = mStateMachine.getCurrentWifiConfiguration(); local 672 if (config == null) { 676 HashSet<Integer> freqs = mConfigManager.makeChannelList(config, CHANNEL_LIST_AGE_MS); 686 localLog("No scan channels for " + config.configKey() + ". Perform full band scan"); [all...] |
WifiQualifiedNetworkSelector.java | 416 WifiConfiguration config = mWifiConfigManager.getWifiConfiguration(network.networkId); local 418 config.getNetworkSelectionStatus(); 487 WifiConfiguration config = mWifiConfigManager.getWifiConfiguration(network.networkId); local 488 WifiConfiguration.NetworkSelectionStatus status = config.getNetworkSelectionStatus(); 489 if (config.networkId == selected.networkId) { 493 + config.SSID + " : " + config.networkId); 506 + getNetworkString(config)); [all...] |
/frameworks/opt/net/wifi/service/jni/ |
com_android_server_wifi_WifiNative.cpp | 1229 wifi_rtt_config &config = configs[i]; local [all...] |
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiStateMachineTest.java | 134 public void startProvisioning(IpManager.ProvisioningConfiguration config) {} 601 WifiConfiguration config = new WifiConfiguration(); local 602 config.SSID = sSSID; 603 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); 604 config.hiddenSSID = isHidden; 606 mWsm.syncAddOrUpdateNetwork(mWsmAsyncChannel, config); 628 final WifiConfiguration config = new WifiConfiguration(); local 629 config.SSID = sSSID; 630 config.allowedKeyManagement.set(WifiConfiguration.KeyMgmt.NONE); 633 mWsm.syncAddOrUpdateNetwork(mWsmAsyncChannel, config); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.c | 618 struct stream_config config; member in struct:stream_state 740 /* Validate global config */ 824 &stream->config.cfg, 827 fatal("Failed to get config: %s\n", vpx_codec_err_to_string(res)); 832 stream->config.cfg.g_timebase.den = 1000; 837 stream->config.cfg.g_w = 0; 838 stream->config.cfg.g_h = 0; 841 stream->config.stereo_fmt = STEREO_FORMAT_MONO; 842 stream->config.write_webm = 1; 852 stream->config.cfg.g_lag_in_frames = 0 870 struct stream_config *config = &stream->config; local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.h | 156 struct pcm_config config; member in struct:stream_out 197 struct pcm_config config; member in struct:stream_in
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWICallbacks.cpp | 476 cam_pp_offline_src_config_t config; local 477 memset(&config, 0, sizeof(cam_pp_offline_src_config_t)); 478 config.num_of_bufs = 1; 479 main_stream->getFormat(config.input_fmt); 480 main_stream->getFrameDimension(config.input_dim); 481 main_stream->getFrameOffset(config.input_buf_planes.plane_info); 483 int32_t rc = pme->registerFaceImage(main_frame->buffer, &config, faceId); [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
venc_test.cpp | 697 // TEST VALUES (CHANGE FOR DIFF CONFIG's) 1326 char frame_n[8], config[16], param[8]; local [all...] |