OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
ACodec.cpp
126
struct ACodec::
BaseState
: public AState {
127
BaseState
(ACodec *codec, const sp<AState> &parentState = NULL);
164
DISALLOW_EVIL_CONSTRUCTORS(
BaseState
);
187
struct ACodec::UninitializedState : public ACodec::
BaseState
{
205
struct ACodec::LoadedState : public ACodec::
BaseState
{
225
struct ACodec::LoadedToIdleState : public ACodec::
BaseState
{
241
struct ACodec::IdleToExecutingState : public ACodec::
BaseState
{
255
struct ACodec::ExecutingState : public ACodec::
BaseState
{
284
struct ACodec::OutputPortSettingsChangedState : public ACodec::
BaseState
{
300
struct ACodec::ExecutingToIdleState : public ACodec::
BaseState
{
[
all
...]
/frameworks/av/include/media/stagefright/
ACodec.h
93
struct
BaseState
;
Completed in 34 milliseconds