Searched refs:BaseState (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp125 struct ACodec::BaseState : public AState { struct in class:android::ACodec
126 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
163 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
168 struct ACodec::UninitializedState : public ACodec::BaseState {
184 struct ACodec::LoadedState : public ACodec::BaseState {
203 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
219 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
233 struct ACodec::ExecutingState : public ACodec::BaseState {
260 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
276 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
2376 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) function in class:android::ACodec::BaseState
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h84 struct BaseState;

Completed in 440 milliseconds