Searched refs:IdleToExecutingState (Results 1 – 2 of 2) sorted by relevance
123 struct IdleToExecutingState;245 sp<IdleToExecutingState> mIdleToExecutingState;
422 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in android::ACodec423 explicit IdleToExecutingState(ACodec *codec);431 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);617 mIdleToExecutingState = new IdleToExecutingState(this); in ACodec()7601 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) in IdleToExecutingState() function in android::ACodec::IdleToExecutingState7605 void ACodec::IdleToExecutingState::stateEntered() { in stateEntered()7609 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()7649 bool ACodec::IdleToExecutingState::onOMXEvent( in onOMXEvent()