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

/frameworks/av/include/media/stagefright/
H A DACodec.h95 struct IdleToExecutingState;
163 sp<IdleToExecutingState> mIdleToExecutingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp241 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in class:android::ACodec
242 IdleToExecutingState(ACodec *codec);
250 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);
377 mIdleToExecutingState = new IdleToExecutingState(this);
3966 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) function in class:android::ACodec::IdleToExecutingState
3970 void ACodec::IdleToExecutingState::stateEntered() {
3974 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) {
4009 bool ACodec::IdleToExecutingState::onOMXEvent(

Completed in 76 milliseconds