Searched refs:suspend (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h100 // If suspend is true, all incoming buffers (including those currently
102 void suspend(bool suspend);
H A DGraphicBufferSource.cpp355 void GraphicBufferSource::suspend(bool suspend) { argument
358 if (suspend) {
367 ALOGW("suspend: frame was not available");
370 ALOGW("suspend: acquireBuffer returned err=%d", err);
386 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l SUCCESS");
390 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l FAILURE");
H A DOMXNodeInstance.cpp1111 bool suspend = *(bool *)data; local
1112 CLOG_CONFIG(setInternalOption, "suspend=%d", suspend);
1113 bufferSource->suspend(suspend);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h66 void suspendEncoding(bool suspend);
H A DConverter.cpp453 int32_t suspend; local
454 CHECK(msg->findInt32("suspend", &suspend));
456 mEncodingSuspended = suspend;
460 params->setInt32("drop-input-frames",suspend);
800 void Converter::suspendEncoding(bool suspend) { argument
802 msg->setInt32("suspend", suspend);
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h88 void suspend();
/frameworks/base/services/core/jni/
H A Dcom_android_server_am_BatteryStatsService.cpp30 #include <suspend/autosuspend.h>
H A Dcom_android_server_power_PowerManagerService.cpp36 #include <suspend/autosuspend.h>
/frameworks/av/services/audioflinger/
H A DEffects.h250 // corresponding to a suspend all request.
308 // suspend effect of the given type
310 bool suspend);
311 // suspend all eligible effects
312 void setEffectSuspendedAll_l(bool suspend);
313 // check if effects should be suspend or restored when a given effect is enable or disabled
347 // get a list of effect modules to suspend when an effect of the type
355 // types or implementations from the suspend/restore mechanism.
H A DThreads.h332 // suspend or restore effect according to the type of effect passed. a NULL
333 // type pointer means suspend all effects in the session
335 bool suspend,
368 int mRefCount; // number of active suspend requests
380 bool suspend,
384 bool suspend,
458 // suspend by audio policy manager is orthogonal to mixer state
546 // a very large number of suspend() will eventually wraparound, but unlikely
547 void suspend() { (void) android_atomic_inc(&mSuspended); } function in class:PlaybackThread
550 // if restore() is done without suspend(), ge
[all...]
H A DThreads.cpp752 const effect_uuid_t *type, bool suspend, int sessionId)
755 setEffectSuspended_l(type, suspend, sessionId);
759 const effect_uuid_t *type, bool suspend, int sessionId)
764 chain->setEffectSuspended_l(type, suspend);
766 chain->setEffectSuspendedAll_l(suspend);
770 updateSuspendedSessions_l(type, suspend, sessionId);
798 bool suspend,
805 if (suspend) {
826 if (suspend) {
835 ALOGV("updateSuspendedSessions_l() suspend addin
751 setEffectSuspended( const effect_uuid_t *type, bool suspend, int sessionId) argument
758 setEffectSuspended_l( const effect_uuid_t *type, bool suspend, int sessionId) argument
797 updateSuspendedSessions_l(const effect_uuid_t *type, bool suspend, int sessionId) argument
[all...]
H A DEffects.cpp1095 // checkSuspendOnEffectEnabled() can suspend this same effect when enabled
1755 const effect_uuid_t *type, bool suspend)
1761 if (suspend) {
1808 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) argument
1813 if (suspend) {
1899 // if the effect is not suspend check if all effects are suspended
1754 setEffectSuspended_l( const effect_uuid_t *type, bool suspend) argument
H A DAudioFlinger.cpp1037 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; local
1040 // suspend effects associated with those session IDs
1044 suspend,
1047 suspend,
1926 thread->suspend();
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp505 void MediaCodecSource::suspend() { function in class:android::MediaCodecSource
819 suspend();
H A DACodec.cpp5136 bool suspend = true; local
5141 &suspend,
5142 sizeof(suspend));
5145 ALOGE("[%s] Unable to configure option to suspend (err %d)",
5567 bool suspend = dropInputFrames != 0; local
5574 &suspend,
5575 sizeof(suspend));
/frameworks/base/core/java/android/widget/
H A DVideoView.java742 public void suspend() { method in class:VideoView
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java163 public void setSuspended(boolean suspend) { argument
164 mSuspended = suspend;

Completed in 5023 milliseconds