Searched refs:getConfig (Results 26 - 50 of 119) sorted by relevance

12345

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWOmxNode.h72 status_t getConfig(
119 Return<void> getConfig(
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java286 reconfigure(width, getHeight(), getConfig());
302 reconfigure(getWidth(), height, getConfig());
395 if (getConfig() == Config.HARDWARE) {
617 if (getConfig() == Config.HARDWARE) {
796 boolean isHardware = source.getConfig() == Config.HARDWARE;
812 final Config config = source.getConfig();
1267 * <p>This method always returns false if {@link #getConfig()} is
1270 * <p>The return value is undefined if {@link #getConfig()} is
1465 public final Config getConfig() { method in class:Bitmap
1467 Log.w(TAG, "Called getConfig() o
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java174 int[] configSpec = getConfig();
184 private int[] getConfig() {
H A DGLTextureViewActivity.java412 int[] configSpec = getConfig();
422 private static int[] getConfig() { method in class:GLTextureViewActivity.RenderThread
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointConfigStoreData.java216 if (provider.getConfig() != null) {
218 PasspointXmlUtils.serializePasspointConfiguration(out, provider.getConfig());
H A DPasspointManager.java182 mProviders.put(provider.getConfig().getHomeSp().getFqdn(), provider);
309 configs.add(entry.getValue().getConfig());
369 bestMatch.first.getConfig().getHomeSp().getFqdn(),
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java146 mConfig = getConfig();
151 abstract protected Config getConfig(); method in class:ManagedServices
251 out.startTag(null, getConfig().xmlTag);
277 getConfig().secureSettingName, allowedItems, userId);
285 out.endTag(null, getConfig().xmlTag);
298 && getConfig().xmlTag.equals(tag)) {
325 getConfig().secureSettingName,
327 if (!TextUtils.isEmpty(getConfig().secondarySettingName)) {
330 getConfig().secondarySettingName,
/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(
279 Return<void> TWOmxNode::getConfig( function in class:android::hardware::media::omx::V1_0::utils::TWOmxNode
283 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(
282 Return<void> TWOmxNode::getConfig( function in class:android::hardware::media::omx::V1_0::implementation::TWOmxNode
286 Status status = toStatus(mBase->getConfig(
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftOMXComponent.h64 virtual OMX_ERRORTYPE getConfig(
/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java183 if (bitmap.getConfig() != Bitmap.Config.HARDWARE) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java181 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCustomConfigLoader.java76 PersistableBundle b = carrierConfigManager.getConfig();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java117 Bitmap.Config config = bitmap.getConfig();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DFrameworkFacade.java114 return configManager.getConfig().getBoolean(
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DCarrierNetworkConfigTest.java170 verify(mCarrierConfigManager, never()).getConfig();
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioSession.cpp90 const audio_config_base_t deviceConfig = (provider != NULL) ? provider->getConfig() :
127 const audio_config_base_t deviceConfig = (provider != NULL) ? provider->getConfig() :
/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/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp62 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { function in namespace:android
231 EGLConfig cnf = getConfig(_env, config);
247 EGLConfig cnf = getConfig(_env, config);
269 EGLContext cnf = getConfig(_env, config);
296 EGLContext cnf = getConfig(_env, config);
324 EGLContext cnf = getConfig(_env, config);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java202 when(provider.getConfig()).thenReturn(config);
470 assertEquals(config, providers.get(0).getConfig());
510 assertEquals(config, providers.get(0).getConfig());
553 assertEquals(origConfig, origProviders.get(0).getConfig());
571 assertEquals(newConfig, newProviders.get(0).getConfig());
681 assertEquals(TEST_FQDN, result.first.getConfig().getHomeSp().getFqdn());
699 assertEquals(TEST_FQDN, result.first.getConfig().getHomeSp().getFqdn());
/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/av/include/media/
H A DIOMX.h106 virtual status_t getConfig(
/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/av/media/libmedia/include/media/
H A DIOMX.h106 virtual status_t getConfig(
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h225 OMX_ERRORTYPE getConfig(

Completed in 735 milliseconds

12345