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

/frameworks/av/include/media/stagefright/
H A DACodec.h102 struct IdleToExecutingState;
208 sp<IdleToExecutingState> mIdleToExecutingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp341 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in class:android::ACodec
342 IdleToExecutingState(ACodec *codec);
350 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);
523 mIdleToExecutingState = new IdleToExecutingState(this);
5979 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) function in class:android::ACodec::IdleToExecutingState
5983 void ACodec::IdleToExecutingState::stateEntered() {
5987 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) {
6023 bool ACodec::IdleToExecutingState::onOMXEvent(
6030 ALOGE("Unexpected command completion in IdleToExecutingState
[all...]

Completed in 113 milliseconds