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

/frameworks/av/include/media/stagefright/
H A DACodec.h105 struct ExecutingToIdleState;
211 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp402 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in class:android::ACodec
403 ExecutingToIdleState(ACodec *codec);
419 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
529 mExecutingToIdleState = new ExecutingToIdleState(this);
6546 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) function in class:android::ACodec::ExecutingToIdleState
6551 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) {
6559 ALOGW("Ignoring flush request in ExecutingToIdleState");
6579 void ACodec::ExecutingToIdleState::stateEntered() {
6586 bool ACodec::ExecutingToIdleState
[all...]

Completed in 1134 milliseconds