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

/frameworks/av/include/media/stagefright/
H A DACodec.h128 struct FlushingState;
239 sp<FlushingState> mFlushingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp442 struct ACodec::FlushingState : public ACodec::BaseState { struct in class:android::ACodec
443 FlushingState(ACodec *codec);
459 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
539 mFlushingState = new FlushingState(this);
7672 ACodec::FlushingState::FlushingState(ACodec *codec) function in class:android::ACodec::FlushingState
7676 void ACodec::FlushingState::stateEntered() {
7682 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) {
7707 bool ACodec::FlushingState::onOMXEvent(
7709 ALOGV("[%s] FlushingState onOMXEven
[all...]

Completed in 825 milliseconds