Home
last modified time | relevance | path

Searched refs:IdleToExecutingState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h106 struct IdleToExecutingState;
218 sp<IdleToExecutingState> mIdleToExecutingState;
/frameworks/av/media/libstagefright/
DACodec.cpp393 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in android::ACodec
394 explicit IdleToExecutingState(ACodec *codec);
402 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);
583 mIdleToExecutingState = new IdleToExecutingState(this); in ACodec()
7163 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) in IdleToExecutingState() function in android::ACodec::IdleToExecutingState
7167 void ACodec::IdleToExecutingState::stateEntered() { in stateEntered()
7171 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
7204 bool ACodec::IdleToExecutingState::onOMXEvent( in onOMXEvent()