Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h122 struct FlushingState;
237 sp<FlushingState> mFlushingState;
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp506 struct ACodec::FlushingState : public ACodec::BaseState { struct in android::ACodec
507 explicit FlushingState(ACodec *codec);
523 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
608 mFlushingState = new FlushingState(this); in ACodec()
8802 ACodec::FlushingState::FlushingState(ACodec *codec) in FlushingState() function in android::ACodec::FlushingState
8806 void ACodec::FlushingState::stateEntered() { in stateEntered()
8817 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
8870 bool ACodec::FlushingState::onOMXEvent( in onOMXEvent()
8936 void ACodec::FlushingState::onOutputBufferDrained(const sp<AMessage> &msg) { in onOutputBufferDrained()
8942 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { in onInputBufferFilled()
[all …]