Searched refs:IdleToExecutingState (Results 1 – 2 of 2) sorted by relevance
106 struct IdleToExecutingState;217 sp<IdleToExecutingState> mIdleToExecutingState;
396 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in android::ACodec397 explicit IdleToExecutingState(ACodec *codec);405 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);586 mIdleToExecutingState = new IdleToExecutingState(this); in ACodec()6952 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) in IdleToExecutingState() function in android::ACodec::IdleToExecutingState6956 void ACodec::IdleToExecutingState::stateEntered() { in stateEntered()6960 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()6993 bool ACodec::IdleToExecutingState::onOMXEvent( in onOMXEvent()