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

/frameworks/av/include/media/stagefright/
H A DACodec.h102 struct FlushingState;
172 sp<FlushingState> mFlushingState;
/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);
5604 ACodec::FlushingState::FlushingState(ACodec *codec) function in class:android::ACodec::FlushingState
5608 void ACodec::FlushingState::stateEntered() {
5614 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) {
5639 bool ACodec::FlushingState::onOMXEvent(
5641 ALOGV("[%s] FlushingState onOMXEven
[all...]

Completed in 40 milliseconds