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

  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 105 struct LoadedToIdleState;
217 sp<LoadedToIdleState> mLoadedToIdleState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 377 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
378 explicit LoadedToIdleState(ACodec *codec);
388 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
582 mLoadedToIdleState = new LoadedToIdleState(this);
    [all...]

Completed in 143 milliseconds