Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h111 struct FlushingState;
222 sp<FlushingState> mFlushingState;
/frameworks/av/media/libstagefright/
DACodec.cpp494 struct ACodec::FlushingState : public ACodec::BaseState { struct in android::ACodec
495 explicit FlushingState(ACodec *codec);
511 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
594 mFlushingState = new FlushingState(this); in ACodec()
8141 ACodec::FlushingState::FlushingState(ACodec *codec) in FlushingState() function in android::ACodec::FlushingState
8145 void ACodec::FlushingState::stateEntered() { in stateEntered()
8151 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
8191 bool ACodec::FlushingState::onOMXEvent( in onOMXEvent()
8257 void ACodec::FlushingState::onOutputBufferDrained(const sp<AMessage> &msg) { in onOutputBufferDrained()
8263 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { in onInputBufferFilled()
[all …]