Searched refs:configs (Results 101 - 125 of 143) sorted by relevance

123456

/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp877 const sp<IBinder>& display, Vector<DisplayInfo>* configs)
879 return ComposerService::getComposerService()->getDisplayConfigs(display, configs);
884 Vector<DisplayInfo> configs; local
885 status_t result = getDisplayConfigs(display, &configs);
896 *info = configs[static_cast<size_t>(activeId)];
876 getDisplayConfigs( const sp<IBinder>& display, Vector<DisplayInfo>* configs) argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp636 const Vector<ResTable_config>& configs) {
637 const int N = configs.size();
644 jobject config = constructConfigurationObject(env, configs[i]);
664 Vector<ResTable_config> configs; local
665 res.getConfigurations(&configs, false /* ignoreMipmap */, true /* ignoreAndroidPackage */);
667 return getSizeConfigurationsInternal(env, configs);
1078 // XXX value could be different in different configs!
635 getSizeConfigurationsInternal(JNIEnv* env, const Vector<ResTable_config>& configs) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java312 * @param configs A mask of the changing configuration parameters, as
317 public void setChangingConfigurations(@Config int configs) { argument
318 mChangingConfigurations = configs;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h290 Vector<DisplayInfo>* configs);
293 Vector<android_color_mode_t>* configs);
H A DSurfaceFlinger.cpp679 Vector<DisplayInfo>* configs) {
680 if ((configs == NULL) || (display.get() == NULL)) {
716 configs->clear();
775 configs->push_back(info);
838 Vector<DisplayInfo> configs; local
839 mFlinger.getDisplayConfigs(mDisplay, &configs);
840 if (mMode < 0 || mMode >= static_cast<int>(configs.size())) {
841 ALOGE("Attempt to set active config = %d for display with %zu configs",
842 mMode, configs.size());
678 getDisplayConfigs(const sp<IBinder>& display, Vector<DisplayInfo>* configs) argument
H A DSurfaceFlinger_hwc1.cpp663 Vector<DisplayInfo>* configs) {
664 if ((configs == NULL) || (display.get() == NULL)) {
688 configs->clear();
750 configs->push_back(info);
807 Vector<DisplayInfo> configs; local
808 mFlinger.getDisplayConfigs(mDisplay, &configs);
809 if (mMode < 0 || mMode >= static_cast<int>(configs.size())) {
810 ALOGE("Attempt to set active config = %d for display with %zu configs",
811 mMode, configs.size());
662 getDisplayConfigs(const sp<IBinder>& display, Vector<DisplayInfo>* configs) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java314 * Adds information stored in networkHistory.txt to the given configs. The configs are provided
319 * @param configs mapping from configKey to a WifiConfiguration that contains the information
322 public void readNetworkHistory(Map<String, WifiConfiguration> configs, argument
354 config = configs.get(value);
H A DWifiServiceImpl.java1489 List<WifiConfiguration> configs = mWifiStateMachine.syncGetConfiguredNetworks(
1491 if (configs != null) {
1492 return new ParceledListSlice<WifiConfiguration>(configs);
1510 List<WifiConfiguration> configs =
1512 if (configs != null) {
1513 return new ParceledListSlice<WifiConfiguration>(configs);
H A DWifiNative.java668 * @param configs Map of configuration key to configuration objects corresponding to all
671 * @return Max priority of all the configs.
673 public boolean migrateNetworksFromSupplicant(Map<String, WifiConfiguration> configs, argument
675 return mSupplicantStaIfaceHal.loadNetworks(configs, networkExtras);
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java315 StreamConfigurationMap configs =
318 Size[] outputSizes = configs.getOutputSizes(SurfaceHolder.class);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java291 StreamConfigurationMap configs =
294 Size[] outputSizes = configs.getOutputSizes(SurfaceHolder.class);
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h72 Vector<DisplayInfo>* configs);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h283 // To get the values for all configs, use getConfigs below.
344 Vector<DisplayConfig> configs; member in struct:android::HWComposer::DisplayData
H A DHWC2.cpp483 std::vector<std::shared_ptr<const Config>> configs; local
485 configs.emplace_back(element.second);
487 return configs;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java842 EGLConfig[] configs = new EGLConfig[1];
844 if (!mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, configsCount)) {
848 return configs[0];
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java727 * Verifies that configs can be removed when in client mode.
741 * Verifies that configs can be removed when not in client mode.
756 * Verifies that configs can be forgotten when in client mode.
768 * Verifies that configs can be removed when not in client mode.
819 List<WifiConfiguration> configs = mWsm.syncGetConfiguredNetworks(-1, mWsmAsyncChannel);
821 assertEquals(1, configs.size());
823 WifiConfiguration config2 = configs.get(0);
844 List<WifiConfiguration> configs = mWsm.syncGetConfiguredNetworks(-1, mWsmAsyncChannel);
847 for (WifiConfiguration checkConfig : configs) {
1370 // Setup expected configs
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2977 // If this entry has no values for other configs,
4018 const DefaultKeyedVector<ConfigDescription, sp<Entry> >& configs = local
4020 const size_t configCount = configs.size();
4022 unique.add(configs.keyAt(j));
4040 //printf("Ordering %d configs from %d public defs\n", N, NP);
4088 //printf("Copying back in %d non-public configs, have %d\n", N, origOrder.size());
4240 const Vector<sp<ConfigList> >& configs = attr->getOrderedConfigs(); local
4241 const size_t configCount = configs.size();
4243 if (configs[i] == NULL) {
4247 if (attr->isPublic(configs[
4338 const Vector<sp<ConfigList> >& configs = t->getOrderedConfigs(); local
4986 const Vector<sp<ConfigList> >& configs = type->getOrderedConfigs(); local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp897 * Additionally, all configs must be sorted according to
929 // These configs can override the base attribute list
932 // 565 configs
957 // RGB 888 configs
982 // 8888 configs
1007 // A8 configs
1167 // look for the attribute in all of our configs
1476 EGLConfig *configs,
1486 if (!configs) {
1492 *configs
1475 eglGetConfigs( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
1498 eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java505 public void setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) { argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerBaseConfigSetTest.java60 public static List<Config> configs() throws CloneNotSupportedException { method in class:LinearLayoutManagerBaseConfigSetTest
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java62 * StreamConfigurationMap configs = characteristics.get(
164 // Ignoring input depth configs
411 StreamConfiguration[] configs =
413 for (StreamConfiguration config : configs) {
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp356 std::vector<Config> configs(1, kDefaultConfigId);
357 *outConfigs = hidl_vec<Config>(configs);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java670 ArrayList<android.hardware.radio.V1_0.HardwareConfig> configs) {
673 ArrayList<HardwareConfig> response = RIL.convertHalHwConfigList(configs, mRil);
668 hardwareConfigChanged( int indicationType, ArrayList<android.hardware.radio.V1_0.HardwareConfig> configs) argument
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1630 << util::Joiner(split_constraints_iter->configs, ", ")
1833 std::vector<std::string> configs; local
1893 &configs)
1964 "Split resources matching a set of configs out to a Split APK.\n"
2065 if (!configs.empty()) {
2066 filter = ParseConfigFilterParameters(configs, context.GetDiagnostics());
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp331 EGLConfig *configs,
349 dp->disp.dpy, configs, config_size, num_config);
356 EGLConfig *configs, EGLint config_size,
417 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA);
429 dp->disp.dpy, attrib_list, configs, config_size, num_config);
330 eglGetConfigs( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
355 eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument

Completed in 2145 milliseconds

123456