Searched defs:suspend (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp302 void GraphicBufferSource::suspend(bool suspend) { argument
305 if (suspend) {
314 ALOGW("suspend: frame was not available");
317 ALOGW("suspend: acquireBuffer returned err=%d", err);
333 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l SUCCESS");
337 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l FAILURE");
H A DOMXNodeInstance.cpp865 bool suspend = *(bool *)data; local
866 bufferSource->suspend(suspend);
/frameworks/av/media/libstagefright/wifi-display/source/
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/base/core/java/android/widget/
H A DVideoView.java721 public void suspend() { method in class:VideoView
/frameworks/av/services/audioflinger/
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 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 DAudioFlinger.cpp902 bool suspend = audio_is_bluetooth_sco_device(device) && btNrecIsOff; local
905 // suspend effects associated with those session IDs
909 suspend,
912 suspend,
1648 thread->suspend();
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...]
/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.cpp4247 bool suspend = dropInputFrames != 0; local
4254 &suspend,
4255 sizeof(suspend));

Completed in 232 milliseconds