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

/frameworks/av/include/media/stagefright/
H A DACodec.h91 struct ExecutingToIdleState;
152 sp<ExecutingToIdleState> mExecutingToIdleState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp276 struct ACodec::ExecutingToIdleState : public ACodec::BaseState { struct in class:android::ACodec
277 ExecutingToIdleState(ACodec *codec);
293 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
354 mExecutingToIdleState = new ExecutingToIdleState(this);
3703 ACodec::ExecutingToIdleState::ExecutingToIdleState(ACodec *codec) function in class:android::ACodec::ExecutingToIdleState
3708 bool ACodec::ExecutingToIdleState::onMessageReceived(const sp<AMessage> &msg) {
3736 void ACodec::ExecutingToIdleState::stateEntered() {
3743 bool ACodec::ExecutingToIdleState::onOMXEvent(
3770 void ACodec::ExecutingToIdleState
[all...]

Completed in 51 milliseconds