/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerSnappingTest.java | 40 final Config mConfig; 43 public StaggeredGridLayoutManagerSnappingTest(Config config, boolean reverseScroll) { 44 mConfig = config; 48 @Parameterized.Parameters(name = "config:{0},reverseScroll:{1}") 51 List<Config> configs = createBaseVariations(); 52 for (Config config : configs) { 54 result.add(new Object[]{config, reverseScroll}); 63 final Config config = ((Config) mConfig.clone()).itemCount(10) local 101 final Config config = (Config) mConfig.clone(); local 125 final Config config = (Config) mConfig.clone(); local 148 final Config config = (Config) mConfig.clone(); local 174 final Config config = (Config) mConfig.clone(); local [all...] |
/hardware/intel/common/utils/ISV/omx/ |
isv_omxcomponent.cpp | 455 OMX_CONFIG_BOOLEANTYPE *config = static_cast<OMX_CONFIG_BOOLEANTYPE*>(pComponentConfigStructure); local 456 if (config->bEnabled) { [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
PhysicalDevice.cpp | 204 // fill in all config handles 212 bool PhysicalDevice::getDisplayAttributes(uint32_t config, 230 DisplayConfig *configChosen = mDisplayConfigs.itemAt(config); 232 WTRACE("failed to get display config"); 279 DisplayConfig *config = mDisplayConfigs.itemAt(i); local 280 delete config; 345 // use active fb dimension as config width/height 346 // add display config vfresh/mFpsDivider to lower FPS 347 DisplayConfig *config = new DisplayConfig(mode.vrefresh/mFpsDivider, local 352 mDisplayConfigs.push_front(config); 374 DisplayConfig *config = mDisplayConfigs.itemAt(j); local 385 DisplayConfig *config = new DisplayConfig(compatMode->vrefresh, local 508 DisplayConfig *config = mDisplayConfigs.itemAt(i); local [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
PhysicalDevice.cpp | 202 // fill in all config handles 211 bool PhysicalDevice::getDisplayAttributes(uint32_t config, 229 DisplayConfig *configChosen = mDisplayConfigs.itemAt(config); 231 WLOGTRACE("failed to get display config"); 278 DisplayConfig *config = mDisplayConfigs.itemAt(i); local 279 delete config; 344 // use active fb dimension as config width/height 345 DisplayConfig *config = new DisplayConfig(mode.vrefresh, local 350 mDisplayConfigs.push_front(config); 352 // init the active display config 372 DisplayConfig *config = mDisplayConfigs.itemAt(j); local 383 DisplayConfig *config = new DisplayConfig(compatMode->vrefresh, local 485 DisplayConfig *config = mDisplayConfigs.itemAt(i); local [all...] |
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
VehicleHalManager.cpp | 69 ALOGW("Requested config for undefined property: 0x%x", prop); 80 const auto* config = getPropConfigOrNull(requestedPropValue.prop); local 81 if (config == nullptr) { 82 ALOGE("Failed to get value: config not found, property: 0x%x", 88 if (!checkReadPermission(*config)) { 103 const auto* config = getPropConfigOrNull(prop); local 104 if (config == nullptr) { 105 ALOGE("Failed to set value: config not found, property: 0x%x", prop); 109 if (!checkWritePermission(*config)) { 127 const auto* config = getPropConfigOrNull(prop) local [all...] |
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
EmulatedVehicleHal.cpp | 44 mPropStore->registerProperty(kVehicleProperties[i].config); 88 VehiclePropConfig cfg = it.config; 169 const VehiclePropConfig* config = mPropStore->getConfigOrNull(propId); local 170 if (config == nullptr) { 171 ALOGW("Config not found for property: 0x%x", propId); 174 return config->changeMode == VehiclePropertyChangeMode::CONTINUOUS;
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
VtsHalGraphicsComposerTestUtils.cpp | 159 Config ComposerClient::getActiveConfig(Display display) { 160 Config config = 0; local 163 ASSERT_EQ(Error::NONE, tmpError) << "failed to get active config"; 164 config = tmpConfig; 167 return config; 190 Display display, Config config, IComposerClient::Attribute attribute) { 192 mClient->getDisplayAttribute(display, config, attribute, 202 std::vector<Config> ComposerClient::getDisplayConfigs(Display display) [all...] |
/hardware/libhardware/modules/vehicle/ |
vehicle.c | 193 vehicle_prop_config_t* config = find_config(data->prop); local 194 if (config == NULL) { 195 ALOGE("vdev_get: cannot find config 0x%x", data->prop); 198 data->value_type = config->value_type; 267 vehicle_prop_config_t* config = find_config(data->prop); local 268 if (config == NULL) { 269 ALOGE("vdev_set: cannot find config 0x%x", data->prop); 272 if (config->value_type != data->value_type) { 274 config->value_type); 419 vehicle_prop_config_t* config = find_config(prop) local 477 vehicle_prop_config_t* config = find_config(prop); local [all...] |
/hardware/libhardware/tests/hwc/ |
util.c | 113 unsigned format, EGLConfig *config) { 152 *config = cfg[i]; 158 fprintf(stderr, "cannot find matching config\n"); 167 EGLConfig config = { 0 }; local 197 if ((res = select_config_for_window(display, config_attrs, format, &config))) 200 surface = eglCreateWindowSurface(display, config, window, NULL); 204 context = eglCreateContext(display, config, EGL_NO_CONTEXT, context_attrs);
|
/packages/apps/Car/Radio/src/com/android/car/radio/ |
RadioBackgroundScanner.java | 74 RadioManager.BandConfig config = getRadioConfig(radioBand); local 76 if (config == null) { 77 Log.w(TAG, "Cannot create config for radio band: " + radioBand); 82 mRadioTuner.setConfiguration(config); 84 mRadioTuner = mRadioManager.openTuner(mRadioModule.getId(), config, true, 200 public void onConfigurationChanged(RadioManager.BandConfig config) { 201 if (config == null) { 205 mCurrentBand = config.getType();
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BitmapUtils.java | 130 private static Bitmap.Config getConfig(Bitmap bitmap) { 131 Bitmap.Config config = bitmap.getConfig(); local 132 if (config == null) { 133 config = Bitmap.Config.ARGB_8888; 135 return config;
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
BugleCarrierConfigValuesLoader.java | 86 * Loading carrier config values 90 * @return the source of the config, could be "resources" or "resources+system" 168 Configuration config = context.getResources().getConfiguration(); local 169 subConfig.mcc = config.mcc; 170 subConfig.mnc = config.mnc; 179 * Add or update a carrier config key/value pair to the Bundle
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiApDialog.java | 90 WifiConfiguration config = new WifiConfiguration(); local 98 config.SSID = mSsid.getText().toString(); 100 config.apBand = mBandIndex; 104 config.allowedKeyManagement.set(KeyMgmt.NONE); 105 return config; 108 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK); 109 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN); 112 config.preSharedKey = password; 114 return config; 180 Log.i(TAG, "config on channelIndex : " + mBandIndex + " Band: " [all...] |
WifiDialogActivity.java | 101 final WifiConfiguration config = dialog.getController().getConfig(); local 105 if (config == null) { 110 wifiManager.save(config, null /* listener */); 115 wifiManager.connect(config, null /* listener */); 126 if (config != null) { 127 resultData.putExtra(KEY_WIFI_CONFIGURATION, config);
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
WifiSettingsUiTest.java | 105 WifiConfiguration config = new WifiConfiguration(); local 106 config.SSID = TEST_SSID; 107 config.BSSID = TEST_BSSID; 108 config.networkId = TEST_NETWORK_ID; 116 AccessPoint accessPoint = new AccessPoint(mContext, config); 117 accessPoint.update(config, wifiInfo, networkInfo);
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 20 import android.graphics.Bitmap.Config; 48 private static class BorderKey extends Pair<Config, Integer> { 49 public BorderKey(Config config, boolean vertical, int length) { 50 super(config, vertical ? length : -length); 61 private static Bitmap getBorderLine(boolean vertical, Config config, int length) { 62 BorderKey key = new BorderKey(config, vertical, length); 66 ? Bitmap.createBitmap(1, length, config) 67 : Bitmap.createBitmap(length, 1, config); 158 Config config = bitmap.getConfig(); local [all...] |
/packages/services/Car/service/src/com/android/car/hal/ |
PropertyHalServiceBase.java | 157 CarPropertyConfig config = CarPropertyUtils.toCarPropertyConfig(p, mgrPropId); local 160 mProps.put(p.prop, config);
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/ |
MockedVehicleHal.java | 61 for (VehiclePropConfig config : configs) { 62 addProperty(config, new DefaultPropertyHandler(config, null)); 66 public synchronized void addProperty(VehiclePropConfig config, 68 mPropertyHandlerMap.put(config.prop, handler); 69 mConfigs.put(config.prop, config); 72 public synchronized void addStaticProperty(VehiclePropConfig config, 74 addProperty(config, new StaticPropertyHandler(value)); 114 VehiclePropConfig config = mConfigs.get(prop) local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmlec.h | 80 struct atmlec_config_msg config; member in union:atmlec_msg::__anon47263
|
sdla.h | 83 short config; member in struct:sdla_conf 102 short config; member in struct:sdla_dlci_conf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_stp.h | 41 struct ebt_stp_config_info config; member in struct:ebt_stp_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmlec.h | 80 struct atmlec_config_msg config; member in union:atmlec_msg::__anon49168
|
sdla.h | 83 short config; member in struct:sdla_conf 102 short config; member in struct:sdla_dlci_conf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_stp.h | 41 struct ebt_stp_config_info config; member in struct:ebt_stp_info
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Canvas.py | 57 def config(self, cnf={}, **kw): member in class:CanvasItem 176 def config(self, cnf={}, **kw): member in class:Group
|