Searched defs:IdleToLoadedState (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp367 struct ACodec::IdleToLoadedState : public ACodec::BaseState { struct in class:android::ACodec
368 IdleToLoadedState(ACodec *codec);
377 DISALLOW_EVIL_CONSTRUCTORS(IdleToLoadedState);
436 mIdleToLoadedState = new IdleToLoadedState(this);
5863 ACodec::IdleToLoadedState::IdleToLoadedState(ACodec *codec) function in class:android::ACodec::IdleToLoadedState
5867 bool ACodec::IdleToLoadedState::onMessageReceived(const sp<AMessage> &msg) {
5895 void ACodec::IdleToLoadedState::stateEntered() {
5899 bool ACodec::IdleToLoadedState::onOMXEvent(

Completed in 124 milliseconds