Searched defs:mConfig (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC.h52 tPVMP4AudioDecoderExternal *mConfig; member in struct:android::SoftAAC
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h53 tPVMP3DecoderExternal *mConfig; member in struct:android::SoftMP3
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java46 private VpnConfig mConfig; field in class:ManageDialog
68 mConfig = getIntent().getParcelableExtra("config");
74 if (mConfig.session != null) {
75 ((TextView) view.findViewById(R.id.session)).setText(mConfig.session);
82 if (mConfig.user.equals(VpnConfig.LEGACY_VPN)) {
87 ApplicationInfo app = pm.getApplicationInfo(mConfig.user, 0);
91 if (mConfig.configureIntent != null) {
124 mConfig.configureIntent.send();
126 mService.prepareVpn(mConfig.user, VpnConfig.LEGACY_VPN);
139 if (mConfig
[all...]
/frameworks/base/core/java/android/net/
H A DVpnService.java255 private final VpnConfig mConfig = new VpnConfig(); field in class:VpnService.Builder
260 mConfig.user = VpnService.this.getClass().getName();
269 mConfig.session = session;
279 mConfig.configureIntent = intent;
294 mConfig.mtu = mtu;
394 if (mConfig.dnsServers == null) {
395 mConfig.dnsServers = new ArrayList<String>();
397 mConfig.dnsServers.add(address.getHostAddress());
417 if (mConfig.searchDomains == null) {
418 mConfig
[all...]
/frameworks/base/include/androidfw/
H A DAssetManager.h356 ResTable_config* mConfig; member in class:android::AssetManager
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.h121 EGLConfig mConfig; member in class:android::DisplayHardware
/frameworks/base/services/input/tests/
H A DInputDispatcher_test.cpp38 InputDispatcherConfiguration mConfig; member in class:android::FakeInputDispatcherPolicy
61 *outConfig = mConfig;
H A DInputReader_test.cpp128 InputReaderConfiguration mConfig; member in class:android::FakeInputReaderPolicy
141 mConfig.setDisplayInfo(displayId, false /*external*/, width, height, orientation);
142 mConfig.setDisplayInfo(displayId, true /*external*/, width, height, orientation);
146 mConfig.excludedDeviceNames.push(deviceName);
154 return &mConfig;
163 *outConfig = mConfig;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRetryManager.java111 private String mConfig; field in class:RetryManager
120 ", retry=" + mRetryCount + ",\n " + mConfig;
177 mConfig = configStr;
/frameworks/av/media/libeffects/visualizer/
H A DEffectVisualizer.cpp59 effect_config_t mConfig; member in struct:VisualizerContext
109 memcpy(&pContext->mConfig, pConfig, sizeof(effect_config_t));
133 memcpy(pConfig, &pContext->mConfig, sizeof(effect_config_t));
151 pContext->mConfig.inputCfg.accessMode = EFFECT_BUFFER_ACCESS_READ;
152 pContext->mConfig.inputCfg.channels = AUDIO_CHANNEL_OUT_STEREO;
153 pContext->mConfig.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
154 pContext->mConfig.inputCfg.samplingRate = 44100;
155 pContext->mConfig.inputCfg.bufferProvider.getBuffer = NULL;
156 pContext->mConfig.inputCfg.bufferProvider.releaseBuffer = NULL;
157 pContext->mConfig
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothHealthProfileHandler.java67 private BluetoothHealthAppConfiguration mConfig; field in class:BluetoothHealthProfileHandler.HealthChannel
78 mConfig = config;
120 if (chan.mConfig.equals(unregisterApp) &&
142 String configPath = mHealthAppConfigs.get(chan.mConfig);
149 callHealthChannelCallback(chan.mConfig, chan.mDevice, prevState, state, null,
198 if (chan.mDevice.equals(device) && chan.mConfig.equals(config)) {
327 if (chan.mDevice.equals(device) && chan.mConfig.equals(config) &&
400 callHealthChannelCallback(channel.mConfig, channel.mDevice, channel.mState, state, null,
410 config = chan.mConfig;
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java406 private final VpnConfig mConfig; field in class:Vpn.LegacyVpnRunner
417 mConfig = config;
424 mOuterInterface = mConfig.interfaze;
427 mInfo.key = mConfig.user;
428 mConfig.user = VpnConfig.LEGACY_VPN;
600 mConfig.interfaze = parameters[0].trim();
601 mConfig.addresses = parameters[1].trim();
604 if (mConfig.routes == null || mConfig.routes.isEmpty()) {
605 mConfig
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java61 private final Config mConfig; field in class:Bitmap_Delegate
177 return mConfig;
185 return mHasAlpha && mConfig != Config.RGB_565;
324 return delegate.mConfig.nativeInt;
485 if (delegate1.mConfig != delegate2.mConfig ||
501 if (delegate1.mConfig == Config.ALPHA_8) {
519 mConfig = config;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowManager.java52 private final Configuration mConfig; field in class:BridgeWindowManager
57 mConfig = config;
H A DBridgeContext.java95 private final Configuration mConfig; field in class:BridgeContext
137 mConfig = config;
139 mIWindowManager = new BridgeWindowManager(mConfig, metrics, Surface.ROTATION_0);
158 mConfig,
/frameworks/base/services/input/
H A DInputDispatcher.h834 InputDispatcherConfiguration mConfig; member in class:android::InputDispatcher
H A DInputReader.h396 InputReaderConfiguration mConfig; member in class:android::InputReader
1135 InputReaderConfiguration mConfig; member in class:android::TouchInputMapper

Completed in 361 milliseconds