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

/frameworks/av/media/libstagefright/
H A DACodec.cpp218 struct ACodec::BaseState : public AState { struct in class:android::ACodec
219 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
264 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
287 struct ACodec::UninitializedState : public ACodec::BaseState {
305 struct ACodec::LoadedState : public ACodec::BaseState {
328 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
344 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
358 struct ACodec::ExecutingState : public ACodec::BaseState {
388 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
405 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
5335 ACodec::BaseState::BaseState(ACodec *codec, const sp<AState> &parentState) function in class:android::ACodec::BaseState
[all...]
/frameworks/av/include/media/stagefright/
H A DACodec.h119 struct BaseState;

Completed in 131 milliseconds