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;
220 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
DACodec.cpp457 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec
458 explicit ExecutingToIdleState(ACodec *codec);
474 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
592 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()
7962 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState
7967 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
7994 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()
8001 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()
8034 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()
8064 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()
[all …]