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

12

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java71 WifiConfiguration config = getConfig(ssid, securityType, password);
80 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) { method in class:WifiAssociationTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeZenModeController.java47 public ZenModeConfig getConfig() { method in class:FakeZenModeController
/frameworks/compile/libbcc/include/bcc/
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.java134 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.cpp522 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::getConfig( function in class:android::SoftVideoDecoderOMXComponent
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp188 audio_config_base_t AudioInputDescriptor::getConfig() const function in class:android::AudioInputDescriptor
/frameworks/base/core/java/android/net/
H A DIpSecTransform.java205 IpSecConfig getConfig() { method in class:IpSecTransform
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java133 public IpSecConfig getConfig() { method in class:IpSecService.TransformRecord
449 IpSecConfig c = info.getConfig();
/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/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointProvider.java128 public PasspointConfiguration getConfig() { method in class:PasspointProvider
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp68 status_t LWOmxNode::getConfig( function in class:android::hardware::media::omx::V1_0::utils::LWOmxNode
72 status_t transStatus = toStatusT(mBase->getConfig(
278 Return<void> TWOmxNode::getConfig( function in class:android::hardware::media::omx::V1_0::utils::TWOmxNode
282 Status status = toStatus(mBase->getConfig(
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp71 status_t LWOmxNode::getConfig( function in class:android::hardware::media::omx::V1_0::implementation::LWOmxNode
75 status_t transStatus = toStatusT(mBase->getConfig(
281 Return<void> TWOmxNode::getConfig( function in class:android::hardware::media::omx::V1_0::implementation::TWOmxNode
285 Status status = toStatus(mBase->getConfig(
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java97 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/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java81 protected Config getConfig() { method in class:ConditionProviders
/frameworks/av/media/libmedia/
H A DIOMX.cpp196 virtual status_t getConfig( function in class:android::BpOMXNode
476 virtual status_t getConfig( function in class:android::HpOMXNode
478 return mBase->getConfig(index, params, size);
725 err = getConfig(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
233 EGLConfig cnf = getConfig(_env, config);
249 EGLConfig cnf = getConfig(_env, config);
271 EGLContext cnf = getConfig(_env, config);
298 EGLContext cnf = getConfig(_env, config);
326 EGLContext cnf = getConfig(_env, config);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java226 public Config getConfig() { method in class:Bitmap_Delegate
633 Bitmap_Delegate delegate = new Bitmap_Delegate(image, srcBmpDelegate.getConfig());
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp1056 OMX_ERRORTYPE SoftAVC::getConfig( function in class:android::SoftAVC
1078 return SoftVideoEncoderOMXComponent::getConfig(index, _params);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java434 public WifiConfiguration getConfig() { method in class:AccessPoint

Completed in 595 milliseconds

12