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

/frameworks/av/include/media/stagefright/
H A DACodec.h126 struct ExecutingToIdleState;
237 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp405 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in class:android::ACodec
406 ExecutingToIdleState(ACodec *codec);
422 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
537 mExecutingToIdleState = new ExecutingToIdleState(this);
7491 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) function in class:android::ACodec::ExecutingToIdleState
7496 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) {
7504 ALOGW("Ignoring flush request in ExecutingToIdleState");
7524 void ACodec::ExecutingToIdleState::stateEntered() {
7531 bool ACodec::ExecutingToIdleState
[all...]

Completed in 552 milliseconds