Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp258 struct ACodec::BaseState : public AState { struct in android::ACodec
259 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
305 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
336 struct ACodec::UninitializedState : public ACodec::BaseState {
354 struct ACodec::LoadedState : public ACodec::BaseState {
377 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
393 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
407 struct ACodec::ExecutingState : public ACodec::BaseState {
437 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
454 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
[all …]
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h102 struct BaseState;