Searched refs:setConfig (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationSignalExtractor.java46 void setConfig(RankingConfig config); method in interface:NotificationSignalExtractor
H A DImportanceExtractor.java50 public void setConfig(RankingConfig config) { method in class:ImportanceExtractor
H A DPriorityExtractor.java53 public void setConfig(RankingConfig config) { method in class:PriorityExtractor
H A DVisibilityExtractor.java52 public void setConfig(RankingConfig config) { method in class:VisibilityExtractor
H A DBadgeExtractor.java59 public void setConfig(RankingConfig config) { method in class:BadgeExtractor
H A DNotificationIntrusivenessExtractor.java79 public void setConfig(RankingConfig config) { method in class:NotificationIntrusivenessExtractor
H A DZenModeConditions.java105 mHelper.setConfig(mHelper.getConfig(), "zmc.onServiceAdded");
119 mHelper.setConfig(config, "conditionChanged");
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h36 void setConfig(const LinkerConfig& pConfig);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DBadgeExtractorTest.java86 extractor.setConfig(mConfig);
100 extractor.setConfig(mConfig);
114 extractor.setConfig(mConfig);
128 extractor.setConfig(mConfig);
142 extractor.setConfig(mConfig);
H A DImportanceExtractorTest.java83 extractor.setConfig(mConfig);
102 extractor.setConfig(mConfig);
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp29 void RelocationFactory::setConfig(const LinkerConfig& pConfig) { function in class:mcld::RelocationFactory
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h87 virtual OMX_ERRORTYPE setConfig(
/frameworks/compile/libbcc/include/bcc/
H A DRSCompilerDriver.h87 void setConfig(CompilerConfig *config) { function in class:bcc::RSCompilerDriver
/frameworks/av/include/media/stagefright/
H A DSoftVideoDecoderOMXComponent.h69 virtual OMX_ERRORTYPE setConfig(
H A DSoftOMXComponent.h67 virtual OMX_ERRORTYPE setConfig(
/frameworks/av/media/libstagefright/foundation/include/
H A DSoftVideoDecoderOMXComponent.h69 virtual OMX_ERRORTYPE setConfig(
H A DSoftOMXComponent.h67 virtual OMX_ERRORTYPE setConfig(
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h69 virtual OMX_ERRORTYPE setConfig(
H A DSoftOMXComponent.h67 virtual OMX_ERRORTYPE setConfig(
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp30 g_RelocationFactory->setConfig(pConfig);
/frameworks/av/include/media/omx/1.0/
H A DWOmxNode.h73 status_t setConfig(
121 Return<Status> setConfig(
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.h74 status_t setConfig(
122 Return<Status> setConfig(
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp168 return me->setConfig(index, params);
279 OMX_ERRORTYPE SoftOMXComponent::setConfig( function in class:android::SoftOMXComponent
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java117 private void setConfig(ZenModeConfig config) { method in class:ZenFooter
174 setConfig(config);
/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));
290 Return<Status> TWOmxNode::setConfig( function in class:android::hardware::media::omx::V1_0::utils::TWOmxNode
293 return toStatus(mBase->setConfig(

Completed in 781 milliseconds

12