Home
last modified time | relevance | path

Searched refs:BaseState (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
DACodec.cpp276 struct ACodec::BaseState : public AState { struct in android::ACodec
277 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 …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h119 struct BaseState;
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java1393 private abstract class BaseState extends State { class in VcnGatewayConnection
1542 private class DisconnectedState extends BaseState {
1587 private abstract class ActiveBaseState extends BaseState {