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

/frameworks/av/media/libstagefright/
H A DACodec.cpp298 struct ACodec::IdleToLoadedState : public ACodec::BaseState { struct in class:android::ACodec
299 IdleToLoadedState(ACodec *codec);
308 DISALLOW_EVIL_CONSTRUCTORS(IdleToLoadedState);
355 mIdleToLoadedState = new IdleToLoadedState(this);
3754 ACodec::IdleToLoadedState::IdleToLoadedState(ACodec *codec) function in class:android::ACodec::IdleToLoadedState
3758 bool ACodec::IdleToLoadedState::onMessageReceived(const sp<AMessage> &msg) {
3786 void ACodec::IdleToLoadedState::stateEntered() {
3790 bool ACodec::IdleToLoadedState::onOMXEvent(

Completed in 450 milliseconds