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.h126 struct ExecutingToIdleState;
248 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
DACodec.cpp483 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec
484 explicit ExecutingToIdleState(ACodec *codec);
500 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
623 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()
8844 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState
8849 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
8876 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()
8883 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()
8916 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()
8946 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()
[all …]