Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:ExecutingState

255 struct ACodec::ExecutingState : public ACodec::BaseState {
256 ExecutingState(ACodec *codec);
277 DISALLOW_EVIL_CONSTRUCTORS(ExecutingState);
371 mExecutingState = new ExecutingState(this);
3715 ACodec::ExecutingState::ExecutingState(ACodec *codec)
3720 ACodec::BaseState::PortMode ACodec::ExecutingState::getPortMode(
3725 void ACodec::ExecutingState::submitOutputBuffers() {
3750 void ACodec::ExecutingState::resume() {
3769 void ACodec::ExecutingState::stateEntered() {
3775 bool ACodec::ExecutingState::onMessageReceived(const sp<AMessage> &msg) {
3802 ALOGV("[%s] ExecutingState flushing now "
3908 bool ACodec::ExecutingState::onOMXEvent(