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 122 struct LoadedToIdleState;
233 sp<LoadedToIdleState> mLoadedToIdleState;
  /frameworks/av/media/libstagefright/
ACodec.cpp 328 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
329 LoadedToIdleState(ACodec *codec);
339 DISALLOW_EVIL_CONSTRUCTORS(LoadedToIdleState);
530 mLoadedToIdleState = new LoadedToIdleState(this);
    [all...]

Completed in 40 milliseconds