Searched refs:enable (Results 1 - 25 of 343) sorted by path

1234567891011>>

/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DAndroid.mk29 -Wl,--rpath,\$${ORIGIN}/../../../system/lib/mediacas -Wl,--enable-new-dtags
/frameworks/av/include/cpustats/
H A DThreadCpuUsage.h31 // only part of each cycle, call enable(), disable(), and/or setEnabled()
63 bool enable() { return setEnabled(true); } function in class:android::ThreadCpuUsage
71 // This method is intended to be used for safe nested enable/disabling.
74 // Add a sample point, and also enable tracking if needed.
80 // sample, or since the first call to sampleAndEnable(), enable(), or
84 // enables tracking. Calling this method rather than enable() followed
97 // enable(), or setEnabled(true) if no previous sample.
104 // Return the elapsed delta wall clock ns since initial enable or reset,
/frameworks/av/include/media/
H A DAudioMixer.h121 void enable(int name);
H A DIEffect.h32 virtual status_t enable() = 0;
H A DIOMX.h115 OMX_U32 portIndex, OMX_BOOL enable,
/frameworks/av/include/media/nbaio/
H A DNBLog.h264 virtual bool setEnabled(bool enabled); // but won't enable if no shared memory
265 bool enable() { return setEnabled(true); } function in class:android::NBLog::Writer
/frameworks/av/include/media/omx/1.0/
H A DWOmxNode.h78 OMX_U32 portIndex, OMX_BOOL enable,
125 uint32_t portIndex, bool enable,
/frameworks/av/include/media/stagefright/
H A DOMXNodeInstance.h65 OMX_U32 portIndex, OMX_BOOL enable,
241 OMX_U32 portIndex, OMX_BOOL graphic, OMX_BOOL enable);
244 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type);
H A DSimpleSoftOMXComponent.h144 void onPortEnable(OMX_U32 portIndex, bool enable);
/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp220 ALOGV("enable %p", this);
221 status = mIEffect->enable();
H A DIEffect.cpp47 status_t enable() function in class:android::BpEffect
49 ALOGV("enable");
144 reply->writeInt32(enable());
/frameworks/av/media/libaudioclient/include/media/
H A DAudioMixer.h121 void enable(int name);
H A DIEffect.h32 virtual status_t enable() = 0;
/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp51 * being used. This is a considerable amount of log spam, so don't enable unless you
205 // setBufferProvider(name, AudioBufferProvider *) is required before enable(name)
214 // setParameter(name, TRACK, MAIN_BUFFER, mixBuffer) is required before enable(name)
458 void AudioMixer::enable(int name) function in class:android::AudioMixer
466 ALOGV("enable(%d)", name);
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp42 fprintf(stderr, " -f enable floating point input track by default\n");
43 fprintf(stderr, " -m enable floating point mixer output\n");
296 mixer->enable(name);
/frameworks/av/media/libcpustats/
H A DThreadCpuUsage.cpp46 // record wall clock time at first enable
79 if (enable()) {
138 // mMonotonicTs is updated only at first enable and resetStatistics
/frameworks/av/media/libcpustats/include/cpustats/
H A DThreadCpuUsage.h31 // only part of each cycle, call enable(), disable(), and/or setEnabled()
63 bool enable() { return setEnabled(true); } function in class:android::ThreadCpuUsage
71 // This method is intended to be used for safe nested enable/disabling.
74 // Add a sample point, and also enable tracking if needed.
80 // sample, or since the first call to sampleAndEnable(), enable(), or
84 // enables tracking. Calling this method rather than enable() followed
97 // enable(), or setEnabled(true) if no previous sample.
104 // Return the elapsed delta wall clock ns since initial enable or reset,
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp77 void (* enable)(preproc_effect_t *fx); member in struct:preproc_ops_s
139 PREPROC_CMD_DUAL_MIC_ENABLE = EFFECT_CMD_FIRST_PROPRIETARY, // enable dual mic mode
752 effect->ops->enable(effect);
/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp70 void AudioBiquadFilter::enable(bool immediate) { function in class:android::AudioBiquadFilter
H A DAudioBiquadFilter.h32 // is implemented: normally, when the enable(), disable() and setCoefs() methods
85 void enable(bool immediate = false);
H A DAudioEqualizer.cpp236 void AudioEqualizer::enable(bool immediate) { function in class:android::AudioEqualizer
237 ALOGV("AudioEqualizer::enable(immediate=%d)", immediate);
238 mpLowShelf->enable(immediate);
240 mpPeakingFilters[i].enable(immediate);
242 mpHighShelf->enable(immediate);
H A DAudioEqualizer.h191 void enable(bool immediate = false);
H A DAudioPeakingFilter.h110 void enable(bool immediate = false) { mBiquad.enable(immediate); } function in class:android::AudioPeakingFilter
H A DAudioShelvingFilter.h104 void enable(bool immediate = false) { mBiquad.enable(immediate); } function in class:android::AudioShelvingFilter
H A DEffectEqualizer.cpp337 pContext->pEqualizer->enable(true);

Completed in 1805 milliseconds

1234567891011>>