Searched refs:IdleToLoadedState (Results 1 – 2 of 2) sorted by relevance
119 struct IdleToLoadedState;232 sp<IdleToLoadedState> mIdleToLoadedState;
476 struct ACodec::IdleToLoadedState : public ACodec::BaseState { struct in android::ACodec477 explicit IdleToLoadedState(ACodec *codec);486 DISALLOW_EVIL_CONSTRUCTORS(IdleToLoadedState);590 mIdleToLoadedState = new IdleToLoadedState(this); in ACodec()8456 ACodec::IdleToLoadedState::IdleToLoadedState(ACodec *codec) in IdleToLoadedState() function in android::ACodec::IdleToLoadedState8460 bool ACodec::IdleToLoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()8487 void ACodec::IdleToLoadedState::stateEntered() { in stateEntered()8491 bool ACodec::IdleToLoadedState::onOMXEvent( in onOMXEvent()