OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatFlushCompleted
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h
57
kWhatFlushCompleted
= 'flsC',
NuPlayerDecoderPassThrough.cpp
395
notify->setInt32("what",
kWhatFlushCompleted
);
NuPlayerDecoder.cpp
453
// finish with posting
kWhatFlushCompleted
.
472
notify->setInt32("what",
kWhatFlushCompleted
);
[
all
...]
NuPlayer.cpp
993
} else if (what == DecoderBase::
kWhatFlushCompleted
) {
[
all
...]
/frameworks/av/include/media/stagefright/
CodecBase.h
46
kWhatFlushCompleted
= 'fcom',
/frameworks/av/cmds/stagefright/
sf2.cpp
228
} else if (what == CodecBase::
kWhatFlushCompleted
) {
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
716
notify->setInt32("what", CodecBase::
kWhatFlushCompleted
);
718
ALOGV("Posted
kWhatFlushCompleted
");
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
MediaCodec.cpp
[
all
...]
Completed in 199 milliseconds