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

/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);
3863 ACodec::FlushingState::FlushingState(ACodec *codec) function in class:android::ACodec::FlushingState
3867 void ACodec::FlushingState::stateEntered() {
3873 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) {
3898 bool ACodec::FlushingState::onOMXEvent(
3900 ALOGV("[%s] FlushingState onOMXEven
[all...]

Completed in 50 milliseconds