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

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2DecoderBase.h 47 void signalResume(bool notifyComplete);
79 virtual void onResume(bool notifyComplete) = 0;
81 virtual void onShutdown(bool notifyComplete) = 0;
NuPlayer2DecoderPassThrough.h 41 virtual void onResume(bool notifyComplete);
43 virtual void onShutdown(bool notifyComplete);
75 void doFlush(bool notifyComplete);
NuPlayer2DecoderBase.cpp 105 void NuPlayer2::DecoderBase::signalResume(bool notifyComplete) {
107 msg->setInt32("notifyComplete", notifyComplete);
182 int32_t notifyComplete;
183 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
185 onResume(notifyComplete);
NuPlayer2Decoder.h 55 virtual void onResume(bool notifyComplete);
57 virtual void onShutdown(bool notifyComplete);
130 void doFlush(bool notifyComplete);
NuPlayer2DecoderPassThrough.cpp 251 doFlush(false /* notifyComplete */);
361 void NuPlayer2::DecoderPassThrough::onResume(bool notifyComplete) {
366 if (notifyComplete) {
373 void NuPlayer2::DecoderPassThrough::doFlush(bool notifyComplete) {
381 mRenderer->flush(true /* audio */, notifyComplete);
391 doFlush(true /* notifyComplete */);
400 void NuPlayer2::DecoderPassThrough::onShutdown(bool notifyComplete) {
404 if (notifyComplete) {
NuPlayer2Decoder.cpp 483 void NuPlayer2::Decoder::onResume(bool notifyComplete) {
486 if (notifyComplete) {
498 void NuPlayer2::Decoder::doFlush(bool notifyComplete) {
504 mRenderer->flush(mIsAudio, notifyComplete);
541 void NuPlayer2::Decoder::onShutdown(bool notifyComplete) {
571 if (notifyComplete) {
    [all...]
NuPlayer2Renderer.h 62 void flush(bool audio, bool notifyComplete);
NuPlayer2Renderer.cpp 300 void NuPlayer2::Renderer::flush(bool audio, bool notifyComplete) {
304 mNotifyCompleteAudio |= notifyComplete;
309 mNotifyCompleteVideo |= notifyComplete;
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h 47 void signalResume(bool notifyComplete);
79 virtual void onResume(bool notifyComplete) = 0;
81 virtual void onShutdown(bool notifyComplete) = 0;
NuPlayerDecoderPassThrough.h 41 virtual void onResume(bool notifyComplete);
43 virtual void onShutdown(bool notifyComplete);
75 void doFlush(bool notifyComplete);
NuPlayerDecoderBase.cpp 103 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) {
105 msg->setInt32("notifyComplete", notifyComplete);
180 int32_t notifyComplete;
181 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
183 onResume(notifyComplete);
NuPlayerDecoder.h 52 virtual void onResume(bool notifyComplete);
54 virtual void onShutdown(bool notifyComplete);
130 void doFlush(bool notifyComplete);
NuPlayerDecoderPassThrough.cpp 252 doFlush(false /* notifyComplete */);
362 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) {
367 if (notifyComplete) {
374 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) {
382 mRenderer->flush(true /* audio */, notifyComplete);
392 doFlush(true /* notifyComplete */);
401 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) {
405 if (notifyComplete) {
NuPlayerDecoder.cpp 464 void NuPlayer::Decoder::onResume(bool notifyComplete) {
467 if (notifyComplete) {
479 void NuPlayer::Decoder::doFlush(bool notifyComplete) {
485 mRenderer->flush(mIsAudio, notifyComplete);
522 void NuPlayer::Decoder::onShutdown(bool notifyComplete) {
551 if (notifyComplete) {
    [all...]
NuPlayerRenderer.h 60 void flush(bool audio, bool notifyComplete);
NuPlayerRenderer.cpp 309 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) {
313 mNotifyCompleteAudio |= notifyComplete;
318 mNotifyCompleteVideo |= notifyComplete;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 193 public void notifyComplete() {
    [all...]

Completed in 709 milliseconds