Searched refs:config (Results 176 - 200 of 349) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp440 audio_config_t *config,
446 if (output == NULL || config == NULL || devices == NULL || latencyMs == NULL) {
452 data.write(config, sizeof(audio_config_t));
468 reply.read(config, sizeof(audio_config_t));
514 audio_config_t *config,
520 if (input == NULL || config == NULL || device == NULL) {
527 data.write(config, sizeof(audio_config_t));
543 reply.read(config, sizeof(audio_config_t));
873 virtual status_t setAudioPortConfig(const struct audio_port_config *config) argument
875 if (config
438 openOutput(audio_module_handle_t module, audio_io_handle_t *output, audio_config_t *config, audio_devices_t *devices, const String8& address, uint32_t *latencyMs, audio_output_flags_t flags) argument
512 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
1091 audio_config_t config; local
1136 audio_config_t config; local
1354 struct audio_port_config config; local
[all...]
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.h48 effect_config_t config; member in struct:downmix_module_s
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h120 effect_config_t config; member in struct:EffectContext
/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
172 surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
178 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.h43 // 1. A compiler instance can be constructed provided an "initial config."
44 // 2. A compiler can later be re-configured using config().
45 // 3. Once config() is invoked, it'll re-create TargetMachine instance (i.e.,
48 // to config().
93 enum ErrorCode config(const CompilerConfig &pConfig);
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h69 inline const LinkerConfig &config() const { return m_Config; } function in class:mcld::ELFAttribute
/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/av/include/media/
H A DIAudioFlinger.h150 audio_config_t *config,
163 audio_config_t *config,
236 virtual status_t setAudioPortConfig(const struct audio_port_config *config) = 0;
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java247 Configuration config = am.getConfiguration();
251 config.setLocale(locale);
253 am.updateConfiguration(config);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java138 final ZenModeConfig config = mNoMan.getZenModeConfig();
139 if (config != null) {
140 return config.exitCondition;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java160 Configuration config = mContext.getResources().getConfiguration();
161 if (config.keyboard == Configuration.KEYBOARD_NOKEYS
162 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) {
/frameworks/base/services/core/java/com/android/server/
H A DCommonTimeManagementService.java174 // Connect to the common time config service and apply the initial configuration.
315 InterfaceConfiguration config = mNetMgr.getInterfaceConfig(iface);
316 if (null == config)
319 if (config.isActive()) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java849 public String p2pConnect(WifiP2pConfig config, boolean joinExistingGroup) { argument
850 if (config == null) return null;
852 WpsInfo wps = config.wps;
853 args.add(config.deviceAddress);
878 if (config.netId == WifiP2pGroup.PERSISTENT_NET_ID) {
887 int groupOwnerIntent = config.groupOwnerIntent;
904 public boolean p2pProvisionDiscovery(WifiP2pConfig config) { argument
905 if (config == null) return false;
907 switch (config.wps.setup) {
909 return doBooleanCommand("P2P_PROV_DISC " + config
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java79 public ApnContext(Context context, String apnType, String logTag, NetworkConfig config, argument
86 mDependencyMet = new AtomicBoolean(config.dependencyMet);
88 priority = config.priority;
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp473 /* EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value ) */
476 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) {
482 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
528 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
531 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
537 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
605 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
608 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
614 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config);
686 /* EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, cons
475 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
530 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
607 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
688 android_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset) argument
750 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
867 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
930 android_eglCreatePbufferFromClientBufferInt(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
1004 android_eglCreateContext(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) argument
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp99 audio_policy_forced_cfg_t config)
110 if (config < 0 || config >= AUDIO_POLICY_FORCE_CFG_CNT) {
115 mpAudioPolicy->set_force_use(mpAudioPolicy, usage, config);
524 status_t AudioPolicyService::setAudioPortConfig(const struct audio_port_config *config __unused)
98 setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) argument
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp61 EGLConfig config)
89 if (config == EGL_NO_CONFIG) {
90 config = RenderEngine::chooseEglConfig(display, format);
92 surface = eglCreateWindowSurface(display, config, window, NULL);
106 mConfig = config;
52 DisplayDevice( const sp<SurfaceFlinger>& flinger, DisplayType type, int32_t hwcId, int format, bool isSecure, const wp<IBinder>& displayToken, const sp<DisplaySurface>& displaySurface, const sp<IGraphicBufferProducer>& producer, EGLConfig config) argument
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java816 public NoEmsSupportConfig(String[] config) { argument
817 mOperatorNumber = config[0];
818 mIsPrefix = "prefix".equals(config[1]);
819 mGid1 = config.length > 2 ? config[2] : null;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1112 audio_config_t config; local
1113 memset(&config, 0, sizeof(config));
1114 config.sample_rate = sampleRate;
1115 config.channel_mask = channelMask;
1116 config.format = format;
1119 size_t size = dev->get_input_buffer_size(dev, &config);
1199 // the config change is always sent from playback or record threads to avoid deadlock
1628 audio_config_t *config,
1654 //config
1626 openOutput_l(audio_module_handle_t module, audio_io_handle_t *output, audio_config_t *config, audio_devices_t devices, const String8& address, audio_output_flags_t flags) argument
1708 openOutput(audio_module_handle_t module, audio_io_handle_t *output, audio_config_t *config, audio_devices_t *devices, const String8& address, uint32_t *latencyMs, audio_output_flags_t flags) argument
1883 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
1907 openInput_l(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp186 if (LinkerConfig::Object == config().codeGenType())
246 uint32_t addralign = config().targets().bitclass() / 8;
357 if (config().isCodeIndep()) {
375 if (config().isCodeIndep()) {
405 config().codeGenType() || rsym->isUndef() || rsym->isDyn()) {
480 if (LinkerConfig::DynObj == config().codeGenType()) {
529 if (LinkerConfig::DynObj == config().codeGenType()) {
645 config().codeGenType() || rsym->isUndef() || rsym->isDyn())
658 LinkerConfig::DynObj != config().codeGenType()) {
733 if (LinkerConfig::DynObj == config()
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java434 Configuration config; field in class:ActivityThread.AppBindData
556 private void updatePendingConfiguration(Configuration config) { argument
559 mPendingConfiguration.isOtherSeqNewer(config)) {
560 mPendingConfiguration = config;
641 int configChanges, boolean notResumed, Configuration config) {
643 configChanges, notResumed, config, true);
745 Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services,
804 data.config = config;
818 public void scheduleConfigurationChanged(Configuration config) { argument
639 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
739 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, 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
1606 applyConfigCompatMainThread(int displayDensity, Configuration config, CompatibilityInfo compat) argument
3747 requestRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config, boolean fromServer) argument
3978 performConfigurationChanged(ComponentCallbacks2 cb, Configuration config) argument
4023 applyConfigurationToResources(Configuration config) argument
4041 handleConfigurationChanged(Configuration config, CompatibilityInfo compat) argument
[all...]
H A DIApplicationThread.java68 boolean notResumed, Configuration config) throws RemoteException;
99 Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services,
103 void scheduleConfigurationChanged(Configuration config) throws RemoteException; argument
66 scheduleRelaunchActivity(IBinder token, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, int configChanges, boolean notResumed, Configuration config) argument
95 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, 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/tools/aapt/
H A DAaptAssets.cpp397 void AaptLocaleValue::initFromResTable(const ResTable_config& config) { argument
398 config.unpackLanguage(language);
399 config.unpackRegion(region);
400 if (config.localeScript[0]) {
401 memcpy(script, config.localeScript, sizeof(config.localeScript));
404 if (config.localeVariant[0]) {
405 memcpy(variant, config.localeVariant, sizeof(config.localeVariant));
1408 const ResTable_config& config(fil
[all...]

Completed in 958 milliseconds

1234567891011>>