OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UninitializedState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h
103
struct
UninitializedState
;
215
sp<
UninitializedState
> mUninitializedState;
/frameworks/av/media/libstagefright/
ACodec.cpp
336
struct ACodec::
UninitializedState
: public ACodec::BaseState {
337
explicit
UninitializedState
(ACodec *codec);
349
DISALLOW_EVIL_CONSTRUCTORS(
UninitializedState
);
362
friend struct ACodec::
UninitializedState
;
580
mUninitializedState = new
UninitializedState
(this);
[
all
...]
Completed in 344 milliseconds