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

/frameworks/av/include/media/stagefright/
H A DACodec.h93 struct FlushingState;
154 sp<FlushingState> mFlushingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp313 struct ACodec::FlushingState : public ACodec::BaseState { struct in class:android::ACodec
314 FlushingState(ACodec *codec);
330 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
356 mFlushingState = new FlushingState(this);
3810 ACodec::FlushingState::FlushingState(ACodec *codec) function in class:android::ACodec::FlushingState
3814 void ACodec::FlushingState::stateEntered() {
3820 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) {
3845 bool ACodec::FlushingState::onOMXEvent(
3847 ALOGV("[%s] FlushingState onOMXEven
[all...]

Completed in 100 milliseconds