Searched defs:configure (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/av/media/libstagefright/filters/
H A DSimpleFilter.cpp24 status_t SimpleFilter::configure(const sp<AMessage> &msg) { function in class:android::SimpleFilter
H A DIntrinsicBlurFilter.cpp30 status_t IntrinsicBlurFilter::configure(const sp<AMessage> &msg) { function in class:android::IntrinsicBlurFilter
31 status_t err = SimpleFilter::configure(msg);
H A DSaturationFilter.cpp30 status_t SaturationFilter::configure(const sp<AMessage> &msg) { function in class:android::SaturationFilter
31 status_t err = SimpleFilter::configure(msg);
H A DRSFilter.cpp38 status_t RSFilter::configure(const sp<AMessage> &msg) { function in class:android::RSFilter
39 status_t err = SimpleFilter::configure(msg);
/frameworks/native/services/sensorservice/hidl/
H A DDirectReportChannel.cpp34 Return<void> DirectReportChannel::configure(int32_t sensorHandle, RateLevel rate, function in class:android::frameworks::sensorservice::V1_0::implementation::DirectReportChannel
/frameworks/av/media/mtp/
H A DMtpDevHandle.cpp55 int configure(bool ptp);
93 int MtpDevHandle::configure(bool) { function in class:MtpDevHandle
94 // Nothing to do, driver can configure itself
H A DMtpFfsHandle.cpp351 LOG(WARNING) << "Endpoints were not closed before configure!";
491 int MtpFfsHandle::configure(bool usePtp) { function in class:android::MtpFfsHandle
494 LOG(ERROR) << "MtpServer was unable to get configure lock";
/frameworks/av/media/libeffects/testlibs/
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 DAudioPeakingFilter.cpp46 configure(nChannels, sampleRate);
50 void AudioPeakingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioPeakingFilter
53 mBiquad.configure(nChannels, sampleRate);
H A DAudioShelvingFilter.cpp53 configure(nChannels, sampleRate);
56 void AudioShelvingFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioShelvingFilter
59 mBiquad.configure(nChannels, sampleRate);
H A DAudioBiquadFilter.cpp29 configure(nChannels, sampleRate);
33 void AudioBiquadFilter::configure(int nChannels, int sampleRate) { function in class:android::AudioBiquadFilter
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);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp65 void NuPlayer::DecoderBase::configure(const sp<AMessage> &format) { function in class:android::NuPlayer::DecoderBase
/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp116 aaudio_result_t AudioEndpoint::configure(const EndpointDescriptor *pEndpointDescriptor) function in class:AudioEndpoint
128 ALOGE("AudioEndpoint::configure() bytesPerFrame != sizeof(AAudioServiceMessage) = %d",
148 ALOGV("AudioEndpoint::configure() data framesPerBurst = %d", descriptor->framesPerBurst);
149 ALOGV("AudioEndpoint::configure() data readCounterAddress = %p", descriptor->readCounterAddress);
151 ALOGV("AudioEndpoint::configure() mFreeRunning = %d", mFreeRunning ? 1 : 0);
/frameworks/av/media/libmedia/omx/1.0/
H A DWGraphicBufferSource.cpp33 BnStatus LWGraphicBufferSource::configure( function in class:android::hardware::media::omx::V1_0::utils::LWGraphicBufferSource
36 return toBinderStatus(mBase->configure(
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp93 ::android::binder::Status BWGraphicBufferSource::configure( function in class:android::BWGraphicBufferSource
124 return Status::fromStatusT(mBase->configure(
/frameworks/base/core/java/android/hardware/
H A DSensorDirectChannel.java34 * (see {@link #configure(Sensor, int)})
69 * @see #configure(Sensor, int)
78 * @see #configure(Sensor, int)
87 * @see #configure(Sensor, int)
96 * @see #configure(Sensor, int)
179 public int configure(Sensor sensor, @RateLevel int rateLevel) { method in class:SensorDirectChannel
/frameworks/base/media/java/android/mtp/
H A DMtpServer.java88 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/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp117 Return<Status> TWGraphicBufferSource::configure( function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource
171 return toStatus(mBase->configure(
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java149 * The activity to launch that will configure the AppWidget.
151 * <p>This class name of field corresponds to the <code>android:configure</code> attribute in
155 public ComponentName configure; field in class:AppWidgetProviderInfo
235 this.configure = new ComponentName(in);
325 if (this.configure != null) {
327 this.configure.writeToParcel(out, flags);
352 that.configure = this.configure == null ? null : this.configure.clone();
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java122 proxyConfig.configure(server, httpProxyClient, request);
167 proxyConfig.configure(server, httpProxyClient, request);
198 proxyConfig.configure(server, client, request);
230 ProxyConfig.REQUEST_PARAMETER.configure(server, httpProxyClient, request);
241 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) {
247 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) {
253 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) {
259 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) {
265 @Override void configure(MockWebServer server, HttpClient client, HttpRequest request) {
271 abstract void configure(MockWebServe method in class:AbstractProxyTest.ProxyConfig
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchingTaskPositioner.java88 void configure(Rect stackBounds) { method in class:LaunchingTaskPositioner
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DListPopupWindowTest.java362 popupBuilder.configure();
364 // Get the anchor view and configure it with ListPopupWindow's drag-to-open listener
368 // And also configure it to show the popup window on click
404 * Inner helper class to configure an instance of <code>ListPopupWindow</code> for the
449 private void configure() { method in class:ListPopupWindowTest.Builder
505 // And configure Mockito to call our original listener with onItemClick.
521 configure();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java37 * retry timeouts. After creating a RetryManager the configure
39 * may be initialized using configure with three integer parameters
40 * The other configure method allows a series to be declared using
232 private boolean configure(String configStr) { method in class:RetryManager
241 if (DBG) log("configure: '" + configStr + "'");
247 if (VDBG) log("configure: not empty");
251 if (VDBG) log("configure: strArray[" + i + "]='" + strArray[i] + "'");
255 if (VDBG) log("configure: splitStr[0]='" + splitStr[0] + "'");
258 if (VDBG) log("configure: splitStr[1]='" + splitStr[1] + "'");
291 if (VDBG) log("configure
[all...]

Completed in 8522 milliseconds

123