HomeSort by relevance Sort by last modified time
    Searched refs:notifyComplete (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h 44 void signalResume(bool notifyComplete);
71 virtual void onResume(bool notifyComplete) = 0;
73 virtual void onShutdown(bool notifyComplete) = 0;
NuPlayerDecoderPassThrough.h 42 virtual void onResume(bool notifyComplete);
44 virtual void onShutdown(bool notifyComplete);
77 void doFlush(bool notifyComplete);
NuPlayerDecoderBase.cpp 98 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) {
100 msg->setInt32("notifyComplete", notifyComplete);
178 int32_t notifyComplete;
179 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
181 onResume(notifyComplete);
NuPlayerDecoder.h 48 virtual void onResume(bool notifyComplete);
50 virtual void onShutdown(bool notifyComplete);
112 void doFlush(bool notifyComplete);
NuPlayerDecoderPassThrough.cpp 252 doFlush(false /* notifyComplete */);
357 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) {
362 if (notifyComplete) {
369 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) {
377 mRenderer->flush(true /* audio */, notifyComplete);
387 doFlush(true /* notifyComplete */);
396 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) {
400 if (notifyComplete) {
NuPlayerDecoder.cpp 354 void NuPlayer::Decoder::onResume(bool notifyComplete) {
357 if (notifyComplete) {
363 void NuPlayer::Decoder::doFlush(bool notifyComplete) {
369 mRenderer->flush(mIsAudio, notifyComplete);
406 void NuPlayer::Decoder::onShutdown(bool notifyComplete) {
436 if (notifyComplete) {
943 doFlush(false /* notifyComplete */);
944 signalResume(false /* notifyComplete */);
    [all...]
NuPlayerRenderer.cpp 263 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) {
267 mNotifyCompleteAudio |= notifyComplete;
272 mNotifyCompleteVideo |= notifyComplete;
    [all...]
NuPlayerRenderer.h 59 void flush(bool audio, bool notifyComplete);
  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 97 notifyComplete();
300 notifyComplete();
411 notifyComplete();
414 protected void notifyComplete() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 156 public void notifyComplete() {
950 mActivity.notifyComplete();

Completed in 83 milliseconds