Searched defs:FlushingState (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DACodec.cpp439 struct ACodec::FlushingState : public ACodec::BaseState { struct in class:android::ACodec
440 FlushingState(ACodec *codec);
456 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
531 mFlushingState = new FlushingState(this);
6727 ACodec::FlushingState::FlushingState(ACodec *codec) function in class:android::ACodec::FlushingState
6731 void ACodec::FlushingState::stateEntered() {
6737 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) {
6762 bool ACodec::FlushingState::onOMXEvent(
6764 ALOGV("[%s] FlushingState onOMXEven
[all...]

Completed in 67 milliseconds