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

1234567891011>>

/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp710 struct sound_trigger_recognition_config *config = local
712 config->data_size = dataSize;
713 config->data_offset = sizeof(struct sound_trigger_recognition_config);
714 config->capture_requested = env->GetIntField(jConfig,
717 config->num_phrases = 0;
721 config->num_phrases = env->GetArrayLength(jPhrases);
723 ALOGV("startRecognition num phrases %d", config->num_phrases);
724 for (size_t i = 0; i < config->num_phrases; i++) {
726 config->phrases[i].id = env->GetIntField(jPhrase,
728 config
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp71 if (config().isCodeIndep())
96 if (LinkerConfig::Object == config().codeGenType())
172 if (!config().isCodeStatic() && NULL == m_pDynamic)
173 m_pDynamic = new MipsELFDynamic(*this, config());
177 if (LinkerConfig::Object != config().codeGenType()) {
178 if (LinkerConfig::DynObj == config().codeGenType() ||
200 assert(!config().isCodeStatic() &&
208 assert(!config().isCodeStatic() &&
235 if (config().targets().triple().isArch64Bit()) {
239 if (LinkerConfig::DynObj == config()
[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
152 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
175 EGLConfig config,
177 : magic(MAGIC), dpy(dpy), config(config), ctx(0), zombie(false)
219 EGLDisplay dpy, EGLConfig config,
341 EGLConfig config,
344 : egl_surface_t(dpy, config, depthFormat),
644 EGLDisplay dpy, EGLConfig config,
174 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat) argument
340 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 , EGLConfig config, EGLint attribute, EGLint *value) argument
1229 createWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint* ) argument
1278 createPixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint* ) 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
1657 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext , const EGLint* ) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp358 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, argument
368 dp->disp.dpy, config, attribute, value);
400 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, argument
419 // Set the native window's buffers format to match what this config requests.
427 if (!cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_NATIVE_VISUAL_ID,
457 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_ALPHA_SIZE, &a);
464 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_RED_SIZE, &r);
465 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_GREEN_SIZE, &g);
466 cnx->egl.eglGetConfigAttrib(iDpy, config, EGL_BLUE_SIZE, &b);
510 iDpy, config, windo
524 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
544 eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
619 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list) argument
1320 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
[all...]
/frameworks/av/services/audioflinger/
H A DPatchPanel.h49 status_t setAudioPortConfig(const struct audio_port_config *config);
H A DPatchPanel.cpp103 status_t AudioFlinger::setAudioPortConfig(const struct audio_port_config *config) argument
107 return mPatchPanel->setAudioPortConfig(config);
241 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local
248 &config,
262 audio_config_t config = AUDIO_CONFIG_INITIALIZER; local
264 config.sample_rate = newPatch->mPlaybackThread->sampleRate();
265 config.channel_mask = inChannelMask;
266 config.format = newPatch->mPlaybackThread->format();
270 &config,
663 status_t AudioFlinger::PatchPanel::setAudioPortConfig(const struct audio_port_config *config) argument
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java207 WifiConfiguration config;
209 config = WifiConfigurationHelper.createOpenConfig(mSsid);
211 config = WifiConfigurationHelper.createPskConfig(mSsid, mPassword);
215 connectToWifiWithConfiguration(config));
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java243 Configuration config = am.getConfiguration();
244 config.locale = loc;
246 config.userSetLocale = true;
248 am.updateConfiguration(config);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java132 Bitmap.Config config = bitmap.getConfig();
133 if (config == null) {
134 config = Bitmap.Config.ARGB_8888;
136 return config;
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h126 const LinkerConfig& config() const { return m_Config; } function in class:mcld::Relocator
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp191 m_Parent.config().targets().isLittleEndian());
266 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {
290 return m_AttrData.postMerge(m_Parent.config(), pInput);
308 m_Parent.config().targets().isLittleEndian());
/frameworks/native/libs/gui/tests/
H A DGLTest.h50 virtual EGLSurface createWindowSurface(EGLDisplay display, EGLConfig config,
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp44 EGLConfig config; local
56 dpy, configAttribs, window, &config);
62 surface = eglCreateWindowSurface(dpy, config, window, NULL);
63 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/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java142 // Interface to get/set ims config items
245 ImsConfig config = mgr.getConfigInterface();
246 if (config != null) {
247 isProvisioned = config.getVolteProvisioned();
577 * Gets the config interface to get/set service/capability parameters.
588 IImsConfig config = mImsService.getConfigInterface(mPhoneId);
589 if (config == null) {
593 mConfig = new ImsConfig(config, mContext);
746 ImsConfig config = getConfigInterface();
747 if (config !
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1219 WifiP2pConfig config = (WifiP2pConfig) message.obj;
1220 if (isConfigInvalid(config)) {
1221 loge("Dropping connect requeset " + config);
1228 if (reinvokePersistentGroup(config)) {
1233 mSavedPeerConfig = config;
1251 config = (WifiP2pConfig) message.obj;
1252 if (isConfigInvalid(config)) {
1253 loge("Dropping GO neg request " + config);
1256 mSavedPeerConfig = config;
1270 config
2450 isConfigInvalid(WifiP2pConfig config) argument
2461 fetchCurrentDeviceDetails(WifiP2pConfig config) argument
2472 p2pConnectWithPinDisplay(WifiP2pConfig config) argument
2490 reinvokePersistentGroup(WifiP2pConfig config) argument
[all...]
/frameworks/base/tools/aapt/
H A DStringPool.cpp130 const String8* configTypeName, const ResTable_config* config)
132 ssize_t res = add(value, false, configTypeName, config);
140 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config)
155 NOISY(printf("*** adding config type name %s, was %s\n",
164 if (config != NULL) {
169 int cmp = ent.configs.itemAt(addPos).compareLogical(*config);
172 NOISY(printf("*** inserting config: %s\n", config->toString().string()));
173 ent.configs.insertAt(*config, addPos);
179 NOISY(printf("*** adding config
129 add(const String16& value, const Vector<entry_style_span>& spans, const String8* configTypeName, const ResTable_config* config) argument
139 add(const String16& value, bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) argument
[all...]
H A DResourceTable.h172 const ResTable_config& config) const;
237 const ConfigDescription* config = NULL);
368 const String8* configTypeName, const ConfigDescription* config);
412 void addEntry(const ResTable_config& config, const sp<Entry>& entry) { argument
413 mEntries.add(config, entry);
468 const ResTable_config* config = NULL,
568 const ResTable_config* config = NULL,
571 const ResTable_config* config = NULL) const;
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java454 for (TvStreamConfig config : connection.getConfigsLocked()) {
455 if (config.getType() == TvStreamConfig.STREAM_TYPE_BUFFER_PRODUCER) {
456 configsList.add(config);
466 public boolean captureFrame(String inputId, Surface surface, final TvStreamConfig config, argument
484 boolean result = hardwareImpl.startCapture(surface, config);
489 hardwareImpl.stopCapture(config);
747 public boolean setSurface(Surface surface, TvStreamConfig config) argument
756 // The value of config is ignored when surface == null.
765 // It's impossible to set a non-null surface with a null config.
766 if (config
946 startCapture(Surface surface, TvStreamConfig config) argument
963 stopCapture(TvStreamConfig config) argument
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp281 const config_t *config = &mResolutionTable[type][index]; local
283 if (config->width == 0) {
288 *width = config->width;
292 *height = config->height;
296 *framesPerSecond = config->framesPerSecond;
300 *interlaced = config->interlaced;
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java350 List<PersistableBundle> config = dpm.getTrustAgentConfiguration(
353 if (DEBUG) Slog.v(TAG, "Detected trust agents disabled. Config = " + config);
354 if (config != null && config.size() > 0) {
357 + " disabled until it acknowledges "+ config);
360 mTrustAgentService.onConfigure(config, mSetTrustAgentFeaturesToken);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c223 if (pRvbModule->config.inputCfg.channels == pRvbModule->config.outputCfg.channels) {
463 pRvbModule->config.inputCfg.samplingRate = 44100;
465 pRvbModule->config.inputCfg.channels = AUDIO_CHANNEL_OUT_MONO;
467 pRvbModule->config.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
469 pRvbModule->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
470 pRvbModule->config.inputCfg.bufferProvider.getBuffer = NULL;
471 pRvbModule->config.inputCfg.bufferProvider.releaseBuffer = NULL;
472 pRvbModule->config.inputCfg.bufferProvider.cookie = NULL;
473 pRvbModule->config
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h67 virtual status_t setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config);
163 virtual bool isOffloadSupported(const audio_offload_info_t &config);
177 virtual status_t setAudioPortConfig(const struct audio_port_config *config);
203 virtual status_t clientSetAudioPortConfig(const struct audio_port_config *config,
218 // Thread used for tone playback and to send audio config commands to audio flinger
222 // For audio config commands, it is necessary because audio flinger requires that the calling
277 status_t setAudioPortConfigCommand(const struct audio_port_config *config,
395 audio_config_t *config,
418 audio_config_t *config,
464 virtual status_t setAudioPortConfig(const struct audio_port_config *config, in
[all...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java537 WifiConfiguration config = new WifiConfiguration();
538 config.SSID = knownSSID;
539 config.allowedKeyManagement.set(KeyMgmt.NONE);
540 return connectToWifiWithConfiguration(config);
545 * @param config
548 public boolean connectToWifiWithConfiguration(WifiConfiguration config) { argument
550 String ssid = config.SSID;
551 config.SSID = convertToQuotedString(ssid);
575 mWifiManager.connect(config, new WifiManager.ActionListener() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java44 public TaskStackViewScroller(Context context, RecentsConfiguration config, TaskStackViewLayoutAlgorithm layoutAlgorithm) { argument
45 mConfig = config;

Completed in 1127 milliseconds

1234567891011>>