Searched refs:config (Results 251 - 275 of 365) sorted by relevance

<<1112131415

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h84 EGLConfig config);
159 * Display active config management.
227 // Current active config
/frameworks/av/include/media/
H A DAudioSystem.h208 static status_t setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config);
318 static status_t setAudioPortConfig(const struct audio_port_config *config);
/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl111 ParcelFileDescriptor establishVpn(in VpnConfig config);
/frameworks/base/core/java/android/widget/
H A DToast.java405 final Configuration config = mView.getContext().getResources().getConfiguration();
406 final int gravity = Gravity.getAbsoluteGravity(mGravity, config.getLayoutDirection());
/frameworks/base/media/java/android/media/
H A DAudioSystem.java507 // device categories config for setForceUse, must match AudioSystem::forced_config
540 public static native int setForceUse(int usage, int config); argument
564 public static native int setAudioPortConfig(AudioPortConfig config); argument
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java103 private AudioPolicy(AudioPolicyConfig config, Context context, Looper looper, argument
105 mConfig = config;
506 textDump += "config=" + mConfig.toLogFriendlyString();
/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl85 boolean captureFrame(in String inputId, in Surface surface, in TvStreamConfig config,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecents.java168 final Configuration config = res.getConfiguration();
171 if (config.orientation == Configuration.ORIENTATION_PORTRAIT) {
197 } else { // if (config.orientation == Configuration.ORIENTATION_LANDSCAPE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java84 public FakeShadowDrawable(Resources resources, RecentsConfiguration config) { argument
93 mCornerRadius = config.taskViewRoundedCornerRadiusPx;
/frameworks/base/tools/split-select/
H A DMain.cpp40 "split-select --target <config> --base <path/to/apk> [--split <path/to/apk> [...]]\n"
44 " --target <config> Performs the Split APK selection on the given configuration.\n"
49 " Where <config> is an extended AAPT resource qualifier of the form\n"
220 splits.editTop().config = configs[i];
319 fprintf(stderr, "error: invalid --target config: '%s'.\n",
327 removeRuntimeQualifiers(&targetSplit.config);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp170 EGLSurface GLTest::createWindowSurface(EGLDisplay display, EGLConfig config, argument
172 return eglCreateWindowSurface(display, config, window.get(), NULL);
/frameworks/native/opengl/libs/
H A DAndroid.mk8 # OpenGL drivers config file
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp178 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
219 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp97 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp173 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp960 wifi_rtt_config &config = configs[i]; local
962 parseMacAddress(env, param, config.addr);
963 config.type = (wifi_rtt_type)getIntField(env, param, "requestType");
964 config.peer = (wifi_peer_type)getIntField(env, param, "deviceType");
965 config.channel.center_freq = getIntField(env, param, "frequency");
966 config.channel.width = (wifi_channel_width)getIntField(env, param, "channelWidth");
967 config.num_samples_per_measurement = getIntField(env, param, "num_samples");
968 config.num_retries_per_measurement = getIntField(env, param, "num_retries");
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp267 if (LinkerConfig::Object != config().codeGenType())
274 if (LinkerConfig::Object != config().codeGenType())
303 if (LinkerConfig::DynObj == config().codeGenType()) {
514 uint32_t addrAlign = config().targets().bitclass() / 8;
590 return config().targets().is32Bits();
721 return config().targets().is64Bits();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java986 Configuration config = getResources().getConfiguration();
987 if (config.orientation != Configuration.ORIENTATION_LANDSCAPE) {
1135 Configuration config = getResources().getConfiguration();
1136 return config.keyboard == Configuration.KEYBOARD_NOKEYS
1137 || config.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES;
1397 // However, we skip this change for a config change, since if
1402 Configuration config = getResources().getConfiguration();
1403 if (config.keyboard != Configuration.KEYBOARD_NOKEYS) {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h163 audio_config_t *config,
180 audio_config_t *config,
249 virtual status_t setAudioPortConfig(const struct audio_port_config *config);
523 audio_config_t *config,
530 audio_config_t *config,
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp628 struct sound_trigger_recognition_config *config = local
632 config->capture_handle = model->mCaptureIOHandle;
633 config->capture_device = model->mCaptureDevice;
634 status_t status = mHwDevice->start_recognition(mHwDevice, handle, config,
640 model->mConfig = *config;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java658 ConfigureHolder config = (ConfigureHolder) msg.obj;
659 int sizes = config.surfaces != null ? config.surfaces.size() : 0;
676 configureOutputs(config.surfaces);
677 config.condition.open();
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java674 WifiP2pConfig config = new WifiP2pConfig();
686 config.wps = wps;
687 config.deviceAddress = mConnectingDevice.deviceAddress;
689 config.groupOwnerIntent = WifiP2pConfig.MIN_GROUP_OWNER_INTENT;
695 mWifiP2pManager.connect(mWifiP2pChannel, config, new ActionListener() {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp195 if (LinkerConfig::Object == config().codeGenType())
203 if (config().isCodeStatic())
258 if (config().isCodeIndep()) {
356 if (config().isCodeStatic())
418 uint32_t addralign = config().targets().bitclass() / 8;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java226 * Returns the Android bitmap config. Note that this not the config of the underlying
317 int config, int allocSize, boolean isPremultiplied) {
503 // create the delegate. The actual Bitmap config is only an alpha channel
604 private Bitmap_Delegate(BufferedImage image, Config config) { argument
606 mConfig = config;
316 nativeReconfigure(long nativeBitmap, int width, int height, int config, int allocSize, boolean isPremultiplied) argument
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java870 if (c == null) throw new IllegalArgumentException("config cannot be null");
970 * @param config options as described in {@link WifiP2pConfig} class
973 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { argument
975 checkP2pConfig(config);
976 c.mAsyncChannel.sendMessage(CONNECT, 0, c.putListener(listener), config);

Completed in 8932 milliseconds

<<1112131415