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 96 struct ExecutingState;
161 sp<ExecutingState> mExecutingState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 255 struct ACodec::ExecutingState : public ACodec::BaseState {
256 ExecutingState(ACodec *codec);
277 DISALLOW_EVIL_CONSTRUCTORS(ExecutingState);
371 mExecutingState = new ExecutingState(this);
    [all...]

Completed in 488 milliseconds