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

/frameworks/av/include/media/stagefright/
H A DACodec.h123 struct IdleToExecutingState;
234 sp<IdleToExecutingState> mIdleToExecutingState;
/frameworks/av/media/libstagefright/
H A DACodec.cpp344 struct ACodec::IdleToExecutingState : public ACodec::BaseState { struct in class:android::ACodec
345 IdleToExecutingState(ACodec *codec);
353 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);
531 mIdleToExecutingState = new IdleToExecutingState(this);
6924 ACodec::IdleToExecutingState::IdleToExecutingState(ACodec *codec) function in class:android::ACodec::IdleToExecutingState
6928 void ACodec::IdleToExecutingState::stateEntered() {
6932 bool ACodec::IdleToExecutingState::onMessageReceived(const sp<AMessage> &msg) {
6968 bool ACodec::IdleToExecutingState::onOMXEvent(
6975 ALOGE("Unexpected command completion in IdleToExecutingState
[all...]

Completed in 1435 milliseconds