OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initiateshutdown
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
37
void
initiateShutdown
();
NuPlayerDecoder.cpp
145
void NuPlayer::Decoder::
initiateShutdown
() {
147
mCodec->
initiateShutdown
();
NuPlayer.cpp
584
(audio ? mAudioDecoder : mVideoDecoder)->
initiateShutdown
();
[
all
...]
/frameworks/av/include/media/stagefright/
ACodec.h
58
void
initiateShutdown
(bool keepComponentAllocated = false);
/frameworks/av/cmds/stagefright/
sf2.cpp
161
mCodec->
initiateShutdown
();
/frameworks/av/media/libstagefright/
MediaCodec.cpp
[
all
...]
ACodec.cpp
447
void ACodec::
initiateShutdown
(bool keepComponentAllocated) {
[
all
...]
Completed in 573 milliseconds