Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 224) sorted by relevance

123456789

/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DMediaTrackTranscoderTests.cpp152 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
167 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
183 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
194 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
206 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
208 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
214 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, -1, mDestinationFormat), in TEST_P()
216 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
222 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
232 EXPECT_EQ(mTranscoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_P()
[all …]
DVideoTrackTranscoderTests.cpp106 EXPECT_EQ(transcoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_F()
159 ASSERT_EQ(transcoder->configure(mMediaSampleReader, mTrackIndex, destFormat), AMEDIA_OK); in TEST_F()
179 EXPECT_EQ(transcoder->configure(mMediaSampleReader, 0 /* trackIndex */, nullFormat), in TEST_F()
189 EXPECT_EQ(transcoder->configure(mMediaSampleReader, mTrackIndex, mDestinationFormat), in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HotplugTest.cpp55 mFlinger.configure(); in TEST_F()
79 mFlinger.configure(); in TEST_F()
87 mFlinger.configure(); in TEST_F()
122 mFlinger.configure(); in TEST_F()
129 mFlinger.configure(); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/net/http/
DAbstractProxyTest.java122 proxyConfig.configure(server, httpProxyClient, request); in testConnectViaProxy()
167 proxyConfig.configure(server, httpProxyClient, request); in testConnectViaHttpProxyToHttps()
198 proxyConfig.configure(server, client, request); in testParamPreferredOverSystemProperty()
230 ProxyConfig.REQUEST_PARAMETER.configure(server, httpProxyClient, request); in testRetryWithProxy()
241 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in PROXY_SYSTEM_PROPERTY() method
247 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in HTTP_PROXY_SYSTEM_PROPERTY() method
253 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in HTTPS_PROXY_SYSTEM_PROPERTY() method
259 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in CLIENT_PARAMETER() method
265 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) { in REQUEST_PARAMETER() method
271 abstract void configure(MockWebServer proxy, HttpClient client, HttpRequest request); in configure() method in AbstractProxyTest.ProxyConfig
/frameworks/av/media/libstagefright/omx/
DOmxGraphicBufferSource.cpp82 status_t OmxGraphicBufferSource::configure( in configure() function in android::OmxGraphicBufferSource
90 return configure(omxNode, dataSpace, bufferCount, in configure()
94 status_t OmxGraphicBufferSource::configure( in configure() function in android::OmxGraphicBufferSource
105 return GraphicBufferSource::configure( in configure()
/frameworks/base/media/jni/tuner/
DFilterClient.cpp74 Result FilterClient::configure(DemuxFilterSettings configure) { in configure() argument
76 checkIsPassthroughFilter(configure); in configure()
80 Status s = mTunerFilter->configure(configure); in configure()
314 void FilterClient::checkIsPassthroughFilter(DemuxFilterSettings configure) { in checkIsPassthroughFilter() argument
320 if (configure.getTag() == DemuxFilterSettings::Tag::ts) { in checkIsPassthroughFilter()
321 if (configure.get<DemuxFilterSettings::Tag::ts>() in checkIsPassthroughFilter()
329 if (configure.getTag() == DemuxFilterSettings::Tag::mmtp) { in checkIsPassthroughFilter()
330 if (configure.get<DemuxFilterSettings::Tag::mmtp>() in checkIsPassthroughFilter()
DFilterClient.h86 Result configure(DemuxFilterSettings configure);
167 void checkIsPassthroughFilter(DemuxFilterSettings configure);
/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp183 int ret = configure(handle, &config); in configureChannel()
240 configure(handle, &stopConfig); in capRates()
241 configure(handle, &capConfig); in capRates()
273 configure(handle, &stopConfig); in uncapRates()
274 configure(handle, &config); in uncapRates()
280 int SensorService::SensorDirectConnection::configure( in configure() function in android::SensorService::SensorDirectConnection
301 configure(i.first, &config); in stopAllLocked()
326 configure(i.first, &config); in recoverAll()
/frameworks/av/media/libeffects/testlibs/
DAudioShelvingFilter.cpp53 configure(nChannels, sampleRate); in AudioShelvingFilter()
56 void AudioShelvingFilter::configure(int nChannels, int sampleRate) { in configure() function in android::AudioShelvingFilter
59 mBiquad.configure(nChannels, sampleRate); in configure()
DAudioPeakingFilter.cpp46 configure(nChannels, sampleRate); in AudioPeakingFilter()
50 void AudioPeakingFilter::configure(int nChannels, int sampleRate) { in configure() function in android::AudioPeakingFilter
53 mBiquad.configure(nChannels, sampleRate); in configure()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetXmlUtil.java88 if (info.configure != null) { in writeAppWidgetProviderInfoLocked()
89 out.attribute(null, ATTR_CONFIGURE, info.configure.flattenToShortString()); in writeAppWidgetProviderInfoLocked()
130 final String configure = parser.getAttributeValue(null, ATTR_CONFIGURE); in readAppWidgetProviderInfoLocked() local
131 if (!TextUtils.isEmpty(configure)) { in readAppWidgetProviderInfoLocked()
132 info.configure = ComponentName.unflattenFromString(configure); in readAppWidgetProviderInfoLocked()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/tiles/viewmodel/
DQSTileConfigTestBuilder.kt24 fun build(configure: BuildingScope.() -> Unit = {}): QSTileConfig = in <lambda>()
25 BuildingScope().apply(configure).build()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOmxGraphicBufferSource.h69 status_t configure(
79 status_t configure(
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
DAppWidgetHostActivity.java89 void configureAppWidget(int requestCode, int appWidgetId, ComponentName configure) { in configureAppWidget() argument
91 intent.setComponent(configure); in configureAppWidget()
107 if (appWidget.configure != null) { in handleAppWidgetPickResult()
109 configureAppWidget(CONFIGURE_APPWIDGET_REQUEST, appWidgetId, appWidget.configure); in handleAppWidgetPickResult()
/frameworks/base/core/java/android/appwidget/
DAppWidgetProviderInfo.java261 public ComponentName configure; field in AppWidgetProviderInfo
400 this.configure = in.readTypedObject(ComponentName.CREATOR); in AppWidgetProviderInfo()
527 out.writeTypedObject(this.configure, flags); in writeToParcel()
560 that.configure = this.configure == null ? null : this.configure.clone(); in clone()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/
DAutomaticBrightnessStrategy2Test.java112 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_DISABLED, in testAutoBrightnessState_AutoBrightnessDisabled()
136 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessState_DisplayIsOff()
160 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_OFF_DUE_TO_DISPLAY_STATE, in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesNotAllow()
184 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_DISABLED, in testAutoBrightnessState_BrightnessReasonIsOverride()
210 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_ENABLED, in testAutoBrightnessState_DisplayIsInDoze_ConfigDoesAllow()
237 .configure(AutomaticBrightnessController.AUTO_BRIGHTNESS_ENABLED, in testAutoBrightnessState_DisplayIsOn()
264 verify(mAutomaticBrightnessController).configure(autoBrightnessState, in accommodateUserBrightnessChangesWorksAsExpected()
/frameworks/base/packages/SettingsLib/Spa/
Dbuild.gradle.kts39 configure<BaseExtension> { in <lambda>()
48 configure<JavaPluginExtension> { in <lambda>()
/frameworks/native/libs/binder/tests/include_tls_test_utils/binder/
DRpcTlsTestUtils.h41 status_t configure(SSL_CTX* ctx) override;
51 status_t configure(SSL_CTX* ctx) override;
/frameworks/native/services/inputflinger/tests/
DInputTraceSession.cpp60 const std::function<void(protozero::HeapBuffered<AndroidInputEventConfig>&)>& configure) { in startTrace() argument
62 configure(inputEventConfig); in startTrace()
197 std::function<void(protozero::HeapBuffered<AndroidInputEventConfig>&)> configure) in InputTraceSession() argument
198 : mPerfettoSession(startTrace(std::move(configure))) {} in InputTraceSession()
DMultiTouchMotionAccumulator_test.cpp46 mMotionAccumulator.configure(*mDeviceContext, SLOT_COUNT, /*usingSlotsProtocol=*/true); in TEST_F()
73 mMotionAccumulator.configure(*mDeviceContext, SLOT_COUNT, /*usingSlotsProtocol=*/false); in TEST_F()
/frameworks/av/media/libmedia/omx/1.0/
DWGraphicBufferSource.cpp33 BnStatus LWGraphicBufferSource::configure( in configure() function in android::hardware::media::omx::V1_0::utils::LWGraphicBufferSource
36 return toBinderStatus(mBase->configure( in configure()
/frameworks/av/media/module/aidlpersistentsurface/
DAidlGraphicBufferSource.cpp81 status_t AidlGraphicBufferSource::configure( in configure() function in android::media::AidlGraphicBufferSource
92 return GraphicBufferSource::configure( in configure()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DAutomaticBrightnessControllerTest.java194 mController.configure(AUTO_BRIGHTNESS_ENABLED, null /* configuration= */, in setupController()
300 mController.configure(AUTO_BRIGHTNESS_ENABLED, null /* configuration= */, in testUserAddUserDataPoint()
324 mController.configure(AUTO_BRIGHTNESS_ENABLED, null /* configuration= */, in testRecalculateSplines()
358 mController.configure(AUTO_BRIGHTNESS_ENABLED, /* configuration= */ null, in testShortTermModelTimesOut()
398 mController.configure(AUTO_BRIGHTNESS_ENABLED, null /* configuration= */, in testShortTermModelDoesntTimeOut()
438 mController.configure(AUTO_BRIGHTNESS_ENABLED, /* configuration= */ null, in testShortTermModelIsRestoredWhenSwitchingWithinTimeout()
484 mController.configure(AUTO_BRIGHTNESS_ENABLED, /* configuration= */ null, in testShortTermModelNotRestoredAfterTimeout()
571 mController.configure(AUTO_BRIGHTNESS_ENABLED, null /* configuration= */, in testSwitchToIdleMappingStrategy()
598 mController.configure(AUTO_BRIGHTNESS_ENABLED, null /* configuration= */, in testSwitchToIdleMappingStrategy()
759 mController.configure(AUTO_BRIGHTNESS_ENABLED, null /* configuration= */,
[all …]
/frameworks/av/media/codec2/tests/aidl/
DGraphicsTracker_test.cpp271 bool configure(sp<IProducerListener> producerListener, in configure() function in GraphicsTrackerTest
320 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
360 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
403 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
457 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
518 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
562 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
620 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
696 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
763 ASSERT_TRUE(configure(new TestProducerListener(mTracker, mBqStat, generation), in TEST_F()
/frameworks/av/services/tuner/
DTunerDvr.cpp50 ::ndk::ScopedAStatus TunerDvr::configure(const DvrSettings& in_settings) { in configure() function in aidl::android::media::tv::tuner::TunerDvr
51 return mDvr->configure(in_settings); in configure()

123456789