Searched refs:setConfig (Results 26 - 50 of 51) sorted by relevance

123

/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp86 status_t LWOmxNode::setConfig( function in class:android::hardware::media::omx::V1_0::utils::LWOmxNode
89 return toStatusT(mBase->setConfig(toRawIndexType(index), tParams));
291 Return<Status> TWOmxNode::setConfig( function in class:android::hardware::media::omx::V1_0::utils::TWOmxNode
294 return toStatus(mBase->setConfig(
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp89 status_t LWOmxNode::setConfig( function in class:android::hardware::media::omx::V1_0::implementation::LWOmxNode
92 return toStatusT(mBase->setConfig(toRawIndexType(index), tParams));
294 Return<Status> TWOmxNode::setConfig( function in class:android::hardware::media::omx::V1_0::implementation::TWOmxNode
297 return toStatus(mBase->setConfig(
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftOMXComponent.h67 virtual OMX_ERRORTYPE setConfig(
H A DSoftVideoDecoderOMXComponent.h71 virtual OMX_ERRORTYPE setConfig(
H A DOMXNodeInstance.h59 status_t setConfig(OMX_INDEXTYPE index, const void *params, size_t size);
/frameworks/av/include/media/
H A DIOMX.h109 virtual status_t setConfig(
/frameworks/av/media/libmedia/
H A DIOMX.cpp216 virtual status_t setConfig( function in class:android::BpOMXNode
481 virtual status_t setConfig( function in class:android::HpOMXNode
483 return mBase->setConfig(index, params, size);
728 err = setConfig(index, params, size);
/frameworks/av/media/libmedia/include/media/
H A DIOMX.h109 virtual status_t setConfig(
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h222 OMX_ERRORTYPE setConfig(
H A DSoftAVCEnc.cpp1061 OMX_ERRORTYPE SoftAVC::setConfig( function in class:android::SoftAVC
1128 return SimpleSoftOMXComponent::setConfig(index, _params);
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp200 pCompilerDriver.setConfig(config);
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp403 OMX_ERRORTYPE SoftVPXEncoder::setConfig( function in class:android::SoftVPXEncoder
444 return SimpleSoftOMXComponent::setConfig(index, _params);
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DLoadtestActivity.java473 if (!setConfig(mFactory.getConfig(mReplication, mBucket, mPlacebo,
588 private boolean setConfig(ConfigFactory.ConfigMetadata configData) { method in class:LoadtestActivity
/frameworks/av/media/libaudiohal/2.0/
H A DEffectHalHidl.cpp328 mEffect->setConfig(hidlConfig, nullptr, nullptr) :
/frameworks/av/media/libaudiohal/4.0/
H A DEffectHalHidl.cpp331 mEffect->setConfig(hidlConfig, nullptr, nullptr) :
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp263 pRSCD.setConfig(config);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp656 status_t OMXNodeInstance::setConfig( function in class:android::OMXNodeInstance
660 CLOG_CONFIG(setConfig, "%s(%#x), %zu@%p)", asString(extIndex), index, size, params);
669 CLOG_IF_ERROR(setConfig, err, "%s(%#x)", asString(extIndex), index);
2120 status_t err = setConfig(index, &params, sizeof(params));
H A DSoftVideoDecoderOMXComponent.cpp609 OMX_ERRORTYPE SoftVideoDecoderOMXComponent::setConfig( function in class:android::SoftVideoDecoderOMXComponent
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java143 public void setConfig(RankingConfig config) { method in class:ValidateNotificationPeople
H A DRankingHelper.java143 extractor.setConfig(this);
455 mSignalExtractors[i].setConfig(this);
H A DZenModeHelper.java717 public void setConfig(ZenModeConfig config, String reason) { method in class:ZenModeHelper
/frameworks/av/media/libstagefright/
H A DACodec.cpp1891 status_t temp = mOMXNode->setConfig(
2329 status_t err = mOMXNode->setConfig(
2355 status_t temp = mOMXNode->setConfig(
2383 status_t err = mOMXNode->setConfig(
2440 status_t err = mOMXNode->setConfig(
2546 err = mOMXNode->setConfig(
3442 err = mOMXNode->setConfig(mDescribeColorAspectsIndex, &params, sizeof(params));
3720 err = mOMXNode->setConfig(mDescribeHDRStaticInfoIndex, &params, sizeof(params));
5453 return mOMXNode->setConfig(
7247 status_t err = mOMXNode->setConfig(
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java1079 getConfigInterface().setConfig(
1149 getConfigInterface().setConfig(
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java70 * setPremultiplied() does directly set the value so that setConfig() and
261 * @see #setConfig(Config)
288 * @see #setConfig(Config)
304 * @see #setConfig(Config)
322 public void setConfig(Config config) { method in class:Bitmap
1548 * #setConfig(Bitmap.Config)}, and {@link BitmapFactory.Options#inBitmap
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java119 mZenModeHelperSpy.setConfig(new ZenModeConfig(), "writing xml");

Completed in 6666 milliseconds

123