Searched refs:IdleToExecutingState (Results 1 – 2 of 2) sorted by relevance
115 struct IdleToExecutingState;228 sp<IdleToExecutingState> mIdleToExecutingState;
393 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in android::ACodec394 explicit IdleToExecutingState(ACodec *codec);402 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);583 mIdleToExecutingState = new IdleToExecutingState(this); in ACodec()7239 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) in IdleToExecutingState() function in android::ACodec::IdleToExecutingState7243 void ACodec::IdleToExecutingState::stateEntered() { in stateEntered()7247 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()7280 bool ACodec::IdleToExecutingState::onOMXEvent( in onOMXEvent()