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

/frameworks/av/media/libstagefright/
H A DACodec.cpp286 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in class:android::ACodec
287 IdleToExecutingState(ACodec *codec);
295 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);
429 mIdleToExecutingState = new IdleToExecutingState(this);
4950 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) function in class:android::ACodec::IdleToExecutingState
4954 void ACodec::IdleToExecutingState::stateEntered() {
4958 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) {
4994 bool ACodec::IdleToExecutingState::onOMXEvent(

Completed in 236 milliseconds