Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp261 struct ACodec::BaseState : public AState { struct in android::ACodec
262 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
308 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
339 struct ACodec::UninitializedState : public ACodec::BaseState {
357 struct ACodec::LoadedState : public ACodec::BaseState {
380 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
396 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
410 struct ACodec::ExecutingState : public ACodec::BaseState {
440 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
457 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h102 struct BaseState;