Searched refs:BaseState (Results 1 – 3 of 3) sorted by relevance
276 struct ACodec::BaseState : public AState { struct in android::ACodec277 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);334 DISALLOW_EVIL_CONSTRUCTORS(BaseState);365 struct ACodec::UninitializedState : public ACodec::BaseState {383 struct ACodec::LoadedState : public ACodec::BaseState {406 struct ACodec::LoadedToIdleState : public ACodec::BaseState {422 struct ACodec::IdleToExecutingState : public ACodec::BaseState {436 struct ACodec::ExecutingState : public ACodec::BaseState {466 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {483 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {[all …]
119 struct BaseState;
1393 private abstract class BaseState extends State { class in VcnGatewayConnection1542 private class DisconnectedState extends BaseState {1587 private abstract class ActiveBaseState extends BaseState {