OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlushingState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
ACodec.h
128
struct
FlushingState
;
239
sp<
FlushingState
> mFlushingState;
/frameworks/av/media/libstagefright/
ACodec.cpp
442
struct ACodec::
FlushingState
: public ACodec::BaseState {
443
FlushingState
(ACodec *codec);
459
DISALLOW_EVIL_CONSTRUCTORS(
FlushingState
);
539
mFlushingState = new
FlushingState
(this);
[
all
...]
Completed in 429 milliseconds