Searched defs:getConfig (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java76 WifiConfiguration config = getConfig(ssid, securityType, password);
107 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) { method in class:WifiAssociationTest
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompilerDriver.h114 const CompilerConfig * getConfig() const { function in class:bcc::RSCompilerDriver
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
H A DVendorConfig.java38 * can be read via {@link #getConfig(Context, String)}.
53 /** Map from vendor name to config. Initialized on first {@link #getConfig use}. */
86 public static @Nullable VendorConfig getConfig(@NonNull Context context, @NonNull String name) method in class:VendorConfig
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeController.java31 ZenModeConfig getConfig(); method in interface:ZenModeController
H A DZenModeControllerImpl.java129 public ZenModeConfig getConfig() { method in class:ZenModeControllerImpl
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java121 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
130 private static Bitmap.Config getConfig(Bitmap bitmap) { method in class:BitmapUtils
131 Bitmap.Config config = bitmap.getConfig();
157 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp156 return me->getConfig(index, params);
274 OMX_ERRORTYPE SoftOMXComponent::getConfig( function in class:android::SoftOMXComponent
H A DSoftVideoDecoderOMXComponent.cpp451 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getConfig( function in class:android::SoftVideoDecoderOMXComponent
H A DOMX.cpp355 status_t OMX::getConfig( function in class:android::OMX
364 return instance->getConfig(
H A DOMXNodeInstance.cpp416 status_t OMXNodeInstance::getConfig( function in class:android::OMXNodeInstance
422 // some errors are expected for getConfig
424 CLOG_IF_ERROR(getConfig, err, "%s(%#x)", asString(extIndex), index);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp171 audio_config_base_t AudioInputDescriptor::getConfig() const function in class:android::AudioInputDescriptor
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java79 protected Config getConfig() { method in class:ConditionProviders
H A DManagedServices.java117 mConfig = getConfig();
141 abstract protected Config getConfig(); method in class:ManagedServices
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java412 int[] configSpec = getConfig();
422 private static int[] getConfig() { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java363 int[] configSpec = getConfig();
373 private static int[] getConfig() { method in class:ImageFlipRenderThread
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java96 public AudioPolicyConfig getConfig() { return mConfig; } method in class:AudioPolicy
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java117 int[] configSpec = getConfig();
127 private static int[] getConfig() { method in class:BlockingGLTextureView.EglHelper
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp74 virtual status_t getConfig(
334 status_t MuxOMX::getConfig( function in class:android::MuxOMX
337 return getOMX(node)->getConfig(node, index, params, size);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp63 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { function in namespace:android
234 EGLConfig cnf = getConfig(_env, config);
250 EGLConfig cnf = getConfig(_env, config);
277 EGLConfig cnf = getConfig(_env, config);
320 EGLContext cnf = getConfig(_env, config);
347 EGLContext cnf = getConfig(_env, config);
375 EGLContext cnf = getConfig(_env, config);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java250 public WifiConfiguration getConfig() { method in class:AccessPoint
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java227 public Config getConfig() { method in class:Bitmap_Delegate
/frameworks/av/media/libmedia/
H A DIOMX.cpp184 virtual status_t getConfig( function in class:android::BpOMX
787 err = getConfig(node, index, params, size);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp1051 OMX_ERRORTYPE SoftAVC::getConfig( function in class:android::SoftAVC
1073 return SoftVideoEncoderOMXComponent::getConfig(index, _params);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java818 int[] configSpec = getConfig();
828 private int[] getConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/telephony/java/android/telephony/
H A DCarrierConfigManager.java902 public PersistableBundle getConfig() { method in class:CarrierConfigManager

Completed in 632 milliseconds

12