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

  /frameworks/av/include/media/stagefright/
ACodec.h 96 struct LoadedToIdleState;
164 sp<LoadedToIdleState> mLoadedToIdleState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 225 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
226 LoadedToIdleState(ACodec *codec);
236 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
378 mLoadedToIdleState = new LoadedToIdleState(this);
    [all...]

Completed in 231 milliseconds