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 87 struct ExecutingToIdleState;
138 sp<ExecutingToIdleState> mExecutingToIdleState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 272 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
273 ExecutingToIdleState(ACodec *codec);
289 DISALLOW_EVIL_CONSTRUCTORS(ExecutingToIdleState);
350 mExecutingToIdleState = new ExecutingToIdleState(this);
    [all...]

Completed in 34 milliseconds