Searched refs:IdleToLoadedState (Results 1 – 2 of 2) sorted by relevance
110 struct IdleToLoadedState;221 sp<IdleToLoadedState> mIdleToLoadedState;
479 struct ACodec::IdleToLoadedState : public ACodec::BaseState { struct in android::ACodec480 explicit IdleToLoadedState(ACodec *codec);489 DISALLOW_EVIL_CONSTRUCTORS(IdleToLoadedState);593 mIdleToLoadedState = new IdleToLoadedState(this); in ACodec()8080 ACodec::IdleToLoadedState::IdleToLoadedState(ACodec *codec) in IdleToLoadedState() function in android::ACodec::IdleToLoadedState8084 bool ACodec::IdleToLoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()8111 void ACodec::IdleToLoadedState::stateEntered() { in stateEntered()8115 bool ACodec::IdleToLoadedState::onOMXEvent( in onOMXEvent()