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 85 struct ExecutingState;
136 sp<ExecutingState> mExecutingState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 229 struct ACodec::ExecutingState : public ACodec::BaseState {
230 ExecutingState(ACodec *codec);
251 DISALLOW_EVIL_CONSTRUCTORS(ExecutingState);
345 mExecutingState = new ExecutingState(this);
    [all...]

Completed in 49 milliseconds