HomeSort by relevance Sort by last modified time
    Searched refs:IdleToExecutingState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 106 struct IdleToExecutingState;
217 sp<IdleToExecutingState> mIdleToExecutingState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 396 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
397 explicit IdleToExecutingState(ACodec *codec);
405 DISALLOW_EVIL_CONSTRUCTORS(IdleToExecutingState);
586 mIdleToExecutingState = new IdleToExecutingState(this);
    [all...]

Completed in 74 milliseconds