Searched refs:FlushingState (Results 1 – 2 of 2) sorted by relevance
120 struct FlushingState;233 sp<FlushingState> mFlushingState;
491 struct ACodec::FlushingState : public ACodec::BaseState { struct in android::ACodec492 explicit FlushingState(ACodec *codec);508 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);591 mFlushingState = new FlushingState(this); in ACodec()8517 ACodec::FlushingState::FlushingState(ACodec *codec) in FlushingState() function in android::ACodec::FlushingState8521 void ACodec::FlushingState::stateEntered() { in stateEntered()8532 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()8585 bool ACodec::FlushingState::onOMXEvent( in onOMXEvent()8651 void ACodec::FlushingState::onOutputBufferDrained(const sp<AMessage> &msg) { in onOutputBufferDrained()8657 void ACodec::FlushingState::onInputBufferFilled(const sp<AMessage> &msg) { in onInputBufferFilled()[all …]