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

/frameworks/av/media/libstagefright/
H A DACodec.cpp240 struct ACodec::BaseState : public AState { struct in class:android::ACodec
241 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
287 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
318 struct ACodec::UninitializedState : public ACodec::BaseState {
336 struct ACodec::LoadedState : public ACodec::BaseState {
359 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
375 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
389 struct ACodec::ExecutingState : public ACodec::BaseState {
419 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
436 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
5346 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) function in class:android::ACodec::BaseState
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h116 struct BaseState;
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h116 struct BaseState;
/frameworks/av/media/libstagefright/include/
H A DACodec.h116 struct BaseState;

Completed in 67 milliseconds