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

/frameworks/av/include/media/stagefright/
H A DACodec.h125 struct FlushingState;
236 sp<FlushingState> mFlushingState;
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h125 struct FlushingState;
236 sp<FlushingState> mFlushingState;
/frameworks/av/media/libstagefright/include/
H A DACodec.h125 struct FlushingState;
236 sp<FlushingState> mFlushingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp473 struct ACodec::FlushingState : public ACodec::BaseState { struct in class:android::ACodec
474 explicit FlushingState(ACodec *codec);
490 DISALLOW_EVIL_CONSTRUCTORS(FlushingState);
570 mFlushingState = new FlushingState(this);
8048 ACodec::FlushingState::FlushingState(ACodec *codec) function in class:android::ACodec::FlushingState
8052 void ACodec::FlushingState::stateEntered() {
8058 bool ACodec::FlushingState::onMessageReceived(const sp<AMessage> &msg) {
8098 bool ACodec::FlushingState::onOMXEvent(
8100 ALOGV("[%s] FlushingState onOMXEven
[all...]

Completed in 59 milliseconds