HomeSort by relevance Sort by last modified time
    Searched full:getconfig (Results 126 - 150 of 263) sorted by null

1 2 3 4 56 7 8 91011

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 228 Bitmap result = Bitmap.createBitmap(dstWidth, dstHeight, src.getConfig());
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 233 Config config = bitmap.getConfig();
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 233 Config config = bitmap.getConfig();
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 587 mWifiManager.connect(mSelectedAccessPoint.getConfig(),
614 mWifiManager.connect(mSelectedAccessPoint.getConfig(), mConnectListener);
    [all...]
AccessPoint.java 312 WifiConfiguration getConfig() {
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 214 "Error in GetConfig");
276 "Error in GetConfig");
340 pHandle->GetConfig = CameraGetConfig;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 362 HardwareConfig hardwareConfig = mHardwareConfigHelper.getConfig();
465 HardwareConfig hardwareConfig = mHardwareConfigHelper.getConfig();
493 HardwareConfig hardwareConfig = mHardwareConfigHelper.getConfig();
  /external/chromium_org/net/dns/
host_resolver_impl.cc     [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 238 reconfigure(width, getHeight(), getConfig());
254 reconfigure(getWidth(), height, getConfig());
688 final Config config = source.getConfig();
    [all...]
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c 337 /* Return result of getconfig to the app */
595 NFC_GetConfig (p_data->getconfig.num_ids, p_data->getconfig.p_pmids);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 329 com.android.cts.stub.R.raw.testimage, actualBitmap.getConfig());
SimpleCursorAdapterTest.java 215 testimgRawId, actualBitmap.getConfig());
RemoteViewsTest.java 186 mActivity.getResources(), R.raw.testimage, imageViewBitmap.getConfig());
483 mActivity.getResources(), R.raw.testimage, imageViewBitmap.getConfig());
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 344 DCHECK_EQ(SkBitmap::kARGB_8888_Config, bitmap.getConfig());
  /external/chromium_org/remoting/host/plugin/
host_script_object.h 218 // Callback handler for DaemonController::GetConfig().
  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 41 switch (bitmap.getConfig()) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 353 mBitmapIn.getConfig());
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 377 mBitmapIn.getConfig());
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 66 component->GetConfig = &qc_omx_component_get_config;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 66 component->GetConfig = &qc_omx_component_get_config;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 193 if (bitmap == null || bitmap.getConfig() != null) return bitmap;
  /frameworks/av/media/libmedia/
IOMX.cpp 171 virtual status_t getConfig(
613 err = getConfig(node, index, params, size);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 754 int[] configSpec = getConfig();
764 private int[] getConfig() {
  /frameworks/native/include/media/openmax/
OMX_Component.h 389 specification for details on the GetConfig method.
391 OMX_ERRORTYPE (*GetConfig)(
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 140 static OMX_ERRORTYPE GetConfig (OMX_HANDLETYPE hComp,
220 pHandle->GetConfig = GetConfig;
    [all...]

Completed in 5942 milliseconds

1 2 3 4 56 7 8 91011