Searched refs:FlushingState (Results 1 – 2 of 2) sorted by relevance
128 struct FlushingState;250 sp<FlushingState> mFlushingState;
520 struct ACodec::FlushingState : public ACodec::BaseState { struct in android::ACodec521 explicit FlushingState(ACodec *codec);537 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);625 mFlushingState = new FlushingState(this); in ACodec()9023 ACodec::FlushingState::FlushingState(ACodec *codec) in FlushingState() function in android::ACodec::FlushingState9027 void ACodec::FlushingState::stateEntered() { in stateEntered()9039 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()9092 bool ACodec::FlushingState::onOMXEvent( in onOMXEvent()9158 void ACodec::FlushingState::onOutputBufferDrained(const sp<AMessage> &msg) { in onOutputBufferDrained()9164 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { in onInputBufferFilled()[all …]