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

/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 56 milliseconds