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

/frameworks/av/include/media/stagefright/
H A DACodec.h109 struct ExecutingToIdleState;
220 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h109 struct ExecutingToIdleState;
220 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp457 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in class:android::ACodec
458 explicit ExecutingToIdleState(ACodec *codec);
474 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
592 mExecutingToIdleState = new ExecutingToIdleState(this);
7962 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) function in class:android::ACodec::ExecutingToIdleState
7967 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) {
7975 ALOGW("Ignoring flush request in ExecutingToIdleState");
7994 void ACodec::ExecutingToIdleState::stateEntered() {
8001 bool ACodec::ExecutingToIdleState
[all...]

Completed in 710 milliseconds