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/media/libstagefright/include/media/stagefright/
ACodec.h
106
struct
IdleToExecutingState
;
218
sp<
IdleToExecutingState
> mIdleToExecutingState;
/frameworks/av/media/libstagefright/
ACodec.cpp
393
struct ACodec::
IdleToExecutingState
: public ACodec::BaseState {
394
explicit
IdleToExecutingState
(ACodec *codec);
402
DISALLOW_EVIL_CONSTRUCTORS(
IdleToExecutingState
);
583
mIdleToExecutingState = new
IdleToExecutingState
(this);
[
all
...]
Completed in 217 milliseconds