Searched refs:IdleToLoadedState (Results 1 – 2 of 2) sorted by relevance
127 struct IdleToLoadedState;249 sp<IdleToLoadedState> mIdleToLoadedState;
505 struct ACodec::IdleToLoadedState : public ACodec::BaseState { struct in android::ACodec506 explicit IdleToLoadedState(ACodec *codec);515 DISALLOW_EVIL_CONSTRUCTORS(IdleToLoadedState);624 mIdleToLoadedState = new IdleToLoadedState(this); in ACodec()8962 ACodec::IdleToLoadedState::IdleToLoadedState(ACodec *codec) in IdleToLoadedState() function in android::ACodec::IdleToLoadedState8966 bool ACodec::IdleToLoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()8993 void ACodec::IdleToLoadedState::stateEntered() { in stateEntered()8997 bool ACodec::IdleToLoadedState::onOMXEvent( in onOMXEvent()