Searched refs:BaseState (Results 1 – 2 of 2) sorted by relevance
261 struct ACodec::BaseState : public AState { struct in android::ACodec262 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);308 DISALLOW_EVIL_CONSTRUCTORS(BaseState);339 struct ACodec::UninitializedState : public ACodec::BaseState {357 struct ACodec::LoadedState : public ACodec::BaseState {380 struct ACodec::LoadedToIdleState : public ACodec::BaseState {396 struct ACodec::IdleToExecutingState : public ACodec::BaseState {410 struct ACodec::ExecutingState : public ACodec::BaseState {440 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {457 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {[all …]
102 struct BaseState;