Searched refs:BaseState (Results 1 – 2 of 2) sorted by relevance
258 struct ACodec::BaseState : public AState { struct in android::ACodec259 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);305 DISALLOW_EVIL_CONSTRUCTORS(BaseState);336 struct ACodec::UninitializedState : public ACodec::BaseState {354 struct ACodec::LoadedState : public ACodec::BaseState {377 struct ACodec::LoadedToIdleState : public ACodec::BaseState {393 struct ACodec::IdleToExecutingState : public ACodec::BaseState {407 struct ACodec::ExecutingState : public ACodec::BaseState {437 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {454 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {[all …]
102 struct BaseState;