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 47 void signalResume(bool notifyComplete);
74 virtual void onResume(bool notifyComplete) = 0;
76 virtual void onShutdown(bool notifyComplete) = 0;
NuPlayerDecoderPassThrough.h 42 virtual void onResume(bool notifyComplete);
44 virtual void onShutdown(bool notifyComplete);
76 void doFlush(bool notifyComplete);
NuPlayerDecoderBase.cpp 106 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) {
108 msg->setInt32("notifyComplete", notifyComplete);
197 int32_t notifyComplete;
198 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
200 onResume(notifyComplete);
NuPlayerDecoder.h 48 virtual void onResume(bool notifyComplete);
50 virtual void onShutdown(bool notifyComplete);
111 void doFlush(bool notifyComplete);
NuPlayerDecoderPassThrough.cpp 256 doFlush(false /* notifyComplete */);
361 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) {
366 if (notifyComplete) {
373 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) {
381 mRenderer->flush(true /* audio */, notifyComplete);
391 doFlush(true /* notifyComplete */);
400 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) {
404 if (notifyComplete) {
NuPlayerDecoder.cpp 353 void NuPlayer::Decoder::onResume(bool notifyComplete) {
356 if (notifyComplete) {
362 void NuPlayer::Decoder::doFlush(bool notifyComplete) {
368 mRenderer->flush(mIsAudio, notifyComplete);
405 void NuPlayer::Decoder::onShutdown(bool notifyComplete) {
435 if (notifyComplete) {
952 doFlush(false /* notifyComplete */);
953 signalResume(false /* notifyComplete */);
    [all...]
NuPlayerRenderer.h 59 void flush(bool audio, bool notifyComplete);
NuPlayerRenderer.cpp 275 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) {
279 mNotifyCompleteAudio |= notifyComplete;
284 mNotifyCompleteVideo |= notifyComplete;
    [all...]
  /frameworks/base/core/java/android/app/
ExitTransitionCoordinator.java 86 notifyComplete();
296 notifyComplete();
413 notifyComplete();
416 protected void notifyComplete() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 157 public void notifyComplete() {
982 mActivity.notifyComplete();
    [all...]

Completed in 618 milliseconds