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

  /frameworks/av/include/media/stagefright/
ACodec.h 100 struct ExecutingToIdleState;
171 sp<ExecutingToIdleState> mExecutingToIdleState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 345 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
346 ExecutingToIdleState(ACodec *codec);
362 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
435 mExecutingToIdleState = new ExecutingToIdleState(this);
    [all...]

Completed in 53 milliseconds