Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h116 struct LoadedToIdleState;
231 sp<LoadedToIdleState> mLoadedToIdleState;
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp392 struct ACodec::LoadedToIdleState : public ACodec::BaseState { struct in android::ACodec
393 explicit LoadedToIdleState(ACodec *codec);
403 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
599 mLoadedToIdleState = new LoadedToIdleState(this); in ACodec()
7295 ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec) in LoadedToIdleState() function in android::ACodec::LoadedToIdleState
7299 void ACodec::LoadedToIdleState::stateEntered() { in stateEntered()
7323 status_t ACodec::LoadedToIdleState::allocateBuffers() { in allocateBuffers()
7339 bool ACodec::LoadedToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
7372 bool ACodec::LoadedToIdleState::onOMXEvent( in onOMXEvent()