Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h109 struct ExecutingToIdleState;
221 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
DACodec.cpp454 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec
455 explicit ExecutingToIdleState(ACodec *codec);
471 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
589 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()
8248 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState
8253 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
8280 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()
8287 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()
8320 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()
8350 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()
[all …]