OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initiateShutdown
(Results
1 - 10
of
10
) 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/
NuPlayerDecoderPassThrough.h
35
virtual void
initiateShutdown
();
NuPlayerDecoder.h
42
virtual void
initiateShutdown
();
NuPlayerDecoderPassThrough.cpp
74
void NuPlayer::DecoderPassThrough::
initiateShutdown
() {
NuPlayer.cpp
829
getDecoder(audio)->
initiateShutdown
(); // In the middle of a seek.
[
all
...]
NuPlayerDecoder.cpp
706
void NuPlayer::Decoder::
initiateShutdown
() {
[
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 127 milliseconds