Searched refs:config (Results 151 - 175 of 591) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tests/include/
H A DEGLUtils.h101 EGLConfig config = NULL; local
106 config = configs[i];
114 *outConfig = config;
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSurfaceUtils.java143 * @param config The stream configuration map for the device in question
146 Range<Integer> fpsRange, StreamConfigurationMap config) {
154 highSpeedSizes = Arrays.asList(config.getHighSpeedVideoSizes());
157 Range<Integer>[] highSpeedFpsRanges = config.getHighSpeedVideoFpsRanges();
163 highSpeedSizes = Arrays.asList(config.getHighSpeedVideoSizesFor(fpsRange));
145 checkConstrainedHighSpeedSurfaces(Collection<Surface> surfaces, Range<Integer> fpsRange, StreamConfigurationMap config) argument
/frameworks/base/core/java/android/security/net/config/
H A DDomain.java17 package android.security.net.config;
H A DKeyStoreConfigSource.java17 package android.security.net.config;
25 * {@link ConfigSource} with a single default config based on a {@link KeyStore} and no per domain
H A DPinSet.java17 package android.security.net.config;
H A DSystemCertificateSource.java17 package android.security.net.config;
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java129 Bitmap.Config config = Bitmap.Config.ARGB_8888;
130 Bitmap bm1 = Bitmap.createBitmap(colors, 10, 10, config);
131 Bitmap bm2 = Bitmap.createBitmap(10, 10, config);
155 Bitmap.Config config = Bitmap.Config.RGB_565;
156 Bitmap bm1 = Bitmap.createBitmap(colors, 10, 10, config);
157 Bitmap bm2 = Bitmap.createBitmap(10, 10, config);
185 Bitmap.Config config = Bitmap.Config.ARGB_8888;
188 Bitmap bm1 = Bitmap.createBitmap(colors, 16, 16, config);
191 Bitmap bm2 = Bitmap.createBitmap(16, 16, config);
/frameworks/base/tools/aapt2/
H A DResource.cpp89 return std::tie(a.name, a.config) < std::tie(b.name, b.config);
93 return std::tie(a.name, a.config) < std::tie(b.name, b.config);
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp102 if (group[index].config.locale != 0) {
107 group[index].config.getBcp47Locale(str);
112 if (group[index].config.sdkVersion != 0) {
116 sdk->longArgs.add(group[index].config.sdkVersion - 1);
120 if (group[index].config.density != 0) {
123 allDensities.add(group[index].config.density);
127 if (group[i].config.density != group[index].config.density) {
131 allDensities.add(group[j].config.density);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp42 EGLConfig config; local
54 dpy, configAttribs, window, &config);
60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
61 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp309 ConfigDescription config; local
310 config.copyFromDtoH(type->config);
340 resourceValue = parseMapEntry(name, config, mapEntry);
344 resourceValue = parseValue(name, config, value, entry->flags);
351 << config << "'"); local
355 if (!mTable->addResourceAllowMangled(name, config, {}, std::move(resourceValue),
381 const ConfigDescription& config,
407 styleStr, StringPool::Context{1, config}));
413 str, StringPool::Context{ 0, config }));
380 parseValue(const ResourceNameRef& name, const ConfigDescription& config, const Res_value* value, uint16_t flags) argument
443 parseMapEntry(const ResourceNameRef& name, const ConfigDescription& config, const ResTable_map_entry* map) argument
464 parseStyle(const ResourceNameRef& name, const ConfigDescription& config, const ResTable_map_entry* map) argument
489 parseAttr(const ResourceNameRef& name, const ConfigDescription& config, const ResTable_map_entry* map) argument
529 parseArray(const ResourceNameRef& name, const ConfigDescription& config, const ResTable_map_entry* map) argument
539 parsePlural(const ResourceNameRef& name, const ConfigDescription& config, const ResTable_map_entry* map) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java51 * <pre>Configuration config = getResources().getConfiguration();</pre>
694 /** @hide Native-specific bit mask for MCC config; DO NOT USE UNLESS YOU ARE SURE. */
696 /** @hide Native-specific bit mask for MNC config; DO NOT USE UNLESS YOU ARE SURE. */
698 /** @hide Native-specific bit mask for LOCALE config; DO NOT USE UNLESS YOU ARE SURE. */
700 /** @hide Native-specific bit mask for TOUCHSCREEN config; DO NOT USE UNLESS YOU ARE SURE. */
702 /** @hide Native-specific bit mask for KEYBOARD config; DO NOT USE UNLESS YOU ARE SURE. */
704 /** @hide Native-specific bit mask for KEYBOARD_HIDDEN config; DO NOT USE UNLESS YOU
707 /** @hide Native-specific bit mask for NAVIGATION config; DO NOT USE UNLESS YOU ARE SURE. */
709 /** @hide Native-specific bit mask for ORIENTATION config; DO NOT USE UNLESS YOU ARE SURE. */
711 /** @hide Native-specific bit mask for DENSITY config; D
1580 resourceQualifierString(Configuration config) argument
1983 writeXmlAttrs(XmlSerializer xml, Configuration config) argument
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp100 ALOGE("%s: bailing out: cannot export profiles to port config", __FUNCTION__);
390 status_t AudioPortConfig::applyAudioPortConfig(const struct audio_port_config *config, argument
396 localBackupConfig.config_mask = config->config_mask;
404 status = audioport->checkExactAudioProfile(config->sample_rate,
405 config->channel_mask,
406 config->format);
410 if (config->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) {
411 mSamplingRate = config->sample_rate;
413 if (config->config_mask & AUDIO_PORT_CONFIG_CHANNEL_MASK) {
414 mChannelMask = config
[all...]
H A DConfigParsingUtils.cpp222 AudioPolicyConfig &config)
263 loadModuleGlobalConfig(root, module, config);
269 AudioPolicyConfig &config)
280 if (loadHwModule(node, module, config) == NO_ERROR) {
321 AudioPolicyConfig &config)
340 config.addAvailableOutputDevices(availableOutputDevices);
346 config.setDefaultOutputDevice(defaultOutputDevice);
355 config.addAvailableInputDevices(availableInputDevices);
368 void ConfigParsingUtils::loadGlobalConfig(cnode *root, AudioPolicyConfig &config, argument
382 config
221 loadHwModule(cnode *root, sp<HwModule> &module, AudioPolicyConfig &config) argument
268 loadHwModules(cnode *root, HwModuleCollection &hwModules, AudioPolicyConfig &config) argument
320 loadModuleGlobalConfig(cnode *root, const sp<HwModule> &module, AudioPolicyConfig &config) argument
391 loadConfig(const char *path, AudioPolicyConfig &config) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, argument
82 arg("config", config);
87 EGLContext result = mEgl10.eglCreateContext(display, config,
95 EGLConfig config, int[] attrib_list) {
98 arg("config", config);
102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config,
110 EGLConfig config, Object native_pixmap, int[] attrib_list) {
113 arg("config", confi
94 eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) argument
109 eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) argument
125 eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) argument
165 eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value) argument
[all...]
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp48 LinkerConfig config("arm-none-linux-gnueabi");
51 config.setCodeGenType(LinkerConfig::DynObj);
54 linker.emulate(script, config);
56 IRBuilder builder(module, config);
80 LinkerConfig config("armv7-none-linux-gnueabi");
87 /// To configure linker before setting options. Linker::config sets up
89 linker.emulate(script, config);
91 config.setCodeGenType(LinkerConfig::DynObj); ///< --shared
92 config.options().setSOName("libplasma.so"); ///< --soname=libplasma.so
93 config
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java320 WifiConfiguration config;
322 config = WifiConfigurationHelper.createOpenConfig(ssid);
324 config = WifiConfigurationHelper.createPskConfig(ssid, password);
326 return connectToWifiWithConfiguration(config);
333 protected boolean connectToWifiWithConfiguration(WifiConfiguration config) { argument
346 mWifiManager.connect(config,
476 * @param config is the network configuration
479 protected void connectToWifi(WifiConfiguration config) { argument
481 assertTrue("failed to associate with " + config.SSID,
482 connectToWifiWithConfiguration(config));
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp563 webrtc::Config config; local
571 config.Set<webrtc::Beamforming>(
573 effect->session->apm->SetExtraOptions(config);
574 config.Set<webrtc::Beamforming>(
576 effect->session->apm->SetExtraOptions(config);
616 webrtc::Config config; local
620 config.Set<webrtc::Beamforming>(
622 effect->session->apm->SetExtraOptions(config);
641 webrtc::Config config; local
643 config
653 webrtc::Config config; local
934 Session_SetConfig(preproc_session_t *session, effect_config_t *config) argument
1050 Session_GetConfig(preproc_session_t *session, effect_config_t *config) argument
1062 Session_SetReverseConfig(preproc_session_t *session, effect_config_t *config) argument
1100 Session_GetReverseConfig(preproc_session_t *session, effect_config_t *config) argument
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp108 effect_config_t config; member in struct:android::__anon248::EqualizerContext
247 pContext->config = *pConfig;
275 *pConfig = pContext->config;
304 pContext->config.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
305 pContext->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
306 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
307 pContext->config.inputCfg.samplingRate = 44100;
308 pContext->config.inputCfg.bufferProvider.getBuffer = NULL;
309 pContext->config.inputCfg.bufferProvider.releaseBuffer = NULL;
310 pContext->config
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp90 if (LinkerConfig::Object != config().codeGenType()) {
96 if (config().options().hasNow()) {
129 if (LinkerConfig::Object != config().codeGenType()) {
145 m_pRelocator = new AArch64Relocator(*this, config());
187 if (!config().isCodeStatic() && m_pDynamic == NULL)
188 m_pDynamic = new AArch64ELFDynamic(*this, config());
190 if (LinkerConfig::Object != config().codeGenType()) {
192 if (config().options().hasNow()) {
194 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
201 if (LinkerConfig::DynObj == config()
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java407 public boolean autoRoamSetBSSID(WifiConfiguration config, String bssid) { argument
411 if (config == null) return false; // Nothing to do
414 && bssid.equals(mTargetRoamBSSID) && bssid.equals(config.BSSID)) {
423 if (config.BSSID != null) {
424 bssid = config.BSSID;
426 Log.d(TAG, "force BSSID to " + bssid + "due to config");
431 logd("autoRoamSetBSSID " + bssid + " key=" + config.configKey());
434 mWifiConfigManager.saveWifiConfigBSSID(config, bssid);
440 * @param config config nee
445 setTargetBssid(WifiConfiguration config, String bssid) argument
481 recordUidIfAuthorized(WifiConfiguration config, int uid, boolean onlyAnnotate) argument
1739 setWifiApConfiguration(WifiConfiguration config) argument
1974 syncAddOrUpdateNetwork(AsyncChannel channel, WifiConfiguration config) argument
6222 updateCapabilities(WifiConfiguration config) argument
6386 startScanForConfiguration(WifiConfiguration config) argument
6433 clearConfigBSSID(WifiConfiguration config, String dbg) argument
7739 broadcastWifiCredentialChanged(int wifiCredentialEventType, WifiConfiguration config) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp131 if (LinkerConfig::Binary == config().codeGenType())
134 switch (config().targets().bitclass()) {
142 fatal(diag::unsupported_bitclass) << config().targets().triple().str()
143 << config().targets().bitclass();
153 else if (config().isCodeIndep())
165 m_pObjectReader = new ELFObjectReader(*this, pBuilder, config());
170 return new ELFDynObjReader(*this, pBuilder, config());
174 return new ELFBinaryReader(pBuilder, config());
178 return new ELFObjectWriter(*this, config());
182 switch (config()
[all...]
/frameworks/av/include/radio/
H A DIRadio.h36 virtual status_t setConfiguration(const struct radio_band_config *config) = 0;
38 virtual status_t getConfiguration(struct radio_band_config *config) = 0;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioGain.h58 void getDefaultConfig(struct audio_gain_config *config);
59 status_t checkConfig(const struct audio_gain_config *config);
/frameworks/base/core/java/com/android/internal/app/
H A DISoundTriggerService.aidl37 in SoundTrigger.RecognitionConfig config);

Completed in 3046 milliseconds

1234567891011>>