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

/frameworks/av/media/libmedia/omx/1.0/
H A DWGraphicBufferSource.cpp42 bool suspend, int64_t timeUs) {
43 return toBinderStatus(mBase->setSuspend(suspend, timeUs));
41 setSuspend( bool suspend, int64_t timeUs) argument
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp132 bool suspend, int64_t timeUs) {
133 return Status::fromStatusT(mBase->setSuspend(suspend, timeUs));
131 setSuspend( bool suspend, int64_t timeUs) argument
H A DGraphicBufferSource.cpp1101 status_t GraphicBufferSource::setSuspend(bool suspend, int64_t suspendStartTimeUs) { argument
1102 ALOGV("setSuspend=%d at time %lld us", suspend, (long long)suspendStartTimeUs);
1127 action.mAction = suspend ? ActionItem::PAUSE : ActionItem::RESUME;
1129 ALOGV("Push %s action into actionQueue", suspend ? "PAUSE" : "RESUME");
1132 if (suspend) {
1141 ALOGV("suspend/deferred repeatLatestBuffer_l SUCCESS");
1144 ALOGV("suspend/deferred repeatLatestBuffer_l FAILURE");
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp193 bool suspend, int64_t timeUs) {
194 return toStatus(mBase->setSuspend(suspend, timeUs));
192 setSuspend( bool suspend, int64_t timeUs) argument
/frameworks/base/core/java/android/os/
H A DUpdateEngine.java38 * {@link #suspend}/{@link #resume} application of an update.
200 * <p>See {@link #suspend} for a way to temporarily stop an in-progress
217 public void suspend() { method in class:UpdateEngine
219 mUpdateEngine.suspend();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp454 int32_t suspend; local
455 CHECK(msg->findInt32("suspend", &suspend));
457 mEncodingSuspended = suspend;
461 params->setInt32("drop-input-frames",suspend);
800 void Converter::suspendEncoding(bool suspend) { argument
802 msg->setInt32("suspend", suspend);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSessionManager.java246 public void suspend(long pos) { method in class:SessionManager
253 log("suspend: item=" + item + ", pos=" + pos);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSessionManager.java246 public void suspend(long pos) { method in class:SessionManager
253 log("suspend: item=" + item + ", pos=" + pos);
/frameworks/base/core/java/android/widget/
H A DVideoView.java797 public void suspend() { method in class:VideoView
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp194 bool suspend) {
200 if (suspend) {
193 UpdatePostThreadState(PostThreadStateType state, bool suspend) argument
/frameworks/av/services/audioflinger/
H A DEffects.cpp1214 // checkSuspendOnEffectEnabled() can suspend this same effect when enabled
2018 const effect_uuid_t *type, bool suspend)
2024 if (suspend) {
2073 void AudioFlinger::EffectChain::setEffectSuspendedAll_l(bool suspend) argument
2078 if (suspend) {
2175 // if the effect is not suspend check if all effects are suspended
2193 // if effect is requested to suspended but was not yet enabled, suspend it now.
2017 setEffectSuspended_l( const effect_uuid_t *type, bool suspend) argument
H A DThreads.h405 int mRefCount; // number of active suspend requests
415 // suspend or restore effects of the specified type (or all if type is NULL)
416 // on a given session. The number of suspend requests is counted and restore
417 // occurs when all suspend requests are cancelled.
419 bool suspend,
423 bool suspend,
615 // suspend by audio policy manager is orthogonal to mixer state
628 // Maximum delay (in nanoseconds) for upcoming buffers in suspend mode, otherwise
724 // a very large number of suspend() will eventually wraparound, but unlikely
725 void suspend() { (voi function in class:PlaybackThread
[all...]
H A DThreads.cpp308 // suspend and resume the device.
995 const effect_uuid_t *type, bool suspend, audio_session_t sessionId)
1000 chain->setEffectSuspended_l(type, suspend);
1002 chain->setEffectSuspendedAll_l(suspend);
1006 updateSuspendedSessions_l(type, suspend, sessionId);
1034 bool suspend,
1041 if (suspend) {
1062 if (suspend) {
1071 ALOGV("updateSuspendedSessions_l() suspend adding effect %08x", key);
1107 // suspend al
994 setEffectSuspended_l( const effect_uuid_t *type, bool suspend, audio_session_t sessionId) argument
1033 updateSuspendedSessions_l(const effect_uuid_t *type, bool suspend, audio_session_t sessionId) argument
7123 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local
[all...]
/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java469 public void suspend() { method in class:ConnectivityServiceTest.MockNetworkAgent
2354 mCellNetworkAgent.suspend();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3074 milliseconds