Searched refs:configure (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/av/cmds/stagefright/
H A Dcodec.cpp122 err = state->mCodec->configure(
H A DSimplePlayer.cpp321 err = state->mCodec->configure(
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp165 status_t err = mEncoder->configure(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnection.java502 return mRetryMgr.configure(maxRetryCount, retryTime, randomizationTime);
509 return mRetryMgr.configure(configStr);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp718 (*decoder)->configure(format);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp133 status_t MediaCodec::configure( function in class:android::MediaCodec
670 // part of the format in the call to configure and
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp808 << "Expected configure() to have been called.";
856 virtual void configure(nsecs_t when, function in class:android::FakeInputMapper
1227 mDevice->configure(ARBITRARY_TIME, &config, 0);
1287 mDevice->configure(ARBITRARY_TIME, &config, 0);
1403 mDevice->configure(ARBITRARY_TIME, mFakePolicy->getReaderConfiguration(), 0);
1410 mDevice->configure(ARBITRARY_TIME, mFakePolicy->getReaderConfiguration(),
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1639 status_t configure();
H A DAudioFlinger.cpp2328 // create fast mixer and configure it initially with just one fast track for our submix
8165 // mConfig is set by configure() and not used before then
8168 // mMaxDisableWaitCnt is set by configure() and not used before then
8402 status_t AudioFlinger::EffectModule::configure() function in class:android::AudioFlinger::EffectModule
8452 ALOGV("configure() %p thread %p buffer %p framecount %d",
9407 mEffects[idx_insert-1]->configure();
9417 effect->configure();
9442 mEffects[i - 1]->configure();

Completed in 1516 milliseconds

12