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

  /frameworks/av/include/media/stagefright/
ACodec.h 98 struct ExecutingState;
169 sp<ExecutingState> mExecutingState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 300 struct ACodec::ExecutingState : public ACodec::BaseState {
301 ExecutingState(ACodec *codec);
324 DISALLOW_EVIL_CONSTRUCTORS(ExecutingState);
430 mExecutingState = new ExecutingState(this);
    [all...]

Completed in 138 milliseconds