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

123456

/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.h43 aaudio_result_t configure(const EndpointDescriptor *pEndpointDescriptor,
77 * The result is not valid until after configure() is called.
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.h50 void configure(int nChannels, int sampleRate);
H A DAudioEqualizer.h89 void configure(int nChannels, int sampleRate);
H A DAudioPeakingFilter.h50 void configure(int nChannels, int sampleRate);
H A DAudioEqualizer.cpp58 void AudioEqualizer::configure(int nChannels, int sampleRate) { function in class:android::AudioEqualizer
59 ALOGV("AudioEqualizer::configure(nChannels=%d, sampleRate=%d)", nChannels,
61 mpLowShelf->configure(nChannels, sampleRate);
63 mpPeakingFilters[i].configure(nChannels, sampleRate);
65 mpHighShelf->configure(nChannels, sampleRate);
H A DAudioFormatAdapter.h59 void configure(T & processor, int nChannels, uint8_t pcmFormat, function in class:android::AudioFormatAdapter
70 // configure().
72 // configure(). May be the same as pIn.
124 // pIn The input buffer with the format designated in configure().
H A DAudioBiquadFilter.cpp29 configure(nChannels, sampleRate);
33 void AudioBiquadFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioBiquadFilter
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderBase.h36 void configure(const sp<AMessage> &format);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h36 void configure(const sp<AMessage> &format);
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DBWGraphicBufferSource.h46 Status configure(
/frameworks/base/media/java/android/mtp/
H A DMtpServer.java92 public static void configure(boolean usePtp) { method in class:MtpServer
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java89 void configureAppWidget(int requestCode, int appWidgetId, ComponentName configure) { argument
91 intent.setComponent(configure);
107 if (appWidget.configure != null) {
108 // configure the AppWidget if we should
109 configureAppWidget(CONFIGURE_APPWIDGET_REQUEST, appWidgetId, appWidget.configure);
/frameworks/native/services/sensorservice/hidl/
H A DDirectReportChannel.h50 Return<void> configure(int32_t sensorHandle, RateLevel rate,
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/doclava/
H A DDoclavaTask.kt152 // configure doclava error/warning/hide levels
186 fun coreJavadocOptions(configure: CoreJavadocOptions.() -> Unit) =
187 (options as CoreJavadocOptions).configure()
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/doclava/
H A DDoclavaTask.kt152 // configure doclava error/warning/hide levels
186 fun coreJavadocOptions(configure: CoreJavadocOptions.() -> Unit) =
187 (options as CoreJavadocOptions).configure()
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DSupportJavaLibraryPlugin.kt65 CheckExternalDependencyLicensesTask.configure(project)
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DSupportJavaLibraryPlugin.kt65 CheckExternalDependencyLicensesTask.configure(project)
/frameworks/base/core/java/android/hardware/
H A DSensorDirectChannel.java34 * (see {@link #configure(Sensor, int)})
78 * @see #configure(Sensor, int)
87 * @see #configure(Sensor, int)
96 * @see #configure(Sensor, int)
105 * @see #configure(Sensor, int)
188 public int configure(Sensor sensor, @RateLevel int rateLevel) { method in class:SensorDirectChannel
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java71 mediaCodec.configure(format, null, null, 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java35 * retry timeouts. After creating a RetryManager the configure
37 * may be initialized using configure with three integer parameters
38 * The other configure method allows a series to be declared using
241 private boolean configure(String configStr) { method in class:RetryManager
250 if (DBG) log("configure: '" + configStr + "'");
256 if (VDBG) log("configure: not empty");
260 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
264 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
267 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
300 if (VDBG) log("configure
[all...]
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPFrequency.h127 void configure(size_t blockSize, size_t overlapSize, size_t samplingRate);
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DWGraphicBufferSource.h70 BnStatus configure(const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp70 auto configure = [=](const sp<MediaCodec> &codec, const AString &componentName) local
75 status_t err = codec->configure(format, surface, NULL /* crypto */, 0 /* flags */);
87 ALOGD("Failed to configure codec '%s'", componentName.c_str());
95 return configure(codec, desiredCodec);
107 sp<SimpleDecodingSource> res = configure(codec, componentName);
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWGraphicBufferSource.h76 Return<Status> configure(
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp123 Return<Status> TWGraphicBufferSource::configure( function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource
183 return toStatus(mBase->configure(

Completed in 475 milliseconds

123456