Searched refs:resume (Results 101 - 125 of 159) sorted by relevance

1234567

/frameworks/av/include/media/
H A DAudioRecord.h558 void resume(); // allow thread to execute, if not requested to exit
H A DAudioTrack.h926 void resume(); // allow thread to execute, if not requested to exit
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h558 void resume(); // allow thread to execute, if not requested to exit
H A DAudioTrack.h926 void resume(); // allow thread to execute, if not requested to exit
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp304 status_t WebmFrameMediaSourceThread::resume() { function in class:android::WebmFrameMediaSourceThread
364 // adjust time-stamps after pause/resume
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java274 public void resume() { method in class:RenderNodeAnimator
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp94 ap->resume(channelID);
262 { "resume",
H A DSoundPool.cpp357 void SoundPool::resume(int channelID) function in class:android::SoundPool
359 ALOGV("resume(%d)", channelID);
363 channel->resume();
1013 void SoundChannel::resume() function in class:android::SoundChannel
1017 ALOGV("resume track");
1028 ALOGV("resume track");
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java205 void resume() { method in class:SecurityLogMonitor
209 Log.d(TAG, "Attempted to resume, but logging is not paused.");
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java230 * @param profile stream media profile with {@link ImsStreamMediaProfile} to resume the call
235 public void resume(ImsStreamMediaProfile profile) { method in class:ImsCallSessionImplBase
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTracker.java282 mScanner.resume();
767 // We only need to resume if mScanner isn't null because
769 mScanner.resume();
803 void resume() { method in class:WifiTracker.Scanner
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp366 // Do not make pause/resume decisions here.
593 // boundary, no need to resume as the content will look different anyways
597 // no need to resume old fetcher if new fetcher started in different
883 cancelBandwidthSwitch(true /* resume */);
1241 bool resume = false; local
1245 resume = true;
1250 if (resume) {
1265 return resume;
1799 // and resume audio.
1905 // switching, queue discontinuities after resume
2112 cancelBandwidthSwitch(bool resume) argument
[all...]
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp435 t->resume();
1461 resume();
1470 void AudioRecord::AudioRecordThread::resume()
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java288 a1.resume();
346 a1.resume();
396 a1.resume();
411 // Time between pause and resume: totalDuration
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp294 status_t AudioPlayer::resume() { function in class:android::AudioPlayer
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java1011 * Pauses recording. Call this after start(). You may resume recording
1012 * with resume() without reconfiguration, as opposed to stop(). It does
1032 public native void resume() throws IllegalStateException; method in class:MediaRecorder
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java247 if (DEBUG) Log.d(LOG_TAG, "Begin pause/resume test");
260 // pause and resume sound a few times
266 mSoundPool.resume(id);
287 // pause and resume sound a few times
302 if (DEBUG) Log.d(LOG_TAG, "End pause/resume test");
/frameworks/av/media/libaudiohal/2.0/
H A DStreamHalHidl.cpp512 status_t StreamOutHalHidl::resume() { function in class:StreamOutHalHidl
514 return processReturn("pause", mStream->resume());
/frameworks/av/media/libaudiohal/4.0/
H A DStreamHalHidl.cpp523 status_t StreamOutHalHidl::resume() { function in class:android::StreamOutHalHidl
525 return processReturn("pause", mStream->resume());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java324 public void setResumeUserOnGuestLogout(boolean resume) { argument
325 mResumeUserOnGuestLogout = resume;
/frameworks/rs/
H A DrsContext.cpp618 void Context::resume() { function in class:android::renderscript::Context
817 rsc->resume();
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DPostponedTransitionTest.java733 FragmentTestUtil.resume(mActivityRule, fc1, null);
749 FragmentTestUtil.resume(mActivityRule, fc2, state);
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2.cpp944 // Don't resume it until source seek is done, otherwise it could
969 // do not resume yet if the source is still buffering
1008 mRenderer->resume();
1027 // do not resume yet if the source is still buffering
1521 // Don't resume it until source seek is done, otherwise it could
1587 mSource->resume();
1589 ALOGW("resume called when source is gone or not set");
1597 mRenderer->resume();
1599 ALOGW("resume called when renderer is gone or not set");
2497 mRenderer->resume();
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DRemotePlaybackClient.java114 * {@link MediaControlIntent#ACTION_RESUME resume},
478 * Sends a request to resume (unpause) media playback.
497 public void resume(Bundle extras, SessionActionCallback callback) { method in class:RemotePlaybackClient
/frameworks/base/core/java/android/widget/
H A DVideoView.java801 public void resume() { method in class:VideoView

Completed in 619 milliseconds

1234567