Searched refs:AState (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAHierarchicalStateMachine.h25 struct AState : public RefBase { struct in namespace:android
26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
31 virtual ~AState();
41 sp<AState> mParentState;
43 DISALLOW_EVIL_CONSTRUCTORS(AState);
55 void changeState(const sp<AState> &state);
58 sp<AState> mState;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAHierarchicalStateMachine.h25 struct AState : public RefBase { struct in namespace:android
26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
31 virtual ~AState();
41 sp<AState> mParentState;
43 DISALLOW_EVIL_CONSTRUCTORS(AState);
55 void changeState(const sp<AState> &state);
58 sp<AState> mState;
/frameworks/av/media/libstagefright/include/foundation/
H A DAHierarchicalStateMachine.h25 struct AState : public RefBase { struct in namespace:android
26 AState(const sp<AState> &parentState = NULL);
28 sp<AState> parentState();
31 virtual ~AState();
41 sp<AState> mParentState;
43 DISALLOW_EVIL_CONSTRUCTORS(AState);
55 void changeState(const sp<AState> &state);
58 sp<AState> mState;
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp29 AState::AState(const sp<AState> &parentState) function in class:android::AState
33 AState::~AState() {
36 sp<AState> AState::parentState() {
40 void AState::stateEntered() {
43 void AState::stateExited() {
55 sp<AState> sav
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp240 struct ACodec::BaseState : public AState {
241 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
5346 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState)
5347 : AState(parentState),

Completed in 88 milliseconds