Home
last modified time | relevance | path

Searched refs:IdleToLoadedState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h127 struct IdleToLoadedState;
249 sp<IdleToLoadedState> mIdleToLoadedState;
/frameworks/av/media/libstagefright/
DACodec.cpp505 struct ACodec::IdleToLoadedState : public ACodec::BaseState { struct in android::ACodec
506 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::IdleToLoadedState
8966 bool ACodec::IdleToLoadedState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
8993 void ACodec::IdleToLoadedState::stateEntered() { in stateEntered()
8997 bool ACodec::IdleToLoadedState::onOMXEvent( in onOMXEvent()