Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DACodec.h100 struct ExecutingToIdleState;
171 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
DACodec.cpp345 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec
346 ExecutingToIdleState(ACodec *codec);
362 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
435 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()
5758 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState
5763 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
5791 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()
5798 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()
5825 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()
5847 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()
[all …]