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
102
struct
FlushingState
;
170
sp<
FlushingState
> mFlushingState;
/frameworks/av/media/libstagefright/
ACodec.cpp
337
struct ACodec::
FlushingState
: public ACodec::BaseState {
338
FlushingState
(ACodec *codec);
354
DISALLOW_EVIL_CONSTRUCTORS(
FlushingState
);
387
mFlushingState = new
FlushingState
(this);
[
all
...]
Completed in 38 milliseconds