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

/frameworks/av/include/media/stagefright/
H A DACodec.h92 struct IdleToLoadedState;
153 sp<IdleToLoadedState> mIdleToLoadedState;
/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 45 milliseconds