Searched refs:BaseState (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp215 struct ACodec::BaseState : public AState { struct in class:android::ACodec
216 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
261 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
284 struct ACodec::UninitializedState : public ACodec::BaseState {
302 struct ACodec::LoadedState : public ACodec::BaseState {
325 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
341 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
355 struct ACodec::ExecutingState : public ACodec::BaseState {
385 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
402 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
4520 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) function in class:android::ACodec::BaseState
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h98 struct BaseState;

Completed in 456 milliseconds