Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h120 struct ExecutingToIdleState;
235 sp<ExecutingToIdleState> mExecutingToIdleState;
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp469 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in android::ACodec
470 explicit ExecutingToIdleState(ACodec *codec);
486 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
606 mExecutingToIdleState = new ExecutingToIdleState(this); in ACodec()
8623 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) in ExecutingToIdleState() function in android::ACodec::ExecutingToIdleState
8628 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
8655 void ACodec::ExecutingToIdleState::stateEntered() { in stateEntered()
8662 bool ACodec::ExecutingToIdleState::onOMXEvent( in onOMXEvent()
8695 void ACodec::ExecutingToIdleState::changeStateIfWeOwnAllBuffers() { in changeStateIfWeOwnAllBuffers()
8725 void ACodec::ExecutingToIdleState::onInputBufferFilled( in onInputBufferFilled()
[all …]