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

/frameworks/av/media/libstagefright/
H A DACodec.cpp382 struct ACodec::FlushingState : public ACodec::BaseState { struct in class:android::ACodec
383 FlushingState(ACodec *codec);
399 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
437 mFlushingState = new FlushingState(this);
5919 ACodec::FlushingState::FlushingState(ACodec *codec) function in class:android::ACodec::FlushingState
5923 void ACodec::FlushingState::stateEntered() {
5929 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) {
5954 bool ACodec::FlushingState::onOMXEvent(
5956 ALOGV("[%s] FlushingState onOMXEven
[all...]

Completed in 15 milliseconds