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

/frameworks/av/media/libstagefright/
H A DACodec.cpp173 struct ACodec::BaseState : public AState { struct in class:android::ACodec
174 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
209 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
232 struct ACodec::UninitializedState : public ACodec::BaseState {
250 struct ACodec::LoadedState : public ACodec::BaseState {
270 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
286 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
300 struct ACodec::ExecutingState : public ACodec::BaseState {
329 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
345 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
4084 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) function in class:android::ACodec::BaseState
[all...]

Completed in 10 milliseconds