OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecutingState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h
107
struct
ExecutingState
;
219
sp<
ExecutingState
> mExecutingState;
/frameworks/av/media/libstagefright/
ACodec.cpp
407
struct ACodec::
ExecutingState
: public ACodec::BaseState {
408
explicit
ExecutingState
(ACodec *codec);
432
DISALLOW_EVIL_CONSTRUCTORS(
ExecutingState
);
584
mExecutingState = new
ExecutingState
(this);
[
all
...]
Completed in 111 milliseconds