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

/frameworks/av/include/media/stagefright/
H A DACodec.h88 struct IdleToExecutingState;
149 sp<IdleToExecutingState> mIdleToExecutingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp219 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in class:android::ACodec
220 IdleToExecutingState(ACodec *codec);
228 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);
348 mIdleToExecutingState = new IdleToExecutingState(this);
3324 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) function in class:android::ACodec::IdleToExecutingState
3328 void ACodec::IdleToExecutingState::stateEntered() {
3332 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) {
3345 bool ACodec::IdleToExecutingState::onOMXEvent(

Completed in 188 milliseconds