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

  /frameworks/av/include/media/stagefright/
CodecBase.h 52 virtual void initiateShutdown(bool keepComponentAllocated = false) = 0;
ACodec.h 48 virtual void initiateShutdown(bool keepComponentAllocated = false);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h 42 void initiateShutdown();
NuPlayerDecoderBase.cpp 97 void NuPlayer::DecoderBase::initiateShutdown() {
NuPlayer.cpp 814 getDecoder(audio)->initiateShutdown(); // In the middle of a seek.
    [all...]
  /frameworks/av/cmds/stagefright/
sf2.cpp 205 mCodec->initiateShutdown();
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
ACodec.cpp 497 void ACodec::initiateShutdown(bool keepComponentAllocated) {
    [all...]

Completed in 586 milliseconds