Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DACodec.h87 struct ExecutingToIdleState;
138 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
DACodec.cpp272 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec
273 ExecutingToIdleState(ACodec *codec);
289 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
350 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()
3513 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState
3518 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
3546 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()
3553 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()
3580 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()
3601 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()
[all …]