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

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h99 // If suspend is true, all incoming buffers (including those currently
101 void suspend(bool suspend);
H A DGraphicBufferSource.cpp332 void GraphicBufferSource::suspend(bool suspend) { argument
335 if (suspend) {
344 ALOGW("suspend: frame was not available");
347 ALOGW("suspend: acquireBuffer returned err=%d", err);
363 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l SUCCESS");
367 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l FAILURE");
H A DOMXNodeInstance.cpp866 bool suspend = *(bool *)data; local
867 bufferSource->suspend(suspend);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h66 void suspendEncoding(bool suspend);
H A DConverter.cpp476 int32_t suspend; local
477 CHECK(msg->findInt32("suspend", &suspend));
479 mEncodingSuspended = suspend;
483 params->setInt32("drop-input-frames",suspend);
823 void Converter::suspendEncoding(bool suspend) { argument
825 msg->setInt32("suspend", suspend);
/frameworks/av/services/audioflinger/
H A DEffects.h247 // corresponding to a suspend all request.
304 // suspend effect of the given type
306 bool suspend);
307 // suspend all eligible effects
308 void setEffectSuspendedAll_l(bool suspend);
309 // check if effects should be suspend or restored when a given effect is enable or disabled
335 // get a list of effect modules to suspend when an effect of the type
343 // types or implementations from the suspend/restore mechanism.
H A DThreads.h209 // suspend or restore effect according to the type of effect passed. a NULL
210 // type pointer means suspend all effects in the session
212 bool suspend,
236 int mRefCount; // number of active suspend requests
248 bool suspend,
252 bool suspend,
345 // suspend by audio policy manager is orthogonal to mixer state
434 // a very large number of suspend() will eventually wraparound, but unlikely
435 void suspend() { (void) android_atomic_inc(&mSuspended); } function in class:PlaybackThread
438 // if restore() is done without suspend(), ge
[all...]
H A DThreads.cpp599 const effect_uuid_t *type, bool suspend, int sessionId)
602 setEffectSuspended_l(type, suspend, sessionId);
606 const effect_uuid_t *type, bool suspend, int sessionId)
611 chain->setEffectSuspended_l(type, suspend);
613 chain->setEffectSuspendedAll_l(suspend);
617 updateSuspendedSessions_l(type, suspend, sessionId);
645 bool suspend,
652 if (suspend) {
673 if (suspend) {
682 ALOGV("updateSuspendedSessions_l() suspend addin
598 setEffectSuspended( const effect_uuid_t *type, bool suspend, int sessionId) argument
605 setEffectSuspended_l( const effect_uuid_t *type, bool suspend, int sessionId) argument
644 updateSuspendedSessions_l(const effect_uuid_t *type, bool suspend, int sessionId) argument
4751 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local
5112 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local
[all...]
H A DEffects.cpp963 // checkSuspendOnEffectEnabled() can suspend this same effect when enabled
1603 const effect_uuid_t *type, bool suspend)
1609 if (suspend) {
1656 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) argument
1661 if (suspend) {
1747 // if the effect is not suspend check if all effects are suspended
1602 setEffectSuspended_l( const effect_uuid_t *type, bool suspend) argument
H A DAudioFlinger.cpp904 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; local
907 // suspend effects associated with those session IDs
911 suspend,
914 suspend,
1650 thread->suspend();
/frameworks/base/services/jni/
H A Dcom_android_server_power_PowerManagerService.cpp36 #include <suspend/autosuspend.h>
/frameworks/base/core/java/android/widget/
H A DVideoView.java721 public void suspend() { method in class:VideoView
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java157 public void setSuspended(boolean suspend) { argument
158 mSuspended = suspend;
H A DMultiWaveView.java158 public void setSuspended(boolean suspend) { argument
159 mSuspended = suspend;
/frameworks/av/media/libstagefright/
H A DACodec.cpp4272 bool suspend = dropInputFrames != 0; local
4279 &suspend,
4280 sizeof(suspend));

Completed in 4252 milliseconds