OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdleToExecutingState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/stagefright/
ACodec.h
97
struct
IdleToExecutingState
;
165
sp<
IdleToExecutingState
> mIdleToExecutingState;
/frameworks/av/media/libstagefright/
ACodec.cpp
241
struct ACodec::
IdleToExecutingState
: public ACodec::BaseState {
242
IdleToExecutingState
(ACodec *codec);
250
DISALLOW_EVIL_CONSTRUCTORS(
IdleToExecutingState
);
379
mIdleToExecutingState = new
IdleToExecutingState
(this);
[
all
...]
Completed in 41 milliseconds