Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h122 struct LoadedToIdleState;
244 sp<LoadedToIdleState> mLoadedToIdleState;
/frameworks/av/media/libstagefright/
DACodec.cpp406 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in android::ACodec
407 explicit LoadedToIdleState(ACodec *codec);
417 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
616 mLoadedToIdleState = new LoadedToIdleState(this); in ACodec()
7466 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) in LoadedToIdleState() function in android::ACodec::LoadedToIdleState
7470 void ACodec::LoadedToIdleState::stateEntered() { in stateEntered()
7494 status_t ACodec::LoadedToIdleState::allocateBuffers() { in allocateBuffers()
7510 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
7550 bool ACodec::LoadedToIdleState::onOMXEvent( in onOMXEvent()